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

/illumos-gate/usr/src/uts/common/sys/
H A Dpoll_impl.h64 * polldat hash +-------------+ (4) bitmap representing fd space
101 struct polldat;
106 typedef struct polldat polldat_t;
210 * polldat is an entry for a cached poll fd. A polldat struct can be in
212 * pollwakeup to wake up a sleeping poller. There should be one polldat
215 struct polldat { struct
276 * pollhead_insert adds a polldat to a pollhead list
277 * pollhead_delete removes a polldat from a pollhead list
317 * pcache_lookup_fd lookup an fd, returns a polldat
[all...]

Completed in 59 milliseconds