Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dpoll_impl.h176 int pc_mapend; /* the largest fd encountered so far */ member
/titanic_41/usr/src/uts/common/io/
H A Ddevpoll.c262 end = pcp->pc_mapend; in dp_pcache_poll()
593 if (fd > pcp->pc_mapend) { in dpwrite()
594 pcp->pc_mapend = fd; in dpwrite()
/titanic_41/usr/src/uts/common/syscall/
H A Dpoll.c1371 if (fd > pcp->pc_mapend) { in pcache_insert()
1372 pcp->pc_mapend = fd; in pcache_insert()
1890 end = pcp->pc_mapend; in pcache_poll()