Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Ddevpoll.c798 kmem_free(ps->ps_dpbuf, sizeof (pollfd_t) * in dpioctl()
800 ps->ps_dpbuf = kmem_zalloc(sizeof (pollfd_t) * in dpioctl()
808 error = dp_pcache_poll(ps->ps_dpbuf, pcp, nfds, &fdcnt); in dpioctl()
841 if (copyout(ps->ps_dpbuf, STRUCT_FGETP(dvpoll, in dpioctl()
/titanic_41/usr/src/uts/common/sys/
H A Dpoll_impl.h114 pollfd_t *ps_dpbuf; /* return pollfd buf used by devpoll */ member
/titanic_41/usr/src/uts/common/syscall/
H A Dpoll.c2287 if (ps->ps_dpbuf != NULL) { in pollstate_destroy()
2288 kmem_free(ps->ps_dpbuf, ps->ps_dpbufsize * sizeof (pollfd_t)); in pollstate_destroy()
2289 ps->ps_dpbuf = NULL; in pollstate_destroy()