/openbmc/linux/lib/ |
H A D | hashtable_test.c | 22 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 D | hashtable.h | 17 #define DEFINE_HASHTABLE(name, bits) \ macro
|
/openbmc/linux/include/linux/ |
H A D | hashtable.h | 16 #define DEFINE_HASHTABLE(name, bits) \ macro
|
/openbmc/linux/kernel/livepatch/ |
H A D | shadow.c | 38 static DEFINE_HASHTABLE(klp_shadow_hash, 12);
|
/openbmc/linux/fs/smb/server/mgmt/ |
H A D | share_config.c | 23 static DEFINE_HASHTABLE(shares_table, SHARE_HASH_BITS);
|
H A D | user_session.c | 22 static DEFINE_HASHTABLE(sessions_table, SESSION_HASH_BITS);
|
/openbmc/linux/fs/crypto/ |
H A D | keysetup_v1.c | 32 static DEFINE_HASHTABLE(fscrypt_direct_keys, 6); /* 6 bits = 64 buckets */
|
/openbmc/linux/fs/btrfs/ |
H A D | props.c | 20 static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);
|
/openbmc/linux/fs/afs/ |
H A D | security.c | 17 static DEFINE_HASHTABLE(afs_permits_cache, 10);
|
/openbmc/linux/drivers/soc/xilinx/ |
H A D | xlnx_event_manager.c | 42 static DEFINE_HASHTABLE(reg_driver_map, REGISTERED_DRIVER_MAX_ORDER);
|
/openbmc/linux/drivers/cpufreq/ |
H A D | powernv-cpufreq.c | 90 static DEFINE_HASHTABLE(pstate_revmap, POWERNV_MAX_PSTATES_ORDER);
|
/openbmc/linux/fs/smb/server/ |
H A D | transport_ipc.c | 34 static DEFINE_HASHTABLE(ipc_msg_table, IPC_MSG_HASH_BITS);
|
/openbmc/linux/kernel/ |
H A D | kcov.c | 87 static DEFINE_HASHTABLE(kcov_remote_map, 4);
|
H A D | workqueue.c | 408 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 D | avic.c | 71 static DEFINE_HASHTABLE(svm_vm_data_hash, SVM_VM_DATA_HASH_BITS);
|
/openbmc/linux/net/smc/ |
H A D | smc_wr.c | 37 static DEFINE_HASHTABLE(smc_wr_rx_hash, SMC_WR_RX_HASH_BITS);
|
/openbmc/linux/drivers/firmware/xilinx/ |
H A D | zynqmp.c | 47 static DEFINE_HASHTABLE(pm_api_features_map, PM_API_FEATURE_CHECK_MAX_ORDER);
|
/openbmc/linux/kernel/time/ |
H A D | posix-timers.c | 49 static DEFINE_HASHTABLE(posix_timers_hashtable, 9);
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | ap_bus.c | 76 DEFINE_HASHTABLE(ap_queues, 8);
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_process.c | 51 DEFINE_HASHTABLE(kfd_processes_table, KFD_PROCESS_TABLE_SIZE);
|
/openbmc/linux/mm/ |
H A D | ksm.c | 232 static DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 73 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
|
/openbmc/linux/fs/ |
H A D | locks.c | 153 static DEFINE_HASHTABLE(blocked_hash, BLOCKED_HASH_BITS);
|
/openbmc/linux/drivers/of/ |
H A D | unittest.c | 357 static DEFINE_HASHTABLE(phandle_ht, 8);
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup.c | 908 static DEFINE_HASHTABLE(css_set_table, CSS_SET_HASH_BITS);
|