Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dbuf.h73 struct bufq { struct
75 struct mutex bufq_mtx; argument
76 void *bufq_data; argument
77 u_int bufq_outstanding; argument
78 u_int bufq_hi; argument
79 u_int bufq_low; argument
80 int bufq_waiting; argument
81 int bufq_stop; argument
82 int bufq_type; argument
83 const struct bufq_impl *bufq_impl; argument