Home
last modified time | relevance | path

Searched refs:bpf_map_attr_numa_node (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dbloom_filter.c98 int numa_node = bpf_map_attr_numa_node(attr); in bloom_map_alloc()
H A Dqueue_stack_maps.c66 int numa_node = bpf_map_attr_numa_node(attr); in queue_stack_map_alloc()
H A Dreuseport_array.c151 int numa_node = bpf_map_attr_numa_node(attr); in reuseport_array_alloc()
H A Dlocal_storage.c288 int numa_node = bpf_map_attr_numa_node(attr); in cgroup_storage_map_alloc()
H A Darraymap.c55 int numa_node = bpf_map_attr_numa_node(attr); in array_map_alloc_check()
86 int numa_node = bpf_map_attr_numa_node(attr); in array_map_alloc()
H A Dstackmap.c103 smap = bpf_map_area_alloc(cost, bpf_map_attr_numa_node(attr)); in stack_map_alloc()
H A Dhashtab.c424 int numa_node = bpf_map_attr_numa_node(attr); in htab_map_alloc_check()
H A Dsyscall.c346 map->numa_node = bpf_map_attr_numa_node(attr); in bpf_map_init_from_attr()
1139 int numa_node = bpf_map_attr_numa_node(attr); in map_create()
/openbmc/linux/net/xdp/
H A Dxskmap.c75 numa_node = bpf_map_attr_numa_node(attr); in xsk_map_alloc()
/openbmc/linux/include/linux/
H A Dbpf.h2378 static inline int bpf_map_attr_numa_node(const union bpf_attr *attr) in bpf_map_attr_numa_node() function