Home
last modified time | relevance | path

Searched refs:my_pid (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dcore_retro.c9 int err, zero = 0, res, duration = 0, my_pid = getpid(); in test_core_retro() local
17 err = bpf_map_update_elem(bpf_map__fd(skel->maps.exp_tgid_map), &zero, &my_pid, 0); in test_core_retro()
33 CHECK(res != my_pid, "pid_check", "got %d != exp %d\n", res, my_pid); in test_core_retro()
Dsk_storage_tracing.c23 static pid_t my_pid; variable
39 if (!ASSERT_EQ(sk_stg.pid, my_pid, "pid")) in check_sk_stg()
113 my_pid = getpid(); in test_sk_storage_tracing()
Dd_path.c117 bss->my_pid = getpid(); in test_d_path()
119 err = trigger_fstat_events(bss->my_pid); in test_d_path()
Dcore_read_macros.c35 bss->my_pid = getpid(); in test_core_read_macros()
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_d_path.c10 pid_t my_pid = 0; variable
31 if (pid != my_pid) in BPF_PROG()
52 if (pid != my_pid) in BPF_PROG()
Dtest_core_read_macros.c28 int my_pid = 0; variable
35 if (my_pid != pid) in handler()
/Linux-v5.15/drivers/char/agp/
Dfrontend.c220 if (curr->my_pid == pid) in agp_find_private()
652 controller = agp_find_controller_by_pid(priv->my_pid); in agp_release()
663 agp_remove_client(priv->my_pid); in agp_release()
690 priv->my_pid = current->pid; in agp_open()
757 controller = agp_find_controller_by_pid(priv->my_pid); in agpioc_acquire_wrap()
762 controller = agp_create_controller(priv->my_pid); in agpioc_acquire_wrap()
974 if (agp_fe.current_controller->pid != curr_priv->my_pid) { in agp_ioctl()
Dcompat_ioctl.c235 if (agp_fe.current_controller->pid != curr_priv->my_pid) { in compat_agp_ioctl()
/Linux-v5.15/include/linux/
Dagpgart.h115 pid_t my_pid; member