Home
last modified time | relevance | path

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

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