Home
last modified time | relevance | path

Searched refs:monitored_pid (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dlocal_storage.c17 int monitored_pid = 0; variable
63 if (pid != monitored_pid) in BPF_PROG()
89 if (pid != monitored_pid) in BPF_PROG()
114 if (pid != monitored_pid) in BPF_PROG()
133 if (pid != monitored_pid) in BPF_PROG()
H A Dlsm.c35 int monitored_pid = 0; variable
52 if (is_stack && monitored_pid == pid) { in BPF_PROG()
68 if (monitored_pid == pid) in BPF_PROG()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dtest_lsm.c38 int exec_cmd(int *monitored_pid) in exec_cmd() argument
44 *monitored_pid = getpid(); in exec_cmd()
69 err = exec_cmd(&skel->bss->monitored_pid); in test_test_lsm()
76 skel->bss->monitored_pid = getpid(); in test_test_lsm()
H A Dtest_local_storage.c40 skel->bss->monitored_pid = getpid(); in test_test_local_storage()