Lines Matching refs:delayed_action
338 if (m->delayed_action) { in property_get_preparing()
340 b = m->delayed_action->inhibit_what & INHIBIT_SHUTDOWN; in property_get_preparing()
342 b = m->delayed_action->inhibit_what & INHIBIT_SLEEP; in property_get_preparing()
1626 m->delayed_action = a; in execute_shutdown_or_sleep()
1647 if (!manager->delayed_action || manager->action_job) in manager_dispatch_delayed()
1650 …if (manager_is_inhibited(manager, manager->delayed_action->inhibit_what, INHIBIT_DELAY, NULL, fals… in manager_dispatch_delayed()
1665 r = execute_shutdown_or_sleep(manager, manager->delayed_action, &error); in manager_dispatch_delayed()
1670 manager->delayed_action = NULL; in manager_dispatch_delayed()
1716 m->delayed_action = a; in delay_shutdown_or_sleep()
1911 if (m->delayed_action) in method_do_shutdown_or_sleep()
2200 if (m->delayed_action) { in manager_scheduled_shutdown_handler()
3269 if (m->delayed_action && m->delayed_action->inhibit_what & w) in method_inhibit()
3781 assert(m->delayed_action); in match_job_removed()
3782 … log_info("Operation '%s' finished.", inhibit_what_to_string(m->delayed_action->inhibit_what)); in match_job_removed()
3785 (void) send_prepare_for(m, m->delayed_action->inhibit_what, false); in match_job_removed()
3788 m->delayed_action = NULL; in match_job_removed()