Home
last modified time | relevance | path

Searched refs:notify_parent (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/tools/testing/selftests/powerpc/pmu/ebb/
Debb_on_child_test.c28 FAIL_IF(notify_parent(write_pipe)); in victim_child()
33 FAIL_IF(notify_parent(write_pipe)); in victim_child()
Debb_on_willing_child_test.c32 FAIL_IF(notify_parent(write_pipe)); in victim_child()
Debb.c383 FAIL_IF(notify_parent(write_pipe)); in ebb_child()
385 FAIL_IF(notify_parent(write_pipe)); in ebb_child()
/Linux-v5.4/tools/testing/selftests/powerpc/pmu/
Dlib.c55 int notify_parent(union pipe write_pipe) in notify_parent() function
107 notify_parent(write_pipe); in eat_cpu_child()
Dlib.h27 extern int notify_parent(union pipe write_pipe);
/Linux-v5.4/drivers/base/power/
Druntime.c1136 bool notify_parent = false; in __pm_runtime_set_status() local
1181 notify_parent = !parent->power.ignore_children; in __pm_runtime_set_status()
1217 if (notify_parent) in __pm_runtime_set_status()