Searched refs:wq_callback (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | wq.c | 120 static int wq_callback(void *map, int *key, void *value) in wq_callback() function 168 return test_hmap_elem_callback(&hmap, &key, wq_callback); in test_call_hash_sleepable() 178 return test_hmap_elem_callback(&hmap_malloc, &key, wq_callback); in test_call_hash_malloc_sleepable() 188 return test_elem_callback(&lru, &key, wq_callback); in test_call_lru_sleepable()
|
H A D | wq_failures.c | 31 static int wq_callback(void *map, int *key, void *value) in wq_callback() function 114 if (bpf_wq_set_callback((void *)&wq, wq_callback, 0)) in test_wrong_wq_pointer()
|