Searched refs:list_push_pop_multiple (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | linked_list.c | 96 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 263 ret = list_push_pop_multiple(lock, head, false); in test_list_push_pop_multiple() 266 return list_push_pop_multiple(lock, head, true); in test_list_push_pop_multiple() 343 ret = list_push_pop_multiple(&glock, &ghead, false); in global_list_push_pop_multiple() 346 return list_push_pop_multiple(&glock, &ghead, true); in global_list_push_pop_multiple()
|