notify_parent    1136 drivers/base/power/runtime.c 	bool notify_parent = false;
notify_parent    1181 drivers/base/power/runtime.c 		notify_parent = !parent->power.ignore_children;
notify_parent    1217 drivers/base/power/runtime.c 	if (notify_parent)
notify_parent     383 tools/testing/selftests/powerpc/pmu/ebb/ebb.c 	FAIL_IF(notify_parent(write_pipe));
notify_parent     385 tools/testing/selftests/powerpc/pmu/ebb/ebb.c 	FAIL_IF(notify_parent(write_pipe));
notify_parent      28 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_child_test.c 	FAIL_IF(notify_parent(write_pipe));
notify_parent      33 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_child_test.c 	FAIL_IF(notify_parent(write_pipe));
notify_parent      32 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_willing_child_test.c 	FAIL_IF(notify_parent(write_pipe));
notify_parent     107 tools/testing/selftests/powerpc/pmu/lib.c 	notify_parent(write_pipe);
notify_parent      27 tools/testing/selftests/powerpc/pmu/lib.h extern int notify_parent(union pipe write_pipe);