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

/illumos-gate/usr/src/uts/common/sys/
H A Dpoll_impl.h98 struct pollcache;
103 typedef struct pollcache pollcache_t;
139 pollcache_t *ps_contend_pc; /* pollcache waited on */
187 PCL_INVALID, /* dissociated from one pollcache, awaiting cleanup */
196 * pollcache.
202 pollcache_t *pcl_child_pc; /* child pollcache */
203 pollcache_t *pcl_parent_pc; /* parent pollcache */
221 pollcache_t *pd_pcache; /* a ptr to the pollcache of this fd */
238 struct pollcache { struct
239 kmutex_t pc_lock; /* lock to protect pollcache */
[all...]

Completed in 78 milliseconds