Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_shutdown.c178 int suspend_blocked = 0; variable
179 SYSCTL_INT(_kern, OID_AUTO, suspend_blocked, CTLFLAG_RW,
180 &suspend_blocked, 0, "Block suspend due to a pending shutdown");
/f-stack/freebsd/sys/
H A Dsystm.h54 extern int suspend_blocked; /* block suspend due to pending shutdown */