Searched refs:VT_IS_IN_USE (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/vt/
H A Dvt_ioctl.c42 #define VT_IS_IN_USE(i) (console_driver->ttys[i] && console_driver->ttys[i]->count) macro
43 #define VT_BUSY(i) (VT_IS_IN_USE(i) || i == fg_console || vc_cons[i].d == sel_cons)
652 if (VT_IS_IN_USE(i)) vt_ioctl()
665 if (! VT_IS_IN_USE(i)) vt_ioctl()

Completed in 69 milliseconds