Home
last modified time | relevance | path

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

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