/linux/fs/jbd2/ |
A D | revoke.c | 115 int hash_size; member 221 int tmp = hash_size; in jbd2_journal_init_revoke_table() 231 table->hash_size = hash_size; in jbd2_journal_init_revoke_table() 241 for (tmp = 0; tmp < hash_size; tmp++) in jbd2_journal_init_revoke_table() 253 for (i = 0; i < table->hash_size; i++) { in jbd2_journal_destroy_revoke_table() 263 int jbd2_journal_init_revoke(journal_t *journal, int hash_size) in jbd2_journal_init_revoke() argument 266 J_ASSERT(is_power_of_2(hash_size)); in jbd2_journal_init_revoke() 489 for (i = 0; i < revoke->hash_size; i++) { in jbd2_clear_buffer_revoked_flags() 522 for (i = 0; i < journal->j_revoke->hash_size; i++) in jbd2_journal_switch_revoke_table() 548 for (i = 0; i < revoke->hash_size; i++) { in jbd2_journal_write_revoke_records() [all …]
|
/linux/drivers/soc/qcom/ |
A D | mdt_loader.c | 91 size_t hash_size; in qcom_mdt_read_metadata() local 108 hash_size = phdrs[1].p_filesz; in qcom_mdt_read_metadata() 110 data = kmalloc(ehdr_size + hash_size, GFP_KERNEL); in qcom_mdt_read_metadata() 115 if (ehdr_size + hash_size == fw->size) in qcom_mdt_read_metadata() 121 memcpy(data + ehdr_size, fw->data + hash_offset, hash_size); in qcom_mdt_read_metadata() 123 *data_len = ehdr_size + hash_size; in qcom_mdt_read_metadata()
|
/linux/drivers/net/ethernet/freescale/fman/ |
A D | fman_keygen.c | 716 u32 hash_base_fqid, u32 hash_size) in keygen_port_hashing_init() argument 727 if (hash_size == 0 || (hash_size & (hash_size - 1)) != 0) { in keygen_port_hashing_init() 760 scheme->hash_fqid_count = hash_size; in keygen_port_hashing_init()
|
A D | fman_keygen.h | 44 u32 hash_base_fqid, u32 hash_size);
|
/linux/drivers/net/ |
A D | gtp.c | 73 unsigned int hash_size; member 110 head = >p->tid_hash[gtp0_hashfn(tid) % gtp->hash_size]; in gtp0_pdp_find() 126 head = >p->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size]; in gtp1_pdp_find() 142 head = >p->addr_hash[ipv4_hashfn(ms_addr) % gtp->hash_size]; in ipv4_pdp_find() 716 for (i = 0; i < gtp->hash_size; i++) in gtp_dellink() 750 if (nla_put_u32(skb, IFLA_GTP_PDP_HASHSIZE, gtp->hash_size)) in gtp_fill_info() 788 gtp->hash_size = hsize; in gtp_hashtable_new() 951 hash_ms = ipv4_hashfn(ms_addr) % gtp->hash_size; in gtp_pdp_add() 1007 hash_tid = gtp0_hashfn(pctx->u.v0.tid) % gtp->hash_size; in gtp_pdp_add() 1010 hash_tid = gtp1u_hashfn(pctx->u.v1.i_tei) % gtp->hash_size; in gtp_pdp_add() [all …]
|
/linux/net/sunrpc/ |
A D | cache.c | 433 current_index >= current_detail->hash_size) { in cache_clean() 445 current_index = current_detail->hash_size; in cache_clean() 454 current_index < current_detail->hash_size && in cache_clean() 460 if (current_detail && current_index < current_detail->hash_size) { in cache_clean() 542 for (i = 0; i < detail->hash_size; i++) { in cache_purge() 1344 } while(hash < cd->hash_size && in __cache_seq_start() 1346 if (hash >= cd->hash_size) in __cache_seq_start() 1372 while (hash < cd->hash_size && in cache_seq_next() 1377 if (hash >= cd->hash_size) in cache_seq_next() 1733 cd->hash_table = kcalloc(cd->hash_size, sizeof(struct hlist_head), in cache_create_net() [all …]
|
A D | svcauth_unix.c | 576 .hash_size = GID_HASHMAX, 878 .hash_size = IP_HASHMAX,
|
/linux/drivers/net/ipa/ |
A D | ipa_cmd.c | 402 dma_addr_t addr, u16 hash_size, u32 hash_offset, in ipa_cmd_table_init_add() argument 418 if (hash_size) { in ipa_cmd_table_init_add() 423 val |= u64_encode_bits(hash_size, in ipa_cmd_table_init_add() 431 if (hash_size) in ipa_cmd_table_init_add()
|
A D | ipa_table.c | 423 u16 hash_size; in ipa_table_init_add() local 441 hash_size = hash_count * sizeof(__le64); in ipa_table_init_add() 447 hash_size, hash_mem->offset, hash_addr); in ipa_table_init_add()
|
A D | ipa_cmd.h | 109 u16 hash_size, u32 hash_offset,
|
/linux/drivers/md/ |
A D | dm-snap.c | 885 sector_t hash_size, cow_dev_size, max_buckets; in init_hash_tables() local 894 hash_size = cow_dev_size >> s->store->chunk_shift; in init_hash_tables() 895 hash_size = min(hash_size, max_buckets); in init_hash_tables() 897 if (hash_size < 64) in init_hash_tables() 898 hash_size = 64; in init_hash_tables() 899 hash_size = rounddown_pow_of_two(hash_size); in init_hash_tables() 900 if (dm_exception_table_init(&s->complete, hash_size, in init_hash_tables() 908 hash_size >>= 3; in init_hash_tables() 909 if (hash_size < 64) in init_hash_tables() 910 hash_size = 64; in init_hash_tables() [all …]
|
/linux/drivers/crypto/ |
A D | sa2ul.c | 134 u8 hash_size; member 689 u8 hash_size, u32 *swinfo) in sa_set_swinfo() argument 737 if (!ad->hash_size) in sa_init_sc() 739 ad->hash_size = roundup(ad->hash_size, 8); in sa_init_sc() 745 ad->hash_size = ad->iv_out_size; in sa_init_sc() 775 SA_SW_INFO_FLAG_EVICT, ad->hash_size, swinfo); in sa_init_sc() 1634 ad.hash_size = SHA1_DIGEST_SIZE; in sa_sha1_cra_init() 1650 ad.hash_size = SHA256_DIGEST_SIZE; in sa_sha256_cra_init() 1666 ad.hash_size = SHA512_DIGEST_SIZE; in sa_sha512_cra_init() 1890 ad.hash_size = SHA1_DIGEST_SIZE; in sa_aead_cbc_sha1_setkey() [all …]
|
A D | atmel-sha.c | 106 size_t hash_size; member 1699 ctx->hash_size = SHA1_DIGEST_SIZE; in atmel_sha_hmac_setup() 1704 ctx->hash_size = SHA256_DIGEST_SIZE; in atmel_sha_hmac_setup() 1709 ctx->hash_size = SHA256_DIGEST_SIZE; in atmel_sha_hmac_setup() 1714 ctx->hash_size = SHA512_DIGEST_SIZE; in atmel_sha_hmac_setup() 1790 size_t hs = ctx->hash_size; in atmel_sha_hmac_compute_opad_hash() 1805 size_t hs = ctx->hash_size; in atmel_sha_hmac_setup_done() 1876 size_t hs = ctx->hash_size; in atmel_sha_hmac_init_done() 1895 size_t hs = ctx->hash_size; in atmel_sha_hmac_final() 1951 size_t hs = ctx->hash_size; in atmel_sha_hmac_digest2() [all …]
|
/linux/drivers/nfc/s3fwrn5/ |
A D | firmware.c | 110 const void *hash_data, u16 hash_size, in s3fwrn5_fw_enter_update_mode() argument 120 args.hashcode_size = hash_size; in s3fwrn5_fw_enter_update_mode() 144 hash_data, hash_size); in s3fwrn5_fw_enter_update_mode()
|
/linux/lib/zlib_deflate/ |
A D | deflate.c | 184 s->head[s->hash_size-1] = NIL; \ 185 memset((char *)s->head, 0, (unsigned)(s->hash_size-1)*sizeof(*s->head)); 257 s->hash_size = 1 << s->hash_bits; in zlib_deflateInit2() 258 s->hash_mask = s->hash_size - 1; in zlib_deflateInit2() 776 n = s->hash_size; in fill_window()
|
A D | defutil.h | 115 uInt hash_size; /* number of elements in hash table */ member
|
/linux/net/dccp/ |
A D | proto.c | 1147 unsigned long hash_size = (1UL << ehash_order) * PAGE_SIZE / in dccp_init() local 1150 while (hash_size & (hash_size - 1)) in dccp_init() 1151 hash_size--; in dccp_init() 1152 dccp_hashinfo.ehash_mask = hash_size - 1; in dccp_init()
|
/linux/fs/affs/ |
A D | amigaffs.h | 54 __be32 hash_size; member
|
/linux/drivers/net/bonding/ |
A D | bond_alb.c | 60 static inline u8 _simple_hash(const u8 *hash_start, int hash_size) in _simple_hash() argument 65 for (i = 0; i < hash_size; i++) in _simple_hash() 1393 int hash_size = 0; in bond_xmit_alb_slave_get() local 1413 hash_size = sizeof(iph->daddr); in bond_xmit_alb_slave_get() 1450 hash_size = sizeof(ip6hdr->daddr); in bond_xmit_alb_slave_get() 1465 hash_index = _simple_hash(hash_start, hash_size); in bond_xmit_alb_slave_get()
|
/linux/include/linux/sunrpc/ |
A D | cache.h | 68 int hash_size; member
|
/linux/fs/nfsd/ |
A D | nfs4idmap.c | 190 .hash_size = ENT_HASHMAX, 360 .hash_size = ENT_HASHMAX,
|
A D | export.c | 259 .hash_size = EXPKEY_HASHMAX, 845 .hash_size = EXPORT_HASHMAX,
|
/linux/drivers/crypto/chelsio/ |
A D | chcr_algo.h | 252 unsigned int hash_size; member
|
A D | chcr_algo.c | 1647 param->hash_size, transhdr_len, in create_hash_wr() 1720 params.hash_size = params.alg_prm.result_size; in chcr_ahash_update() 1812 params.hash_size = crypto_ahash_digestsize(rtfm); in chcr_ahash_final() 1884 params.hash_size = params.alg_prm.result_size; in chcr_ahash_finup() 1890 params.hash_size = crypto_ahash_digestsize(rtfm); in chcr_ahash_finup() 1980 params.hash_size = params.alg_prm.result_size; in chcr_ahash_digest() 1983 params.hash_size = crypto_ahash_digestsize(rtfm); in chcr_ahash_digest() 2058 params.hash_size = params.alg_prm.result_size; in chcr_ahash_continue() 2063 params.hash_size = crypto_ahash_digestsize(rtfm); in chcr_ahash_continue()
|
/linux/fs/nfs/ |
A D | dns_resolve.c | 369 .hash_size = NFS_DNS_HASHTBL_SIZE,
|