Searched defs:kqueue (Results 1 – 17 of 17) sorted by relevance
48 struct kqueue { struct56 LIST_ENTRY(kqueue) kq_next; argument58 u_int kq_nknotes; /* [q] # of registered knotes */60 int kq_knlistsize; /* [q] size of kq_knlist */61 struct knlist *kq_knlist; /* [q] list of63 u_long kq_knhashmask; /* [q] size of kq_knhash */64 struct knlist *kq_knhash; /* [q] hash table for66 struct task kq_task; /* deferring of activation */68 int kq_state; /* [q] */
41 struct kqueue { struct44 TAILQ_ENTRY(kqueue) kq_list; argument46 int kq_count; /* number of pending events */47 struct selinfo kq_sel;48 struct sigio *kq_sigio;49 struct filedesc *kq_fdp;50 int kq_state;58 int kq_knlistsize; /* size of knlist */59 struct klist *kq_knlist; /* list of knotes */60 u_long kq_knhashmask; /* size of knhash */[all …]
84 if ((kq = kqueue()) < 0) function108 if ((kq = kqueue()) < 0) function
74 if ((kq = kqueue()) < 0) function
78 if ((kq = kqueue()) < 0) function
122 if ((kq = kqueue()) < 0) function
118 if ((kq = kqueue()) < 0) function
124 if ((kq = kqueue()) < 0) function
97 if ((kq = kqueue()) < 0) function
105 if ((kq = kqueue()) < 0) function
66 kq = kqueue(); function
111 if ((kq = kqueue()) < 0) function
80 kq = kqueue(); function
99 if ((kq = kqueue()) < 0) function
86 kq = kqueue(); function
74 struct ib_wc kqueue[0]; member
190 } kqueue; typedef