Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpoll_impl.h263 #define PC_EPOLL 0x04 /* pollcache is epoll-enabled */ macro
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c446 (curthread->t_pollcache->pc_flag & PC_EPOLL) != 0); in fs_reject_epoll()
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c1166 pcp->pc_flag |= PC_EPOLL; in dpioctl()