| /linux/drivers/net/ipa/ |
| H A D | ipa_table.c | 398 u16 hash_size; in ipa_table_init_add() local 429 hash_size = hash_count * sizeof(__le64); in ipa_table_init_add() 435 hash_size, hash_offset, hash_addr); in ipa_table_init_add() 444 if (!hash_size) in ipa_table_init_add() 448 zero_offset = hash_offset + hash_size; in ipa_table_init_add() 449 zero_size = hash_mem->size - hash_size; in ipa_table_init_add()
|
| H A D | ipa_cmd.c | 363 dma_addr_t addr, u16 hash_size, u32 hash_offset, in ipa_cmd_table_init_add() argument 378 if (hash_size) { in ipa_cmd_table_init_add() 383 val |= u64_encode_bits(hash_size, in ipa_cmd_table_init_add() 391 if (hash_size) in ipa_cmd_table_init_add()
|
| H A D | ipa_cmd.h | 86 u16 hash_size, u32 hash_offset,
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fsp/ |
| H A D | base.c | 16 nvkm_fsp_verify_gsp_fmc(struct nvkm_fsp *fsp, u32 hash_size, u32 pkey_size, u32 sig_size) in nvkm_fsp_verify_gsp_fmc() argument 18 return hash_size == fsp->func->cot.size_hash && in nvkm_fsp_verify_gsp_fmc()
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | fman_keygen.c | 689 u32 hash_base_fqid, u32 hash_size) in keygen_port_hashing_init() argument 700 if (hash_size == 0 || (hash_size & (hash_size - 1)) != 0) { in keygen_port_hashing_init() 733 scheme->hash_fqid_count = hash_size; in keygen_port_hashing_init()
|
| H A D | fman_keygen.h | 17 u32 hash_base_fqid, u32 hash_size);
|
| /linux/net/sunrpc/ |
| H A D | cache.c | 455 current_index >= current_detail->hash_size) { in cache_clean() 467 current_index = current_detail->hash_size; in cache_clean() 477 while (current_index < current_detail->hash_size && in cache_clean() 482 if (current_index < current_detail->hash_size) { in cache_clean() 563 for (i = 0; i < detail->hash_size; i++) { in cache_purge() 1355 if (hash >= cd->hash_size) in __cache_seq_start() 1362 while (!ch && ++hash < cd->hash_size) in __cache_seq_start() 1381 while (hash < cd->hash_size) { in cache_seq_next() 1740 cd->hash_table = kzalloc_objs(struct hlist_head, cd->hash_size); in cache_create_net() 1746 for (i = 0; i < cd->hash_size; in cache_create_net() [all...] |
| H A D | svcauth_unix.c | 855 .hash_size = GID_HASHMAX, in svcauth_tls_accept() 1533 .hash_size = IP_HASHMAX,
|
| /linux/drivers/md/ |
| H A D | dm-snap.c | 877 sector_t hash_size, cow_dev_size, max_buckets; in init_hash_tables() local 886 hash_size = cow_dev_size >> s->store->chunk_shift; in init_hash_tables() 887 hash_size = min(hash_size, max_buckets); in init_hash_tables() 889 if (hash_size < 64) in init_hash_tables() 890 hash_size = 64; in init_hash_tables() 891 hash_size = rounddown_pow_of_two(hash_size); in init_hash_tables() 892 if (dm_exception_table_init(&s->complete, hash_size, in init_hash_tables() 900 hash_size >>= 3; in init_hash_tables() 901 if (hash_size < 64) in init_hash_tables() 902 hash_size = 64; in init_hash_tables() [all …]
|
| /linux/net/dccp/ |
| H A D | proto.c | |
| /linux/fs/affs/ |
| H A D | amigaffs.h | 55 __be32 hash_size; member
|
| /linux/fs/nfsd/ |
| H A D | nfs4idmap.c | 191 .hash_size = ENT_HASHMAX, 361 .hash_size = ENT_HASHMAX,
|
| H A D | export.c | 265 .hash_size = EXPKEY_HASHMAX, 1596 .hash_size = EXPORT_HASHMAX,
|
| /linux/lib/zlib_deflate/ |
| H A D | defutil.h | 115 uInt hash_size; /* number of elements in hash table */ member
|
| /linux/drivers/crypto/chelsio/ |
| H A D | chcr_algo.h | 252 unsigned int hash_size; member
|
| /linux/fs/nfs/ |
| H A D | dns_resolve.c | 368 .hash_size = NFS_DNS_HASHTBL_SIZE,
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 309 .hash_size = RSI_HASHMAX, 587 .hash_size = RSC_HASHMAX,
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_receiver.c | 3522 int hash_size; in receive_protocol() local 3541 hash_size = crypto_shash_digestsize(peer_integrity_tfm); in receive_protocol() 3542 int_dig_in = kmalloc(hash_size, GFP_KERNEL); in receive_protocol() 3543 int_dig_vv = kmalloc(hash_size, GFP_KERNEL); in receive_protocol()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6750 __u32 hash_size; 6686 __u32 hash_size; global() member
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 5454 len = offsetofend(struct bpf_map_info, hash_size); in token_get_info_by_fd() 5493 if (info.hash_size != sizeof(map->sha)) in bpf_obj_get_info_by_fd() 5504 } else if (info.hash_size) { in bpf_btf_load()
|