Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list.c109 int list_push_pop_multiple(struct bpf_spin_lock *lock, struct bpf_list_head *head, bool leave_in_ma… in list_push_pop_multiple() function
276 ret = list_push_pop_multiple(lock, head, false); in test_list_push_pop_multiple()
279 return list_push_pop_multiple(lock, head, true); in test_list_push_pop_multiple()
382 ret = list_push_pop_multiple(&glock, &ghead, false); in global_list_push_pop_multiple()
385 return list_push_pop_multiple(&glock, &ghead, true); in global_list_push_pop_multiple()