Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dhashtable.h17 #define DEFINE_HASHTABLE(name, bits) \ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dhashtable.h16 #define DEFINE_HASHTABLE(name, bits) \ macro
/OK3568_Linux_fs/kernel/kernel/livepatch/
H A Dshadow.c38 static DEFINE_HASHTABLE(klp_shadow_hash, 12);
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dkeysetup_v1.c32 static DEFINE_HASHTABLE(fscrypt_direct_keys, 6); /* 6 bits = 64 buckets */
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_hash.h188 #define DEFINE_HASHTABLE(name, bits) \ macro
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dprops.c15 static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);
/OK3568_Linux_fs/kernel/fs/afs/
H A Dsecurity.c17 static DEFINE_HASHTABLE(afs_permits_cache, 10);
/OK3568_Linux_fs/kernel/drivers/firmware/xilinx/
H A Dzynqmp.c32 static DEFINE_HASHTABLE(pm_api_features_map, PM_API_FEATURE_CHECK_MAX_ORDER);
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Davic.c69 static DEFINE_HASHTABLE(svm_vm_data_hash, SVM_VM_DATA_HASH_BITS);
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dpowernv-cpufreq.c90 static DEFINE_HASHTABLE(pstate_revmap, POWERNV_MAX_PSTATES_ORDER);
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_wr.c37 static DEFINE_HASHTABLE(smc_wr_rx_hash, SMC_WR_RX_HASH_BITS);
/OK3568_Linux_fs/kernel/kernel/
H A Dkcov.c86 static DEFINE_HASHTABLE(kcov_remote_map, 4);
H A Dworkqueue.c340 static DEFINE_HASHTABLE(unbound_pool_hash, UNBOUND_POOL_HASH_ORDER);
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-timers.c52 static DEFINE_HASHTABLE(posix_timers_hashtable, 9);
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dap_bus.c66 DEFINE_HASHTABLE(ap_queues, 8);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c50 DEFINE_HASHTABLE(kfd_processes_table, KFD_PROCESS_TABLE_SIZE);
/OK3568_Linux_fs/kernel/mm/
H A Dkhugepaged.c82 static __read_mostly DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
H A Dksm.c232 static DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
/OK3568_Linux_fs/kernel/fs/
H A Dlocks.c228 static DEFINE_HASHTABLE(blocked_hash, BLOCKED_HASH_BITS);
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dauth_gss.c57 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
/OK3568_Linux_fs/kernel/drivers/of/
H A Dunittest.c342 static DEFINE_HASHTABLE(phandle_ht, 8);
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup.c933 static DEFINE_HASHTABLE(css_set_table, CSS_SET_HASH_BITS);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c16886 DEFINE_HASHTABLE(wklock_history, 5);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux.c16203 DEFINE_HASHTABLE(wklock_history, 5);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux.c16385 DEFINE_HASHTABLE(wklock_history, 5);

12