/openbmc/linux/drivers/net/wireguard/ |
H A D | peerlookup.h | 19 DECLARE_HASHTABLE(hashtable, 11); 35 DECLARE_HASHTABLE(hashtable, 13);
|
/openbmc/linux/net/mac802154/ |
H A D | llsec.h | 57 DECLARE_HASHTABLE(devices_short, 6); 58 DECLARE_HASHTABLE(devices_hw, 6);
|
/openbmc/linux/security/safesetid/ |
H A D | lsm.h | 59 DECLARE_HASHTABLE(rules, SETID_HASH_BITS);
|
/openbmc/linux/tools/objtool/include/objtool/ |
H A D | objtool.h | 24 DECLARE_HASHTABLE(insn_hash, 20);
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_sync.h | 46 DECLARE_HASHTABLE(fences, 4);
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ipsec.h | 55 DECLARE_HASHTABLE(rx_sa_list, 10);
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ipsec.h | 72 DECLARE_HASHTABLE(rx_sa_list, 10);
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | vfio_ap_private.h | 91 DECLARE_HASHTABLE(queues, 8);
|
H A D | ap_bus.h | 34 extern DECLARE_HASHTABLE(ap_queues, 8);
|
/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_mux.h | 121 DECLARE_HASHTABLE(pid_ctx, 3);
|
/openbmc/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));
|
/openbmc/linux/tools/include/linux/ |
H A D | hashtable.h | 21 #define DECLARE_HASHTABLE(name, bits) \ macro
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mtk.h | 147 DECLARE_HASHTABLE(sch_ep_hash, SCH_EP_HASH_BITS);
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | cm.h | 354 DECLARE_HASHTABLE(cm_hash_tbl, 8); 355 DECLARE_HASHTABLE(apbvt_hash_tbl, 8);
|
/openbmc/linux/security/selinux/ss/ |
H A D | sidtab.h | 102 DECLARE_HASHTABLE(context_to_sid, SIDTAB_HASH_BITS);
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch.h | 260 DECLARE_HASHTABLE(table, 8); 287 DECLARE_HASHTABLE(encap_tbl, 8); 289 DECLARE_HASHTABLE(decap_tbl, 8); 291 DECLARE_HASHTABLE(termtbl_tbl, 8);
|
/openbmc/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);
|
/openbmc/linux/include/linux/ |
H A D | hashtable.h | 24 #define DECLARE_HASHTABLE(name, bits) \ macro
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | vxlan.c | 43 DECLARE_HASHTABLE(htable, 4);
|
/openbmc/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);
|
/openbmc/linux/block/ |
H A D | elevator.h | 121 DECLARE_HASHTABLE(hash, ELV_HASH_BITS);
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf_res.c | 64 DECLARE_HASHTABLE(resources, VMW_CMDBUF_RES_MAN_HT_ORDER);
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_vf_lib.h | 71 DECLARE_HASHTABLE(table, 8); /* table of VF entries */
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | gvt.h | 292 DECLARE_HASHTABLE(mmio_info_table, INTEL_GVT_MMIO_HASH_BITS); 343 DECLARE_HASHTABLE(cmd_table, GVT_CMD_HASH_BITS);
|
/openbmc/linux/Documentation/security/ |
H A D | siphash.rst | 55 DECLARE_HASHTABLE(hashtable, 8); 177 DECLARE_HASHTABLE(hashtable, 8);
|