Searched refs:test_task_common (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_iter.c | 249 static void test_task_common(struct bpf_iter_attach_opts *opts, int num_unknown, int num_known) in test_task_common() function 268 test_task_common(&opts, 0, 1); in test_task_tid() 272 test_task_common(&opts, 1, 1); in test_task_tid() 289 test_task_common(&opts, 1, 1); in test_task_pid() 307 test_task_common(&opts, 1, 1); in test_task_pidfd()
|