Searched refs:DECLARE_HASHTABLE (Results 1 – 25 of 69) sorted by relevance
123
/linux-6.12.1/drivers/net/wireguard/ |
D | peerlookup.h | 19 DECLARE_HASHTABLE(hashtable, 11); 35 DECLARE_HASHTABLE(hashtable, 13);
|
/linux-6.12.1/net/mac802154/ |
D | llsec.h | 57 DECLARE_HASHTABLE(devices_short, 6); 58 DECLARE_HASHTABLE(devices_hw, 6);
|
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/ |
D | bnxt_re.h | 214 DECLARE_HASHTABLE(cq_hash, MAX_CQ_HASH_BITS); 215 DECLARE_HASHTABLE(srq_hash, MAX_SRQ_HASH_BITS);
|
/linux-6.12.1/net/smc/ |
D | smc_loopback.h | 43 DECLARE_HASHTABLE(dmb_ht, SMC_LO_DMBS_HASH_BITS);
|
/linux-6.12.1/security/safesetid/ |
D | lsm.h | 59 DECLARE_HASHTABLE(rules, SETID_HASH_BITS);
|
/linux-6.12.1/tools/objtool/include/objtool/ |
D | objtool.h | 24 DECLARE_HASHTABLE(insn_hash, 20);
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_sync.h | 46 DECLARE_HASHTABLE(fences, 4);
|
/linux-6.12.1/drivers/net/ethernet/intel/ixgbevf/ |
D | ipsec.h | 55 DECLARE_HASHTABLE(rx_sa_list, 10);
|
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ipsec.h | 72 DECLARE_HASHTABLE(rx_sa_list, 10);
|
/linux-6.12.1/drivers/s390/crypto/ |
D | vfio_ap_private.h | 91 DECLARE_HASHTABLE(queues, 8);
|
/linux-6.12.1/drivers/media/test-drivers/vidtv/ |
D | vidtv_mux.h | 121 DECLARE_HASHTABLE(pid_ctx, 3);
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | qos.h | 42 DECLARE_HASHTABLE(qos_hlist, order_base_2(OTX2_QOS_MAX_LEAF_NODES));
|
/linux-6.12.1/drivers/infiniband/hw/irdma/ |
D | cm.h | 354 DECLARE_HASHTABLE(cm_hash_tbl, 8); 355 DECLARE_HASHTABLE(apbvt_hash_tbl, 8);
|
/linux-6.12.1/tools/include/linux/ |
D | hashtable.h | 21 #define DECLARE_HASHTABLE(name, bits) \ macro
|
/linux-6.12.1/drivers/usb/host/ |
D | xhci-mtk.h | 158 DECLARE_HASHTABLE(sch_ep_hash, SCH_EP_HASH_BITS);
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch.h | 261 DECLARE_HASHTABLE(table, 8); 288 DECLARE_HASHTABLE(encap_tbl, 8); 290 DECLARE_HASHTABLE(decap_tbl, 8); 292 DECLARE_HASHTABLE(termtbl_tbl, 8);
|
/linux-6.12.1/lib/842/ |
D | 842_compress.c | 101 DECLARE_HASHTABLE(htable8, SW842_HASHTABLE8_BITS); 102 DECLARE_HASHTABLE(htable4, SW842_HASHTABLE4_BITS); 103 DECLARE_HASHTABLE(htable2, SW842_HASHTABLE2_BITS);
|
/linux-6.12.1/security/selinux/ss/ |
D | sidtab.h | 104 DECLARE_HASHTABLE(context_to_sid, SIDTAB_HASH_BITS);
|
/linux-6.12.1/drivers/s390/net/ |
D | qeth_core.h | 826 DECLARE_HASHTABLE(ip_htable, 4); 829 DECLARE_HASHTABLE(local_addrs4, 4); 830 DECLARE_HASHTABLE(local_addrs6, 4); 833 DECLARE_HASHTABLE(rx_mode_addrs, 4);
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | vxlan.c | 43 DECLARE_HASHTABLE(htable, 4);
|
/linux-6.12.1/include/linux/ |
D | hashtable.h | 24 #define DECLARE_HASHTABLE(name, bits) \ macro
|
/linux-6.12.1/block/ |
D | elevator.h | 120 DECLARE_HASHTABLE(hash, ELV_HASH_BITS);
|
/linux-6.12.1/drivers/platform/x86/intel/ |
D | tpmi_power_domains.c | 90 static DECLARE_HASHTABLE(tpmi_cpu_hash, 8);
|
/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf_res.c | 64 DECLARE_HASHTABLE(resources, VMW_CMDBUF_RES_MAN_HT_ORDER);
|
/linux-6.12.1/Documentation/security/ |
D | siphash.rst | 55 DECLARE_HASHTABLE(hashtable, 8); 177 DECLARE_HASHTABLE(hashtable, 8);
|
123