Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/asm-generic/
Dsiginfo.h280 #define NSIGPOLL 6 macro
/linux-4.19.296/fs/
Dfcntl.c699 static const __poll_t band_table[NSIGPOLL] = {
764 BUG_ON((reason < POLL_IN) || ((reason - POLL_IN) >= NSIGPOLL)); in send_sigio_to_task()
765 if (reason - POLL_IN >= NSIGPOLL) in send_sigio_to_task()