Home
last modified time | relevance | path

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

/openbsd-src/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] */
/freebsd-src/sys/sys/
H A Deventvar.h41 struct kqueue { struct
44 TAILQ_ENTRY(kqueue) kq_list; argument
46 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 …]
/freebsd-src/tools/test/stress2/misc/
H A Dkevent5.sh84 if ((kq = kqueue()) < 0) function
108 if ((kq = kqueue()) < 0) function
H A Dkevent2.sh74 if ((kq = kqueue()) < 0) function
H A Dkevent.sh78 if ((kq = kqueue()) < 0) function
H A Dkevent6.sh122 if ((kq = kqueue()) < 0) function
H A Dkevent8.sh118 if ((kq = kqueue()) < 0) function
H A Dkevent13.sh124 if ((kq = kqueue()) < 0) function
H A Dpmc4.sh97 if ((kq = kqueue()) < 0) function
H A Dkevent11.sh105 if ((kq = kqueue()) < 0) function
H A Dkevent3.sh66 kq = kqueue(); function
H A Dpmc5.sh111 if ((kq = kqueue()) < 0) function
H A Dkevent4.sh80 kq = kqueue(); function
H A Dkevent15.sh99 if ((kq = kqueue()) < 0) function
H A Dkevent12.sh86 kq = kqueue(); function
/freebsd-src/sys/ofed/include/rdma/
H A Drdmavt_cq.h74 struct ib_wc kqueue[0]; member
/freebsd-src/sys/dev/atkbdc/
H A Datkbdcreg.h190 } kqueue; typedef