Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Deventvar.h55 struct kqueue { struct
56 struct kqlist kq_knpend;
57 struct kqlist kq_knlist;
58 int kq_count; /* number of pending events */
59 struct sigio *kq_sigio;
60 struct kqinfo kq_kqinfo;
61 struct filedesc *kq_fdp;
62 int kq_state;
63 u_int kq_sleep_cnt;
64 struct thread *kq_regtd;
[all …]
H A Dsysunion.h229 struct kqueue_args kqueue; member
/dflybsd-src/test/stress/stress2/misc/
H A Dkevent5.sh79 if ((kq = kqueue()) < 0) function
101 if ((kq = kqueue()) < 0) function
H A Dkevent.sh77 if ((kq = kqueue()) < 0) function
H A Dkevent2.sh77 if ((kq = kqueue()) < 0) function
H A Dkevent3.sh65 kq = kqueue(); function
H A Dkevent4.sh81 kq = kqueue(); function