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

/linux-master/lib/
H A Dhashtable_test.c22 DEFINE_HASHTABLE(hash1, 2);
37 DEFINE_HASHTABLE(hash, 1);
52 DEFINE_HASHTABLE(hash, 4);
69 DEFINE_HASHTABLE(hash, 3);
98 DEFINE_HASHTABLE(hash, 6);
128 DEFINE_HASHTABLE(hash, 3);
158 DEFINE_HASHTABLE(hash, 3);
191 DEFINE_HASHTABLE(hash, 5);
246 DEFINE_HASHTABLE(hash, 5);
/linux-master/tools/include/linux/
H A Dhashtable.h17 #define DEFINE_HASHTABLE(name, bits) \ macro
/linux-master/include/linux/
H A Dhashtable.h16 #define DEFINE_HASHTABLE(name, bits) \ macro
/linux-master/kernel/livepatch/
H A Dshadow.c38 static DEFINE_HASHTABLE(klp_shadow_hash, 12);
/linux-master/fs/crypto/
H A Dkeysetup_v1.c32 static DEFINE_HASHTABLE(fscrypt_direct_keys, 6); /* 6 bits = 64 buckets */
/linux-master/fs/smb/server/mgmt/
H A Dshare_config.c22 static DEFINE_HASHTABLE(shares_table, SHARE_HASH_BITS);
H A Duser_session.c22 static DEFINE_HASHTABLE(sessions_table, SESSION_HASH_BITS);
/linux-master/fs/afs/
H A Dsecurity.c17 static DEFINE_HASHTABLE(afs_permits_cache, 10);
/linux-master/fs/btrfs/
H A Dprops.c22 static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);
/linux-master/drivers/soc/xilinx/
H A Dxlnx_event_manager.c41 static DEFINE_HASHTABLE(reg_driver_map, REGISTERED_DRIVER_MAX_ORDER);
/linux-master/drivers/cpufreq/
H A Dpowernv-cpufreq.c90 static DEFINE_HASHTABLE(pstate_revmap, POWERNV_MAX_PSTATES_ORDER);
/linux-master/net/smc/
H A Dsmc_wr.c37 static DEFINE_HASHTABLE(smc_wr_rx_hash, SMC_WR_RX_HASH_BITS);
/linux-master/kernel/
H A Dkcov.c87 static DEFINE_HASHTABLE(kcov_remote_map, 4);
H A Dworkqueue.c484 static DEFINE_HASHTABLE(unbound_pool_hash, UNBOUND_POOL_HASH_ORDER);
1313 static DEFINE_HASHTABLE(wci_hash, ilog2(WCI_MAX_ENTS));
/linux-master/arch/x86/kvm/svm/
H A Davic.c71 static DEFINE_HASHTABLE(svm_vm_data_hash, SVM_VM_DATA_HASH_BITS);
/linux-master/fs/smb/server/
H A Dtransport_ipc.c34 static DEFINE_HASHTABLE(ipc_msg_table, IPC_MSG_HASH_BITS);
/linux-master/kernel/time/
H A Dposix-timers.c49 static DEFINE_HASHTABLE(posix_timers_hashtable, 9);
/linux-master/drivers/firmware/xilinx/
H A Dzynqmp.c48 static DEFINE_HASHTABLE(pm_api_features_map, PM_API_FEATURE_CHECK_MAX_ORDER);
/linux-master/drivers/s390/crypto/
H A Dap_bus.c77 DEFINE_HASHTABLE(ap_queues, 8);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c51 DEFINE_HASHTABLE(kfd_processes_table, KFD_PROCESS_TABLE_SIZE);
/linux-master/mm/
H A Dksm.c239 static DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
/linux-master/net/sunrpc/auth_gss/
H A Dauth_gss.c73 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
/linux-master/fs/
H A Dlocks.c155 static DEFINE_HASHTABLE(blocked_hash, BLOCKED_HASH_BITS);
/linux-master/drivers/of/
H A Dunittest.c352 static DEFINE_HASHTABLE(phandle_ht, 8);
/linux-master/kernel/cgroup/
H A Dcgroup.c910 static DEFINE_HASHTABLE(css_set_table, CSS_SET_HASH_BITS);

Completed in 303 milliseconds