Home
last modified time | relevance | path

Searched defs:map_sz (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmmap.c19 const size_t map_sz = roundup_page(sizeof(struct map_data)); in test_mmap() local
H A Dmap_init.c38 static struct test_map_init *setup(enum bpf_map_type map_type, int map_sz, in setup()
/linux/drivers/pci/
H A Dof_property.c213 u32 i, addr_sz[OF_PCI_MAX_INT_PIN] = { 0 }, map_sz = 0; in of_pci_prop_intr_map() local
/linux/tools/lib/bpf/
H A Dlibbpf.c1823 size_t map_sz; in array_map_mmap_sz() local
2374 size_t map_sz; in bpf_object__init_kconfig_map() local
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c6666 static void tg3_rx_data_free(struct tg3 *tp, struct ring_info *ri, u32 map_sz) in tg3_rx_data_free()