Home
last modified time | relevance | path

Searched refs:bpf_queue_stack (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/kernel/bpf/
A Dqueue_stack_maps.c17 struct bpf_queue_stack { struct
26 static struct bpf_queue_stack *bpf_queue_stack(struct bpf_map *map) in bpf_queue_stack() argument
28 return container_of(map, struct bpf_queue_stack, map); in bpf_queue_stack()
31 static bool queue_stack_map_is_empty(struct bpf_queue_stack *qs) in queue_stack_map_is_empty()
36 static bool queue_stack_map_is_full(struct bpf_queue_stack *qs) in queue_stack_map_is_full()
71 struct bpf_queue_stack *qs; in queue_stack_map_alloc()
93 struct bpf_queue_stack *qs = bpf_queue_stack(map); in queue_stack_map_free()
100 struct bpf_queue_stack *qs = bpf_queue_stack(map); in __queue_map_get()
129 struct bpf_queue_stack *qs = bpf_queue_stack(map); in __stack_map_get()
186 struct bpf_queue_stack *qs = bpf_queue_stack(map); in queue_stack_map_push_elem()
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dmap_ptr_kern.c570 struct bpf_queue_stack { struct
582 struct bpf_queue_stack *queue = (struct bpf_queue_stack *)&m_queue; in check_queue() argument
598 struct bpf_queue_stack *stack = (struct bpf_queue_stack *)&m_stack; in check_stack()

Completed in 6 milliseconds