Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_on_child_test.c28 FAIL_IF(notify_parent(write_pipe)); in victim_child()
33 FAIL_IF(notify_parent(write_pipe)); in victim_child()
H A Debb_on_willing_child_test.c32 FAIL_IF(notify_parent(write_pipe)); in victim_child()
H A Debb.c383 FAIL_IF(notify_parent(write_pipe)); in ebb_child()
385 FAIL_IF(notify_parent(write_pipe)); in ebb_child()
/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A Dlib.c42 int notify_parent(union pipe write_pipe) in notify_parent() function
94 notify_parent(write_pipe); in eat_cpu_child()
H A Dlib.h27 extern int notify_parent(union pipe write_pipe);
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_signal.c41 FAIL_IF(notify_parent(write_pipe)); in consume_stack()
/openbmc/linux/drivers/base/power/
H A Druntime.c1249 bool notify_parent = false; in __pm_runtime_set_status() local
1295 notify_parent = !parent->power.ignore_children; in __pm_runtime_set_status()
1331 if (notify_parent) in __pm_runtime_set_status()