Searched refs:wpid (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/testing/selftests/breakpoints/ |
D | step_after_suspend_test.c | 63 pid_t wpid; in run_test() local 72 wpid = waitpid(pid, &status, __WALL); in run_test() 73 if (wpid != pid) { in run_test() 98 wpid = waitpid(pid, &status, __WALL); in run_test() 99 if (wpid != pid) { in run_test() 124 wpid = waitpid(pid, &status, __WALL); in run_test() 125 if (wpid != pid) { in run_test()
|
D | breakpoint_test_arm64.c | 126 pid_t wpid; in run_test() local 136 wpid = waitpid(pid, &status, __WALL); in run_test() 137 if (wpid != pid) { in run_test() 163 wpid = waitpid(pid, &status, __WALL); in run_test() 164 if (wpid != pid) { in run_test() 195 wpid = waitpid(pid, &status, 0); in run_test() 196 if (wpid != pid) { in run_test()
|
/Linux-v4.19/net/ieee802154/ |
D | core.c | 62 struct wpan_phy_iter_data *wpid = _data; in wpan_phy_iter() local 65 return wpid->fn(phy, wpid->data); in wpan_phy_iter() 71 struct wpan_phy_iter_data wpid = { in wpan_phy_for_each() local 77 &wpid, wpan_phy_iter); in wpan_phy_for_each()
|
/Linux-v4.19/tools/perf/bench/ |
D | numa.c | 1484 pid_t *pids, pid, wpid; in __bench_numa() local 1561 wpid = waitpid(pids[i], &wait_stat, 0); in __bench_numa() 1562 BUG_ON(wpid < 0); in __bench_numa()
|