Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/
H A DIOPlatformActions.cpp114 …boolean_t allow_nested_callouts = (platform_action_flags & PLATFORM_ACTION_FLAGS_ALLOW_NESTED_CALL… in iocpu_run_platform_actions() local
120 if (!allow_nested_callouts && !next->callout_in_progress) { in iocpu_run_platform_actions()
124 } else if (allow_nested_callouts) { in iocpu_run_platform_actions()