Home
last modified time | relevance | path

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

/Linux-v5.4/tools/include/linux/
Dhashtable.h17 #define DEFINE_HASHTABLE(name, bits) \ macro
/Linux-v5.4/include/linux/
Dhashtable.h16 #define DEFINE_HASHTABLE(name, bits) \ macro
/Linux-v5.4/kernel/livepatch/
Dshadow.c38 static DEFINE_HASHTABLE(klp_shadow_hash, 12);
/Linux-v5.4/fs/crypto/
Dkeysetup_v1.c32 static DEFINE_HASHTABLE(fscrypt_direct_keys, 6); /* 6 bits = 64 buckets */
/Linux-v5.4/fs/btrfs/
Dprops.c15 static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);
/Linux-v5.4/fs/afs/
Dsecurity.c17 static DEFINE_HASHTABLE(afs_permits_cache, 10);
/Linux-v5.4/net/smc/
Dsmc_wr.c37 static DEFINE_HASHTABLE(smc_wr_rx_hash, SMC_WR_RX_HASH_BITS);
/Linux-v5.4/drivers/cpufreq/
Dpowernv-cpufreq.c88 DEFINE_HASHTABLE(pstate_revmap, POWERNV_MAX_PSTATES_ORDER);
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c47 DEFINE_HASHTABLE(kfd_processes_table, KFD_PROCESS_TABLE_SIZE);
/Linux-v5.4/kernel/time/
Dposix-timers.c51 static DEFINE_HASHTABLE(posix_timers_hashtable, 9);
/Linux-v5.4/mm/
Dkhugepaged.c76 static __read_mostly DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
Dksm.c232 static DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
/Linux-v5.4/drivers/of/
Dunittest.c325 static DEFINE_HASHTABLE(phandle_ht, 8);
/Linux-v5.4/fs/
Dlocks.c228 static DEFINE_HASHTABLE(blocked_hash, BLOCKED_HASH_BITS);
/Linux-v5.4/net/sunrpc/auth_gss/
Dauth_gss.c55 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
/Linux-v5.4/kernel/
Dworkqueue.c333 static DEFINE_HASHTABLE(unbound_pool_hash, UNBOUND_POOL_HASH_ORDER);
/Linux-v5.4/kernel/cgroup/
Dcgroup.c919 static DEFINE_HASHTABLE(css_set_table, CSS_SET_HASH_BITS);
/Linux-v5.4/arch/x86/kvm/
Dsvm.c1185 static DEFINE_HASHTABLE(svm_vm_data_hash, SVM_VM_DATA_HASH_BITS);