Searched refs:DEFINE_HASHTABLE (Results 1 – 19 of 19) sorted by relevance
| /linux/tools/include/linux/ |
| H A D | hashtable.h | 17 #define DEFINE_HASHTABLE(name, bits) \ macro
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_xdp.c | 23 static DEFINE_HASHTABLE(nf_xdp_hashtable, NF_XDP_HT_BITS);
|
| /linux/net/9p/ |
| H A D | error.c | 38 static DEFINE_HASHTABLE(hash_errmap, ERRHASH_BITS);
|
| /linux/kernel/livepatch/ |
| H A D | shadow.c | 38 static DEFINE_HASHTABLE(klp_shadow_hash, 12);
|
| /linux/include/linux/ |
| H A D | hashtable.h | 16 #define DEFINE_HASHTABLE(name, bits) \ macro
|
| /linux/fs/smb/server/mgmt/ |
| H A D | share_config.c | 23 static DEFINE_HASHTABLE(shares_table, SHARE_HASH_BITS);
|
| /linux/fs/btrfs/ |
| H A D | props.c | 22 static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);
|
| /linux/fs/afs/ |
| H A D | security.c | 17 static DEFINE_HASHTABLE(afs_permits_cache, 10);
|
| /linux/drivers/soc/xilinx/ |
| H A D | xlnx_event_manager.c | 41 static DEFINE_HASHTABLE(reg_driver_map, REGISTERED_DRIVER_MAX_ORDER);
|
| /linux/fs/smb/server/ |
| H A D | connection.c | 23 DEFINE_HASHTABLE(conn_list, CONN_HASH_BITS);
|
| /linux/drivers/cpufreq/ |
| H A D | powernv-cpufreq.c | 93 static DEFINE_HASHTABLE(pstate_revmap, POWERNV_MAX_PSTATES_ORDER);
|
| /linux/kernel/ |
| H A D | kcov.c | 88 static DEFINE_HASHTABLE(kcov_remote_map, 4);
|
| H A D | workqueue.c | 509 static DEFINE_HASHTABLE(unbound_pool_hash, UNBOUND_POOL_HASH_ORDER); 1342 static DEFINE_HASHTABLE(wci_hash, ilog2(WCI_MAX_ENTS));
|
| /linux/arch/x86/kvm/svm/ |
| H A D | avic.c | 115 static DEFINE_HASHTABLE(svm_vm_data_hash, SVM_VM_DATA_HASH_BITS);
|
| /linux/net/smc/ |
| H A D | smc_wr.c | 37 static DEFINE_HASHTABLE(smc_wr_rx_hash, SMC_WR_RX_HASH_BITS);
|
| /linux/drivers/firmware/xilinx/ |
| H A D | zynqmp.c | 46 static DEFINE_HASHTABLE(pm_api_features_map, PM_API_FEATURE_CHECK_MAX_ORDER);
|
| /linux/tools/objtool/ |
| H A D | klp-diff.c | 47 static DEFINE_HASHTABLE(exports, 15);
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | auth_gss.c | 75 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
|
| /linux/kernel/cgroup/ |
| H A D | cgroup.c | 911 static DEFINE_HASHTABLE(css_set_table, CSS_SET_HASH_BITS);
|