Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/
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()
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()
/kernel/linux/linux-5.10/net/ieee802154/
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-5.10/tools/perf/bench/
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()