Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIOPlatformActions.cpp70 #define PLATFORM_ACTION_FLAGS_ALLOW_NESTED_CALLOUTS 1 macro
114 …ean_t allow_nested_callouts = (platform_action_flags & PLATFORM_ACTION_FLAGS_ALLOW_NESTED_CALLOUTS in iocpu_run_platform_actions()
140 NULL, NULL, NULL, PLATFORM_ACTION_FLAGS_ALLOW_NESTED_CALLOUTS); in IOCPURunPlatformQuiesceActions()
149 NULL, NULL, NULL, PLATFORM_ACTION_FLAGS_ALLOW_NESTED_CALLOUTS); in IOCPURunPlatformActiveActions()
161 (void *)(uintptr_t) message, NULL, NULL, PLATFORM_ACTION_FLAGS_ALLOW_NESTED_CALLOUTS); in IOCPURunPlatformHaltRestartActions()
201 NULL, NULL, NULL, PLATFORM_ACTION_FLAGS_ALLOW_NESTED_CALLOUTS); in IOPlatformActionsPreSleep()
208 NULL, NULL, NULL, PLATFORM_ACTION_FLAGS_ALLOW_NESTED_CALLOUTS); in IOPlatformActionsPostResume()