Searched refs:test_task_common (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_iter.c | 245 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 test_task_tid() 268 test_task_common(&opts, 1, 1); in test_task_tid() 285 test_task_common(&opts, 1, 1); in test_task_pid() 303 test_task_common(&opts, 1, 1); in test_task_pidfd()
|