Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dpoll_impl.h115 size_t ps_dpbufsize; /* size of ps_dpbuf */ member
/titanic_44/usr/src/uts/common/io/
H A Ddevpoll.c785 if (ps->ps_dpbufsize < nfds) { in dpioctl()
799 ps->ps_dpbufsize); in dpioctl()
802 ps->ps_dpbufsize = nfds; in dpioctl()
/titanic_44/usr/src/uts/common/syscall/
H A Dpoll.c2288 kmem_free(ps->ps_dpbuf, ps->ps_dpbufsize * sizeof (pollfd_t)); in pollstate_destroy()