Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/mic/mpssd/
Dmpssd.c716 #define MAX_CONSOLE_FD (MONITOR_FD + 1) /* must be the last one + 1 */ macro
730 struct pollfd console_poll[MAX_CONSOLE_FD]; in virtio_console()
783 err = poll(console_poll, MAX_CONSOLE_FD, -1); in virtio_console()