Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
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()
Dtest_core_reloc_kernel.c16 uint64_t my_pid_tgid; member
44 if (data.my_pid_tgid != pid_tgid) in test_core_kernel()
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c807 uint64_t my_pid_tgid; member
827 uint64_t my_pid_tgid; in test_core_reloc() local
831 my_pid_tgid = getpid() | ((uint64_t)syscall(SYS_gettid) << 32); in test_core_reloc()
894 data->my_pid_tgid = my_pid_tgid; in test_core_reloc()