Home
last modified time | relevance | path

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

/linux-6.1.9/tools/include/linux/
Dhashtable.h17 #define DEFINE_HASHTABLE(name, bits) \ macro
/linux-6.1.9/kernel/livepatch/
Dshadow.c38 static DEFINE_HASHTABLE(klp_shadow_hash, 12);
/linux-6.1.9/include/linux/
Dhashtable.h16 #define DEFINE_HASHTABLE(name, bits) \ macro
/linux-6.1.9/fs/ksmbd/mgmt/
Dshare_config.c22 static DEFINE_HASHTABLE(shares_table, SHARE_HASH_BITS);
Duser_session.c22 static DEFINE_HASHTABLE(sessions_table, SESSION_HASH_BITS);
/linux-6.1.9/fs/crypto/
Dkeysetup_v1.c32 static DEFINE_HASHTABLE(fscrypt_direct_keys, 6); /* 6 bits = 64 buckets */
/linux-6.1.9/fs/btrfs/
Dprops.c15 static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);
/linux-6.1.9/fs/afs/
Dsecurity.c17 static DEFINE_HASHTABLE(afs_permits_cache, 10);
/linux-6.1.9/drivers/soc/xilinx/
Dxlnx_event_manager.c41 static DEFINE_HASHTABLE(reg_driver_map, REGISTERED_DRIVER_MAX_ORDER);
/linux-6.1.9/drivers/cpufreq/
Dpowernv-cpufreq.c90 static DEFINE_HASHTABLE(pstate_revmap, POWERNV_MAX_PSTATES_ORDER);
/linux-6.1.9/fs/ksmbd/
Dtransport_ipc.c34 static DEFINE_HASHTABLE(ipc_msg_table, IPC_MSG_HASH_BITS);
/linux-6.1.9/kernel/
Dkcov.c87 static DEFINE_HASHTABLE(kcov_remote_map, 4);
Dworkqueue.c353 static DEFINE_HASHTABLE(unbound_pool_hash, UNBOUND_POOL_HASH_ORDER);
/linux-6.1.9/arch/x86/kvm/svm/
Davic.c52 static DEFINE_HASHTABLE(svm_vm_data_hash, SVM_VM_DATA_HASH_BITS);
/linux-6.1.9/net/smc/
Dsmc_wr.c37 static DEFINE_HASHTABLE(smc_wr_rx_hash, SMC_WR_RX_HASH_BITS);
/linux-6.1.9/drivers/firmware/xilinx/
Dzynqmp.c46 static DEFINE_HASHTABLE(pm_api_features_map, PM_API_FEATURE_CHECK_MAX_ORDER);
/linux-6.1.9/kernel/time/
Dposix-timers.c52 static DEFINE_HASHTABLE(posix_timers_hashtable, 9);
/linux-6.1.9/drivers/s390/crypto/
Dap_bus.c76 DEFINE_HASHTABLE(ap_queues, 8);
/linux-6.1.9/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c52 DEFINE_HASHTABLE(kfd_processes_table, KFD_PROCESS_TABLE_SIZE);
/linux-6.1.9/mm/
Dkhugepaged.c88 static __read_mostly DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
Dksm.c228 static DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
/linux-6.1.9/net/sunrpc/auth_gss/
Dauth_gss.c57 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
/linux-6.1.9/fs/
Dlocks.c152 static DEFINE_HASHTABLE(blocked_hash, BLOCKED_HASH_BITS);
/linux-6.1.9/drivers/of/
Dunittest.c343 static DEFINE_HASHTABLE(phandle_ht, 8);
/linux-6.1.9/kernel/cgroup/
Dcgroup.c940 static DEFINE_HASHTABLE(css_set_table, CSS_SET_HASH_BITS);