Home
last modified time | relevance | path

Searched defs:kqueue (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/sys/
H A Deventvar.h48 struct kqueue { struct
56 LIST_ENTRY(kqueue) kq_next; argument
58 u_int kq_nknotes; /* [q] # of registered knotes */
60 int kq_knlistsize; /* [q] size of kq_knlist */
61 struct knlist *kq_knlist; /* [q] list of
63 u_long kq_knhashmask; /* [q] size of kq_knhash */
64 struct knlist *kq_knhash; /* [q] hash table for
66 struct task kq_task; /* deferring of activation */
68 int kq_state; /* [q] */