Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dpoll_impl.h328 extern polldat_t *pcache_alloc_fd(int);
/titanic_50/usr/src/uts/common/syscall/
H A Dpoll.c1092 pcache_alloc_fd(int nsets) in pcache_alloc_fd() function
1331 pdp = pcache_alloc_fd(ps->ps_nsets); in pcache_insert()
/titanic_50/usr/src/uts/common/io/
H A Ddevpoll.c782 pdp = pcache_alloc_fd(0); in dpwrite()