/Linux-v5.10/fs/jbd2/ |
D | revoke.c | 115 int hash_size; member 218 static struct jbd2_revoke_table_s *jbd2_journal_init_revoke_table(int hash_size) in jbd2_journal_init_revoke_table() argument 221 int tmp = hash_size; in jbd2_journal_init_revoke_table() 231 table->hash_size = hash_size; in jbd2_journal_init_revoke_table() 234 kmalloc_array(hash_size, sizeof(struct list_head), GFP_KERNEL); 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() 268 journal->j_revoke_table[0] = jbd2_journal_init_revoke_table(hash_size); in jbd2_journal_init_revoke() [all …]
|
/Linux-v5.10/fs/ |
D | dcookies.c | 45 static size_t hash_size __read_mostly; 62 return (dcookie >> L1_CACHE_SHIFT) & (hash_size - 1); in dcookie_hash() 247 hash_size = PAGE_SIZE / sizeof(struct list_head); in dcookie_init() 251 } while ((hash_size >> hash_bits) != 0); in dcookie_init() 258 hash_size = 1UL << hash_bits; in dcookie_init() 262 i = hash_size; in dcookie_init() 298 for (i = 0; i < hash_size; ++i) { in dcookie_exit()
|
/Linux-v5.10/drivers/soc/qcom/ |
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-v5.10/drivers/net/ethernet/freescale/fman/ |
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()
|
D | fman_keygen.h | 44 u32 hash_base_fqid, u32 hash_size);
|
/Linux-v5.10/drivers/net/ |
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() 704 for (i = 0; i < gtp->hash_size; i++) in gtp_dellink() 737 if (nla_put_u32(skb, IFLA_GTP_PDP_HASHSIZE, gtp->hash_size)) in gtp_fill_info() 773 gtp->hash_size = hsize; in gtp_hashtable_new() 936 hash_ms = ipv4_hashfn(ms_addr) % gtp->hash_size; in gtp_pdp_add() 992 hash_tid = gtp0_hashfn(pctx->u.v0.tid) % gtp->hash_size; in gtp_pdp_add() 995 hash_tid = gtp1u_hashfn(pctx->u.v1.i_tei) % gtp->hash_size; in gtp_pdp_add() [all …]
|
/Linux-v5.10/net/sunrpc/ |
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() 1363 } while(hash < cd->hash_size && in __cache_seq_start() 1365 if (hash >= cd->hash_size) in __cache_seq_start() 1391 while (hash < cd->hash_size && in cache_seq_next() 1396 if (hash >= cd->hash_size) in cache_seq_next() 1752 cd->hash_table = kcalloc(cd->hash_size, sizeof(struct hlist_head), in cache_create_net() [all …]
|
D | svcauth_unix.c | 585 .hash_size = GID_HASHMAX, 883 .hash_size = IP_HASHMAX,
|
/Linux-v5.10/drivers/net/ipa/ |
D | ipa_cmd.c | 343 dma_addr_t addr, u16 hash_size, u32 hash_offset, in ipa_cmd_table_init_add() argument 359 if (hash_size) { in ipa_cmd_table_init_add() 364 val |= u64_encode_bits(hash_size, in ipa_cmd_table_init_add() 372 if (hash_size) in ipa_cmd_table_init_add()
|
D | ipa_cmd.h | 123 u16 hash_size, u32 hash_offset,
|
D | ipa_table.c | 444 u16 hash_size; in ipa_table_init_add() local 461 hash_size = hash_count * IPA_TABLE_ENTRY_SIZE; in ipa_table_init_add() 467 hash_size, hash_mem->offset, hash_addr); in ipa_table_init_add()
|
/Linux-v5.10/drivers/crypto/ |
D | sa2ul.c | 115 u8 hash_size; member 522 memcpy(&sc_buf[32], ipad, ad->hash_size); in sa_set_sc_auth() 524 memcpy(&sc_buf[64], opad, ad->hash_size); in sa_set_sc_auth() 668 u8 hash_size, u32 *swinfo) in sa_set_swinfo() argument 680 swinfo[2] |= (hash_size << __ffs(SA_SW2_EGRESS_LENGTH)); in sa_set_swinfo() 715 if (!ad->hash_size) in sa_init_sc() 717 ad->hash_size = roundup(ad->hash_size, 8); in sa_init_sc() 723 ad->hash_size = ad->iv_out_size; in sa_init_sc() 753 SA_SW_INFO_FLAG_EVICT, ad->hash_size, swinfo); in sa_init_sc() 1607 ad.hash_size = SHA1_DIGEST_SIZE; in sa_sha1_cra_init() [all …]
|
D | atmel-sha.c | 105 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() 1719 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() [all …]
|
/Linux-v5.10/drivers/md/ |
D | dm-snap.c | 879 sector_t hash_size, cow_dev_size, max_buckets; in init_hash_tables() local 888 hash_size = cow_dev_size >> s->store->chunk_shift; in init_hash_tables() 889 hash_size = min(hash_size, max_buckets); in init_hash_tables() 891 if (hash_size < 64) in init_hash_tables() 892 hash_size = 64; in init_hash_tables() 893 hash_size = rounddown_pow_of_two(hash_size); in init_hash_tables() 894 if (dm_exception_table_init(&s->complete, hash_size, in init_hash_tables() 902 hash_size >>= 3; in init_hash_tables() 903 if (hash_size < 64) in init_hash_tables() 904 hash_size = 64; in init_hash_tables() [all …]
|
/Linux-v5.10/drivers/nfc/s3fwrn5/ |
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-v5.10/lib/zlib_deflate/ |
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()
|
D | defutil.h | 115 uInt hash_size; /* number of elements in hash table */ member
|
/Linux-v5.10/net/dccp/ |
D | proto.c | 1150 unsigned long hash_size = (1UL << ehash_order) * PAGE_SIZE / in dccp_init() local 1153 while (hash_size & (hash_size - 1)) in dccp_init() 1154 hash_size--; in dccp_init() 1155 dccp_hashinfo.ehash_mask = hash_size - 1; in dccp_init()
|
/Linux-v5.10/fs/affs/ |
D | amigaffs.h | 54 __be32 hash_size; member
|
/Linux-v5.10/drivers/net/bonding/ |
D | bond_alb.c | 61 static inline u8 _simple_hash(const u8 *hash_start, int hash_size) in _simple_hash() argument 66 for (i = 0; i < hash_size; i++) in _simple_hash() 1394 int hash_size = 0; in bond_xmit_alb_slave_get() local 1414 hash_size = sizeof(iph->daddr); in bond_xmit_alb_slave_get() 1451 hash_size = sizeof(ip6hdr->daddr); in bond_xmit_alb_slave_get() 1480 hash_size = ETH_ALEN; in bond_xmit_alb_slave_get() 1495 hash_index = _simple_hash(hash_start, hash_size); in bond_xmit_alb_slave_get()
|
/Linux-v5.10/include/linux/sunrpc/ |
D | cache.h | 67 int hash_size; member
|
/Linux-v5.10/fs/nfsd/ |
D | nfs4idmap.c | 190 .hash_size = ENT_HASHMAX, 360 .hash_size = ENT_HASHMAX,
|
/Linux-v5.10/drivers/crypto/chelsio/ |
D | chcr_algo.h | 252 unsigned int hash_size; member
|
D | chcr_algo.c | 1649 param->hash_size, transhdr_len, in create_hash_wr() 1722 params.hash_size = params.alg_prm.result_size; in chcr_ahash_update() 1814 params.hash_size = crypto_ahash_digestsize(rtfm); in chcr_ahash_final() 1886 params.hash_size = params.alg_prm.result_size; in chcr_ahash_finup() 1892 params.hash_size = crypto_ahash_digestsize(rtfm); in chcr_ahash_finup() 1982 params.hash_size = params.alg_prm.result_size; in chcr_ahash_digest() 1985 params.hash_size = crypto_ahash_digestsize(rtfm); in chcr_ahash_digest() 2060 params.hash_size = params.alg_prm.result_size; in chcr_ahash_continue() 2065 params.hash_size = crypto_ahash_digestsize(rtfm); in chcr_ahash_continue()
|
/Linux-v5.10/fs/nfs/ |
D | dns_resolve.c | 369 .hash_size = NFS_DNS_HASHTBL_SIZE,
|