Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dtest_core_reloc_module.c22 uint64_t my_pid_tgid; member
49 if (data.my_pid_tgid != pid_tgid) in BPF_PROG()
83 if (data.my_pid_tgid != pid_tgid) in BPF_PROG()
A Dtest_core_reloc_kernel.c16 uint64_t my_pid_tgid; member
44 if (data.my_pid_tgid != pid_tgid) in test_core_kernel()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dcore_reloc.c798 uint64_t my_pid_tgid; member
818 uint64_t my_pid_tgid; in test_core_reloc() local
822 my_pid_tgid = getpid() | ((uint64_t)syscall(SYS_gettid) << 32); in test_core_reloc()
885 data->my_pid_tgid = my_pid_tgid; in test_core_reloc()

Completed in 5 milliseconds