Searched refs:test_task_common (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_iter.c | 243 static void test_task_common(struct bpf_iter_attach_opts *opts, int num_unknown, int num_known) in test_task_common() function 264 test_task_common(&opts, 0, 1); in run_test_task_tid() 271 test_task_common(&opts, 2, 1); in run_test_task_tid() 300 test_task_common(&opts, 1, 1); in test_task_pid() 318 test_task_common(&opts, 1, 1); in test_task_pidfd()
|