Searched defs:ufs_q (Results 1 – 1 of 1) sorted by relevance
612 struct ufs_q { struct613 union uq_head {617 } _uq_head;618 int uq_ne; /* # of entries/failures found */619 int uq_lowat; /* thread runs when ne == lowat */620 int uq_hiwat; /* synchronous idle if ne >= hiwat */621 ushort_t uq_flags; /* flags (see below) */622 kcondvar_t uq_cv; /* for sleep/wakeup */623 kthread_id_t uq_threadp; /* thread managing this q */624 kmutex_t uq_mutex; /* protects this struct */