Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dwq.c120 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 Dwq_failures.c31 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()