Home
last modified time | relevance | path

Searched refs:DEFINE_HASHTABLE (Results 1 – 22 of 22) 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);
/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/drivers/cpufreq/
H A Dpowernv-cpufreq.c90 static DEFINE_HASHTABLE(pstate_revmap, POWERNV_MAX_PSTATES_ORDER);
/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/net/smc/
H A Dsmc_wr.c37 static DEFINE_HASHTABLE(smc_wr_rx_hash, SMC_WR_RX_HASH_BITS);
/linux/kernel/time/
H A Dposix-timers.c49 static DEFINE_HASHTABLE(posix_timers_hashtable, 9);
/linux/drivers/s390/crypto/
H A Dap_bus.c79 DEFINE_HASHTABLE(ap_queues, 8);
/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c73 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
/linux/mm/
H A Dksm.c238 static DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
/linux/fs/
H A Dlocks.c155 static DEFINE_HASHTABLE(blocked_hash, BLOCKED_HASH_BITS);
/linux/drivers/of/
H A Dunittest.c352 static DEFINE_HASHTABLE(phandle_ht, 8);
/linux/kernel/cgroup/
H A Dcgroup.c910 static DEFINE_HASHTABLE(css_set_table, CSS_SET_HASH_BITS);