Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list.c248 int test_list_push_pop(struct bpf_spin_lock *lock, struct bpf_list_head *head) in test_list_push_pop() function
288 return test_list_push_pop(&v->lock, &v->head); in map_list_push_pop()
303 return test_list_push_pop(&v->lock, &v->head); in inner_map_list_push_pop()
309 return test_list_push_pop(&glock, &ghead); in global_list_push_pop()