| /linux/drivers/net/wireguard/ |
| H A D | peerlookup.h | 19 DECLARE_HASHTABLE(hashtable, 11); 35 DECLARE_HASHTABLE(hashtable, 13);
|
| /linux/net/mac802154/ |
| H A D | llsec.h | 57 DECLARE_HASHTABLE(devices_short, 6); 58 DECLARE_HASHTABLE(devices_hw, 6);
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | bnxt_re.h | 218 DECLARE_HASHTABLE(cq_hash, MAX_CQ_HASH_BITS); 219 DECLARE_HASHTABLE(srq_hash, MAX_SRQ_HASH_BITS);
|
| /linux/include/net/netns/ |
| H A D | mctp.h | 27 DECLARE_HASHTABLE(binds, MCTP_BINDS_BITS);
|
| /linux/security/safesetid/ |
| H A D | lsm.h | 59 DECLARE_HASHTABLE(rules, SETID_HASH_BITS);
|
| /linux/tools/objtool/include/objtool/ |
| H A D | objtool.h | 24 DECLARE_HASHTABLE(insn_hash, 20);
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ipsec.h | 55 DECLARE_HASHTABLE(rx_sa_list, 10);
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_ipsec.h | 72 DECLARE_HASHTABLE(rx_sa_list, 10);
|
| /linux/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_mux.h | 121 DECLARE_HASHTABLE(pid_ctx, 3);
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | qos.h | 42 DECLARE_HASHTABLE(qos_hlist, order_base_2(OTX2_QOS_MAX_LEAF_NODES));
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | cm.h | 354 DECLARE_HASHTABLE(cm_hash_tbl, 8); 355 DECLARE_HASHTABLE(apbvt_hash_tbl, 8);
|
| /linux/tools/include/linux/ |
| H A D | hashtable.h | 21 #define DECLARE_HASHTABLE(name, bits) \ macro
|
| /linux/drivers/usb/host/ |
| H A D | xhci-mtk.h | 160 DECLARE_HASHTABLE(sch_ep_hash, SCH_EP_HASH_BITS);
|
| /linux/lib/842/ |
| H A 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/drivers/s390/net/ |
| H A 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/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.h | 285 DECLARE_HASHTABLE(table, 8); 312 DECLARE_HASHTABLE(encap_tbl, 8); 314 DECLARE_HASHTABLE(decap_tbl, 8); 316 DECLARE_HASHTABLE(termtbl_tbl, 8);
|
| /linux/security/selinux/ss/ |
| H A D | sidtab.h | 104 DECLARE_HASHTABLE(context_to_sid, SIDTAB_HASH_BITS);
|
| /linux/include/linux/ |
| H A D | hashtable.h | 24 #define DECLARE_HASHTABLE(name, bits) \ macro
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | vxlan.c | 43 DECLARE_HASHTABLE(htable, 4);
|
| /linux/drivers/platform/x86/intel/ |
| H A D | tpmi_power_domains.c | 93 static DECLARE_HASHTABLE(tpmi_cpu_hash, 8);
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cmdbuf_res.c | 64 DECLARE_HASHTABLE(resources, VMW_CMDBUF_RES_MAN_HT_ORDER);
|
| /linux/block/ |
| H A D | elevator.h | 154 DECLARE_HASHTABLE(hash, ELV_HASH_BITS);
|
| /linux/Documentation/security/ |
| H A D | siphash.rst | 55 DECLARE_HASHTABLE(hashtable, 8); 177 DECLARE_HASHTABLE(hashtable, 8);
|
| /linux/fs/smb/server/ |
| H A D | connection.h | 161 extern DECLARE_HASHTABLE(conn_list, CONN_HASH_BITS);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| H A D | sample.c | 27 DECLARE_HASHTABLE(hashtbl, 8); 29 DECLARE_HASHTABLE(restore_hashtbl, 8);
|