| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | hashtable.h | 17 #define DEFINE_HASHTABLE(name, bits) \ macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hashtable.h | 16 #define DEFINE_HASHTABLE(name, bits) \ macro
|
| /OK3568_Linux_fs/kernel/kernel/livepatch/ |
| H A D | shadow.c | 38 static DEFINE_HASHTABLE(klp_shadow_hash, 12);
|
| /OK3568_Linux_fs/kernel/fs/crypto/ |
| H A D | keysetup_v1.c | 32 static DEFINE_HASHTABLE(fscrypt_direct_keys, 6); /* 6 bits = 64 buckets */
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_hash.h | 188 #define DEFINE_HASHTABLE(name, bits) \ macro
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | props.c | 15 static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | security.c | 17 static DEFINE_HASHTABLE(afs_permits_cache, 10);
|
| /OK3568_Linux_fs/kernel/drivers/firmware/xilinx/ |
| H A D | zynqmp.c | 32 static DEFINE_HASHTABLE(pm_api_features_map, PM_API_FEATURE_CHECK_MAX_ORDER);
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/svm/ |
| H A D | avic.c | 69 static DEFINE_HASHTABLE(svm_vm_data_hash, SVM_VM_DATA_HASH_BITS);
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | powernv-cpufreq.c | 90 static DEFINE_HASHTABLE(pstate_revmap, POWERNV_MAX_PSTATES_ORDER);
|
| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | smc_wr.c | 37 static DEFINE_HASHTABLE(smc_wr_rx_hash, SMC_WR_RX_HASH_BITS);
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kcov.c | 86 static DEFINE_HASHTABLE(kcov_remote_map, 4);
|
| H A D | workqueue.c | 340 static DEFINE_HASHTABLE(unbound_pool_hash, UNBOUND_POOL_HASH_ORDER);
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-timers.c | 52 static DEFINE_HASHTABLE(posix_timers_hashtable, 9);
|
| /OK3568_Linux_fs/kernel/drivers/s390/crypto/ |
| H A D | ap_bus.c | 66 DEFINE_HASHTABLE(ap_queues, 8);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_process.c | 50 DEFINE_HASHTABLE(kfd_processes_table, KFD_PROCESS_TABLE_SIZE);
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | khugepaged.c | 82 static __read_mostly DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
|
| H A D | ksm.c | 232 static DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | locks.c | 228 static DEFINE_HASHTABLE(blocked_hash, BLOCKED_HASH_BITS);
|
| /OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/ |
| H A D | auth_gss.c | 57 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | unittest.c | 342 static DEFINE_HASHTABLE(phandle_ht, 8);
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | cgroup.c | 933 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 D | dhd_linux.c | 16886 DEFINE_HASHTABLE(wklock_history, 5);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux.c | 16203 DEFINE_HASHTABLE(wklock_history, 5);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux.c | 16385 DEFINE_HASHTABLE(wklock_history, 5);
|