/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 146 pid_t pid = getpid(); in join_cgroup_from_top()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | d_path.c | 119 bss->my_pid = getpid(); in test_d_path_basic()
|
H A D | map_init.c | 87 bss->inPid = getpid(); in prog_run_insert_elem()
|
/kernel/linux/linux-5.10/samples/connector/ |
H A D | ucon.c | 58 nlh->nlmsg_pid = getpid(); in netlink_send()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | futex-requeue.c | 150 "%d at a time.\n\n", getpid(), nthreads, in bench_futex_requeue()
|
H A D | futex-wake.c | 156 getpid(), nthreads, fshared ? "shared":"private", &futex1, nwakes); in bench_futex_wake()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | bp_signal.c | 133 fcntl(fd, F_SETOWN, getpid()); in __event()
|
H A D | mmap-basic.c | 22 * This test will generate random numbers of calls to some getpid syscalls, 49 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__basic_mmap()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | perf.c | 44 bpf_task_fd_query(getpid(), fd, 0, buf, &len, &prog_id, in has_perf_query_support()
|
/kernel/linux/linux-5.10/tools/hv/ |
H A D | hv_fcopy_daemon.c | 187 syslog(LOG_INFO, "starting; pid is:%d", getpid()); in main()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | bp_signal.c | 133 fcntl(fd, F_SETOWN, getpid()); in __event()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_mod_race.c | 110 skel->rodata->bpf_mod_race_config.tgid = getpid(); in test_bpf_mod_race_config()
|
H A D | bpf_loop.c | 189 skel->bss->pid = getpid(); in test_bpf_loop()
|
H A D | d_path.c | 136 bss->my_pid = getpid(); in test_d_path_basic()
|
H A D | map_init.c | 87 bss->inPid = getpid(); in prog_run_insert_elem()
|
H A D | custom_sec_handlers.c | 142 skel->rodata->my_pid = getpid(); in test_custom_sec_handlers()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_local_storage_rcu_tasks_trace.c | 133 runner_pid = getpid(); in local_storage_tasks_trace_setup()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-syscall.c | 68 * 1) getpid() in test_ptrace_syscall_restart() 77 pid_t pid = getpid(), tid = syscall(SYS_gettid); in test_ptrace_syscall_restart() 158 * Inject a new syscall (getpid) in the same place the previous in test_ptrace_syscall_restart()
|
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/ |
H A D | pidfd_getfd_test.c | 207 ret = sys_kcmp(getpid(), self->pid, KCMP_FILE, fd, self->remote_fd); in TEST_F()
|
/kernel/linux/linux-6.6/tools/testing/selftests/ptrace/ |
H A D | get_syscall_info.c | 85 pid = getpid(); in TEST()
|
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/ |
H A D | cache.c | 221 bm_pid = getpid(); in cat_val()
|
/kernel/linux/linux-6.6/tools/hv/ |
H A D | hv_fcopy_daemon.c | 187 syslog(LOG_INFO, "starting; pid is:%d", getpid()); in main()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | perf.c | 46 bpf_task_fd_query(getpid(), fd, 0, buf, &len, &prog_id, in has_perf_query_support()
|
/kernel/linux/linux-6.6/samples/connector/ |
H A D | ucon.c | 58 nlh->nlmsg_pid = getpid(); in netlink_send()
|
/kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
H A D | signal_test_020.cpp | 198 retValue = kill(getpid(), SIGINT); in TestSigSuspend()
|