Searched defs:pollcacheset_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpoll_impl.h44 * of fd sets (5), which are represented by the pollcacheset_t type. These
116 } pollcacheset_t; typedef in typeref:struct:pollcacheset
133 pollcacheset_t *ps_pcacheset; /* cached poll lists */
350 extern pollcacheset_t *pcacheset_create(int);
351 extern void pcacheset_destroy(pollcacheset_t *, int);

Completed in 45 milliseconds