Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list.c15 int list_push_pop(struct bpf_spin_lock *lock, struct bpf_list_head *head, bool leave_in_map) in list_push_pop() function
252 ret = list_push_pop(lock, head, false); in test_list_push_pop()
255 return list_push_pop(lock, head, true); in test_list_push_pop()