Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
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-6.6.21/tools/include/linux/
Dhashtable.h17 #define DEFINE_HASHTABLE(name, bits) \ macro
/linux-6.6.21/kernel/livepatch/
Dshadow.c38 static DEFINE_HASHTABLE(klp_shadow_hash, 12);
/linux-6.6.21/include/linux/
Dhashtable.h16 #define DEFINE_HASHTABLE(name, bits) \ macro
/linux-6.6.21/fs/smb/server/mgmt/
Dshare_config.c22 static DEFINE_HASHTABLE(shares_table, SHARE_HASH_BITS);
Duser_session.c22 static DEFINE_HASHTABLE(sessions_table, SESSION_HASH_BITS);
/linux-6.6.21/fs/crypto/
Dkeysetup_v1.c32 static DEFINE_HASHTABLE(fscrypt_direct_keys, 6); /* 6 bits = 64 buckets */
/linux-6.6.21/fs/btrfs/
Dprops.c20 static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);
/linux-6.6.21/fs/afs/
Dsecurity.c17 static DEFINE_HASHTABLE(afs_permits_cache, 10);
/linux-6.6.21/drivers/soc/xilinx/
Dxlnx_event_manager.c41 static DEFINE_HASHTABLE(reg_driver_map, REGISTERED_DRIVER_MAX_ORDER);
/linux-6.6.21/fs/smb/server/
Dtransport_ipc.c34 static DEFINE_HASHTABLE(ipc_msg_table, IPC_MSG_HASH_BITS);
/linux-6.6.21/drivers/cpufreq/
Dpowernv-cpufreq.c90 static DEFINE_HASHTABLE(pstate_revmap, POWERNV_MAX_PSTATES_ORDER);
/linux-6.6.21/kernel/
Dkcov.c87 static DEFINE_HASHTABLE(kcov_remote_map, 4);
Dworkqueue.c408 static DEFINE_HASHTABLE(unbound_pool_hash, UNBOUND_POOL_HASH_ORDER);
1171 static DEFINE_HASHTABLE(wci_hash, ilog2(WCI_MAX_ENTS));
/linux-6.6.21/arch/x86/kvm/svm/
Davic.c71 static DEFINE_HASHTABLE(svm_vm_data_hash, SVM_VM_DATA_HASH_BITS);
/linux-6.6.21/net/smc/
Dsmc_wr.c37 static DEFINE_HASHTABLE(smc_wr_rx_hash, SMC_WR_RX_HASH_BITS);
/linux-6.6.21/kernel/time/
Dposix-timers.c49 static DEFINE_HASHTABLE(posix_timers_hashtable, 9);
/linux-6.6.21/drivers/firmware/xilinx/
Dzynqmp.c47 static DEFINE_HASHTABLE(pm_api_features_map, PM_API_FEATURE_CHECK_MAX_ORDER);
/linux-6.6.21/drivers/s390/crypto/
Dap_bus.c76 DEFINE_HASHTABLE(ap_queues, 8);
/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c51 DEFINE_HASHTABLE(kfd_processes_table, KFD_PROCESS_TABLE_SIZE);
/linux-6.6.21/mm/
Dksm.c232 static DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
/linux-6.6.21/fs/
Dlocks.c153 static DEFINE_HASHTABLE(blocked_hash, BLOCKED_HASH_BITS);
/linux-6.6.21/net/sunrpc/auth_gss/
Dauth_gss.c73 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
/linux-6.6.21/drivers/of/
Dunittest.c357 static DEFINE_HASHTABLE(phandle_ht, 8);
/linux-6.6.21/kernel/cgroup/
Dcgroup.c908 static DEFINE_HASHTABLE(css_set_table, CSS_SET_HASH_BITS);