Home
last modified time | relevance | path

Searched refs:test_pid (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_varlen.c14 int test_pid = 0; variable
47 if (test_pid != pid || !capture) in handler64_unsigned()
75 if (test_pid != pid || !capture) in handler64_signed()
101 if (test_pid != pid || !capture) in handler32_unsigned()
129 if (test_pid != pid || !capture) in handler32_signed()
Dtest_stack_var_off.c9 int test_pid; variable
21 if ((bpf_get_current_pid_tgid() >> 32) != test_pid) in probe()
/Linux-v5.15/drivers/usb/misc/
Dehset.c29 u16 test_pid = le16_to_cpu(dev->descriptor.idProduct); in ehset_probe() local
31 switch (test_pid) { in ehset_probe()
100 __func__, test_pid); in ehset_probe()
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dstack_var_off.c18 skel->bss->test_pid = getpid(); in test_stack_var_off()
Dvarlen.c34 bss->test_pid = getpid(); in test_varlen()