Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test_arm64.c117 pid_t wpid; in run_test() local
127 wpid = waitpid(pid, &status, __WALL); in run_test()
128 if (wpid != pid) { in run_test()
154 wpid = waitpid(pid, &status, __WALL); in run_test()
155 if (wpid != pid) { in run_test()
186 wpid = waitpid(pid, &status, 0); in run_test()
187 if (wpid != pid) { in run_test()
H A Dstep_after_suspend_test.c54 pid_t wpid; in run_test() local
63 wpid = waitpid(pid, &status, __WALL); in run_test()
64 if (wpid != pid) { in run_test()
90 wpid = waitpid(pid, &status, __WALL); in run_test()
91 if (wpid != pid) { in run_test()
116 wpid = waitpid(pid, &status, __WALL); in run_test()
117 if (wpid != pid) { in run_test()
/kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test_arm64.c117 pid_t wpid; in run_test() local
127 wpid = waitpid(pid, &status, __WALL); in run_test()
128 if (wpid != pid) { in run_test()
154 wpid = waitpid(pid, &status, __WALL); in run_test()
155 if (wpid != pid) { in run_test()
186 wpid = waitpid(pid, &status, 0); in run_test()
187 if (wpid != pid) { in run_test()
H A Dstep_after_suspend_test.c54 pid_t wpid; in run_test() local
63 wpid = waitpid(pid, &status, __WALL); in run_test()
64 if (wpid != pid) { in run_test()
90 wpid = waitpid(pid, &status, __WALL); in run_test()
91 if (wpid != pid) { in run_test()
116 wpid = waitpid(pid, &status, __WALL); in run_test()
117 if (wpid != pid) { in run_test()
/kernel/linux/linux-5.10/net/ieee802154/
H A Dcore.c48 struct wpan_phy_iter_data *wpid = _data; in wpan_phy_iter() local
51 return wpid->fn(phy, wpid->data); in wpan_phy_iter()
57 struct wpan_phy_iter_data wpid = { in wpan_phy_for_each() local
63 &wpid, wpan_phy_iter); in wpan_phy_for_each()
/kernel/linux/linux-6.6/net/ieee802154/
H A Dcore.c48 struct wpan_phy_iter_data *wpid = _data; in wpan_phy_iter() local
51 return wpid->fn(phy, wpid->data); in wpan_phy_iter()
57 struct wpan_phy_iter_data wpid = { in wpan_phy_for_each() local
63 &wpid, wpan_phy_iter); in wpan_phy_for_each()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dsyscall_numbering.c401 pid_t wpid = waitpid(testpid, &wstatus, 0); in syscall_numbering_tracer() local
402 if (wpid < 0 && errno != EINTR) in syscall_numbering_tracer()
404 if (wpid != testpid) in syscall_numbering_tracer()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Dget-reg-list.c393 pid_t wpid = wait(&wstatus); in main() local
394 TEST_ASSERT(wpid == pid && WIFEXITED(wstatus), "wait: Unexpected return"); in main()
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dnuma.c1507 pid_t *pids, pid, wpid; in __bench_numa() local
1592 wpid = waitpid(pids[i], &wait_stat, 0); in __bench_numa()
1593 BUG_ON(wpid < 0); in __bench_numa()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dnuma.c1567 pid_t *pids, pid, wpid; in __bench_numa() local
1652 wpid = waitpid(pids[i], &wait_stat, 0); in __bench_numa()
1653 BUG_ON(wpid < 0); in __bench_numa()

Completed in 9 milliseconds