Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list.c261 int test_list_push_pop(struct bpf_spin_lock *lock, struct bpf_list_head *head) in test_list_push_pop() function
301 return test_list_push_pop(&v->lock, &v->head); in map_list_push_pop()
316 return test_list_push_pop(&v->lock, &v->head); in inner_map_list_push_pop()
322 return test_list_push_pop(&glock, &ghead); in global_list_push_pop()
328 return test_list_push_pop(&ghead_nested.inner.lock, &ghead_nested.inner.head); in global_list_push_pop_nested()
336 r = test_list_push_pop(&glock_c, &ghead_array[0]); in global_list_array_push_pop()
340 r = test_list_push_pop(&glock_c, &ghead_array[1]); in global_list_array_push_pop()
348 return test_list_push_pop(&glock_c, &ghead_array_one[0]); in global_list_array_push_pop()