Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Dpoll.c1223 ASSERT(refp->xf_position >= 0); in pcacheset_invalidate()
1226 pcsp->pcs_pollfd[refp->xf_position].fd = -1; in pcacheset_invalidate()
1235 for (j = refp->xf_position; in pcacheset_invalidate()
1245 refp->xf_position = POLLPOSINVAL; in pcacheset_invalidate()
1357 refp->xf_position = pos; in pcache_insert()
1362 if (pos < refp->xf_position) { in pcache_insert()
1363 refp->xf_position = pos; in pcache_insert()
1366 ASSERT(pollfdp->fd == ps->ps_pollfd[refp->xf_position].fd); in pcache_insert()
1430 refp->xf_position = POLLPOSINVAL; in pcache_delete_fd()
1475 refp->xf_position = POLLPOSINVAL; in pcache_delete_fd()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dpoll_impl.h137 ssize_t xf_position; /* xref fd position in poll fd list */ member