Searched defs:real_tgid (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_retro.c31 int real_tgid = bpf_get_current_pid_tgid() >> 32; local
H A Dtest_core_reloc_kernel.c56 int32_t real_tgid = (int32_t)pid_tgid; local
[all...]
H A Dtest_core_reloc_module.c46 __s32 real_tgid = (__s32)(pid_tgid >> 32); local
80 __s32 real_tgid = (__s32)(pid_tgid >> 32); local

Completed in 121 milliseconds