Searched refs:real_pid (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_module.c47 __s32 real_pid = (__s32)pid_tgid; local
52 if (BPF_CORE_READ(task, pid) != real_pid || BPF_CORE_READ(task, tgid) != real_tgid)
81 __s32 real_pid = (__s32)pid_tgid; local
86 if (task->pid != real_pid || task->tgid != real_tgid)

Completed in 273 milliseconds