Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/lib/
A Dhashtable_test.c22 DEFINE_HASHTABLE(hash1, 2); in hashtable_test_hash_init()
37 DEFINE_HASHTABLE(hash, 1); in hashtable_test_hash_empty()
52 DEFINE_HASHTABLE(hash, 4); in hashtable_test_hash_hashed()
69 DEFINE_HASHTABLE(hash, 3); in hashtable_test_hash_add()
98 DEFINE_HASHTABLE(hash, 6); in hashtable_test_hash_del()
128 DEFINE_HASHTABLE(hash, 3); in hashtable_test_hash_for_each()
158 DEFINE_HASHTABLE(hash, 3); in hashtable_test_hash_for_each_safe()
191 DEFINE_HASHTABLE(hash, 5); in hashtable_test_hash_for_each_possible()
246 DEFINE_HASHTABLE(hash, 5); in hashtable_test_hash_for_each_possible_safe()
/linux-6.3-rc2/tools/include/linux/
A Dhashtable.h17 #define DEFINE_HASHTABLE(name, bits) \ macro
/linux-6.3-rc2/kernel/livepatch/
A Dshadow.c38 static DEFINE_HASHTABLE(klp_shadow_hash, 12);
/linux-6.3-rc2/include/linux/
A Dhashtable.h16 #define DEFINE_HASHTABLE(name, bits) \ macro
/linux-6.3-rc2/fs/ksmbd/mgmt/
A Dshare_config.c22 static DEFINE_HASHTABLE(shares_table, SHARE_HASH_BITS);
A Duser_session.c22 static DEFINE_HASHTABLE(sessions_table, SESSION_HASH_BITS);
/linux-6.3-rc2/fs/crypto/
A Dkeysetup_v1.c32 static DEFINE_HASHTABLE(fscrypt_direct_keys, 6); /* 6 bits = 64 buckets */
/linux-6.3-rc2/fs/btrfs/
A Dprops.c20 static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);
/linux-6.3-rc2/fs/afs/
A Dsecurity.c17 static DEFINE_HASHTABLE(afs_permits_cache, 10);
/linux-6.3-rc2/drivers/soc/xilinx/
A Dxlnx_event_manager.c41 static DEFINE_HASHTABLE(reg_driver_map, REGISTERED_DRIVER_MAX_ORDER);
/linux-6.3-rc2/fs/ksmbd/
A Dtransport_ipc.c34 static DEFINE_HASHTABLE(ipc_msg_table, IPC_MSG_HASH_BITS);
/linux-6.3-rc2/drivers/cpufreq/
A Dpowernv-cpufreq.c90 static DEFINE_HASHTABLE(pstate_revmap, POWERNV_MAX_PSTATES_ORDER);
/linux-6.3-rc2/arch/x86/kvm/svm/
A Davic.c52 static DEFINE_HASHTABLE(svm_vm_data_hash, SVM_VM_DATA_HASH_BITS);
/linux-6.3-rc2/kernel/
A Dkcov.c87 static DEFINE_HASHTABLE(kcov_remote_map, 4);
A Dworkqueue.c356 static DEFINE_HASHTABLE(unbound_pool_hash, UNBOUND_POOL_HASH_ORDER);
/linux-6.3-rc2/net/smc/
A Dsmc_wr.c37 static DEFINE_HASHTABLE(smc_wr_rx_hash, SMC_WR_RX_HASH_BITS);
/linux-6.3-rc2/drivers/firmware/xilinx/
A Dzynqmp.c46 static DEFINE_HASHTABLE(pm_api_features_map, PM_API_FEATURE_CHECK_MAX_ORDER);
/linux-6.3-rc2/kernel/time/
A Dposix-timers.c52 static DEFINE_HASHTABLE(posix_timers_hashtable, 9);
/linux-6.3-rc2/drivers/s390/crypto/
A Dap_bus.c76 DEFINE_HASHTABLE(ap_queues, 8);
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/
A Dkfd_process.c52 DEFINE_HASHTABLE(kfd_processes_table, KFD_PROCESS_TABLE_SIZE);
/linux-6.3-rc2/mm/
A Dkhugepaged.c88 static __read_mostly DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
A Dksm.c229 static DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
/linux-6.3-rc2/fs/
A Dlocks.c153 static DEFINE_HASHTABLE(blocked_hash, BLOCKED_HASH_BITS);
/linux-6.3-rc2/net/sunrpc/auth_gss/
A Dauth_gss.c73 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
/linux-6.3-rc2/drivers/of/
A Dunittest.c350 static DEFINE_HASHTABLE(phandle_ht, 8);

Completed in 67 milliseconds

12