Home
last modified time | relevance | path

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

/Linux-v5.10/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()
/Linux-v5.10/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()
112 __func__, test_pid); in ehset_probe()
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dvarlen.c34 bss->test_pid = getpid(); in test_varlen()