Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpoll.h22 #define N_INLINE_POLL_ENTRIES (WQUEUES_STACK_ALLOC / sizeof(struct poll_table_entry)) macro
104 struct poll_table_entry inline_entries[N_INLINE_POLL_ENTRIES];
/openbmc/linux/fs/
H A Dselect.c165 if (p->inline_index < N_INLINE_POLL_ENTRIES) in poll_get_entry()