Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c110 static int pollcheckrevents(pollstate_t *, int, int, int);
1933 ASSERT(pollcheckrevents(ps, begin, fd, which)); in pcache_poll()
2133 ASSERT(pollcheckrevents(ps, begin, end + 1, which)); in pcache_poll()
2903 pollcheckrevents(pollstate_t *ps, int begin, int end, int cacheindex) in pollcheckrevents() function