Home
last modified time | relevance | path

Searched refs:DEFINE_HASHTABLE (Results 1 – 19 of 19) sorted by relevance

/linux/lib/
H A Dhashtable_test.c22 DEFINE_HASHTABLE(hash1, 2); in hashtable_test_hash_init()
37 DEFINE_HASHTABLE(hash, 1); in hashtable_test_hash_empty()
52 DEFINE_HASHTABLE(hash, 4); in hashtable_test_hash_hashed()
69 DEFINE_HASHTABLE(hash, 3); in hashtable_test_hash_add()
98 DEFINE_HASHTABLE(hash, 6); in hashtable_test_hash_del()
128 DEFINE_HASHTABLE(hash, 3); in hashtable_test_hash_for_each()
158 DEFINE_HASHTABLE(hash, 3); in hashtable_test_hash_for_each_safe()
191 DEFINE_HASHTABLE(hash, 5); in hashtable_test_hash_for_each_possible()
246 DEFINE_HASHTABLE(hash, 5); in hashtable_test_hash_for_each_possible_safe()
/linux/tools/include/linux/
H A Dhashtable.h17 #define DEFINE_HASHTABLE(name, bits) \ macro
/linux/net/netfilter/
H A Dnf_flow_table_xdp.c23 static DEFINE_HASHTABLE(nf_xdp_hashtable, NF_XDP_HT_BITS);
/linux/kernel/livepatch/
H A Dshadow.c38 static DEFINE_HASHTABLE(klp_shadow_hash, 12);
/linux/include/linux/
H A Dhashtable.h16 #define DEFINE_HASHTABLE(name, bits) \ macro
/linux/fs/smb/server/mgmt/
H A Dshare_config.c23 static DEFINE_HASHTABLE(shares_table, SHARE_HASH_BITS);
H A Duser_session.c22 static DEFINE_HASHTABLE(sessions_table, SESSION_HASH_BITS);
/linux/fs/crypto/
H A Dkeysetup_v1.c32 static DEFINE_HASHTABLE(fscrypt_direct_keys, 6); /* 6 bits = 64 buckets */
/linux/fs/btrfs/
H A Dprops.c22 static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);
/linux/fs/afs/
H A Dsecurity.c17 static DEFINE_HASHTABLE(afs_permits_cache, 10);
/linux/kernel/
H A Dkcov.c88 static DEFINE_HASHTABLE(kcov_remote_map, 4);
H A Dworkqueue.c491 static DEFINE_HASHTABLE(unbound_pool_hash, UNBOUND_POOL_HASH_ORDER);
1308 static DEFINE_HASHTABLE(wci_hash, ilog2(WCI_MAX_ENTS));
/linux/fs/smb/server/
H A Dtransport_ipc.c34 static DEFINE_HASHTABLE(ipc_msg_table, IPC_MSG_HASH_BITS);
/linux/arch/x86/kvm/svm/
H A Davic.c71 static DEFINE_HASHTABLE(svm_vm_data_hash, SVM_VM_DATA_HASH_BITS);
/linux/drivers/s390/crypto/
H A Dap_bus.c79 DEFINE_HASHTABLE(ap_queues, 8);
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c51 DEFINE_HASHTABLE(kfd_processes_table, KFD_PROCESS_TABLE_SIZE);
/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c73 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
/linux/drivers/of/
H A Dunittest.c361 static DEFINE_HASHTABLE(phandle_ht, 8);
/linux/kernel/cgroup/
H A Dcgroup.c910 static DEFINE_HASHTABLE(css_set_table, CSS_SET_HASH_BITS);