Searched defs:idle_hint (Results 1 - 4 of 4) sorted by relevance

/systemd/src/login/
H A Dlogind-core.c326 bool idle_hint; local
332 idle_hint = !manager_is_inhibited(m, INHIBIT_IDLE, INHIBIT_BLOCK, t, false, false, 0, NULL);
343 if (!idle_hint) {
347 idle_hint = false;
350 } else if (idle_hint) {
360 return idle_hint;
H A Dlogind-seat.c611 bool idle_hint = true; local
625 if (!idle_hint) {
629 idle_hint = false;
632 } else if (idle_hint) {
642 return idle_hint;
H A Dlogind-session.h105 bool idle_hint; member in struct:Session
H A Dlogind-user.c643 bool idle_hint = true; local
657 if (!idle_hint) {
661 idle_hint = false;
664 } else if (idle_hint) {
674 return idle_hint;

Completed in 15 milliseconds