Searched refs:DEFINE_HASHTABLE (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.4/tools/include/linux/ |
| D | hashtable.h | 17 #define DEFINE_HASHTABLE(name, bits) \ macro
|
| /Linux-v5.4/include/linux/ |
| D | hashtable.h | 16 #define DEFINE_HASHTABLE(name, bits) \ macro
|
| /Linux-v5.4/kernel/livepatch/ |
| D | shadow.c | 38 static DEFINE_HASHTABLE(klp_shadow_hash, 12);
|
| /Linux-v5.4/fs/crypto/ |
| D | keysetup_v1.c | 32 static DEFINE_HASHTABLE(fscrypt_direct_keys, 6); /* 6 bits = 64 buckets */
|
| /Linux-v5.4/fs/btrfs/ |
| D | props.c | 15 static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);
|
| /Linux-v5.4/fs/afs/ |
| D | security.c | 17 static DEFINE_HASHTABLE(afs_permits_cache, 10);
|
| /Linux-v5.4/net/smc/ |
| D | smc_wr.c | 37 static DEFINE_HASHTABLE(smc_wr_rx_hash, SMC_WR_RX_HASH_BITS);
|
| /Linux-v5.4/drivers/cpufreq/ |
| D | powernv-cpufreq.c | 88 DEFINE_HASHTABLE(pstate_revmap, POWERNV_MAX_PSTATES_ORDER);
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_process.c | 47 DEFINE_HASHTABLE(kfd_processes_table, KFD_PROCESS_TABLE_SIZE);
|
| /Linux-v5.4/kernel/time/ |
| D | posix-timers.c | 51 static DEFINE_HASHTABLE(posix_timers_hashtable, 9);
|
| /Linux-v5.4/mm/ |
| D | khugepaged.c | 76 static __read_mostly DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
|
| D | ksm.c | 232 static DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
|
| /Linux-v5.4/drivers/of/ |
| D | unittest.c | 325 static DEFINE_HASHTABLE(phandle_ht, 8);
|
| /Linux-v5.4/fs/ |
| D | locks.c | 228 static DEFINE_HASHTABLE(blocked_hash, BLOCKED_HASH_BITS);
|
| /Linux-v5.4/net/sunrpc/auth_gss/ |
| D | auth_gss.c | 55 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
|
| /Linux-v5.4/kernel/ |
| D | workqueue.c | 333 static DEFINE_HASHTABLE(unbound_pool_hash, UNBOUND_POOL_HASH_ORDER);
|
| /Linux-v5.4/kernel/cgroup/ |
| D | cgroup.c | 919 static DEFINE_HASHTABLE(css_set_table, CSS_SET_HASH_BITS);
|
| /Linux-v5.4/arch/x86/kvm/ |
| D | svm.c | 1185 static DEFINE_HASHTABLE(svm_vm_data_hash, SVM_VM_DATA_HASH_BITS);
|