Searched defs:cachefs_workq (Results 1 – 1 of 1) sorted by relevance
162 struct cachefs_workq { struct163 struct cachefs_req *wq_head; /* head of work q */164 struct cachefs_req *wq_tail; /* tail of work q */165 int wq_length; /* # of requests on q */166 int wq_thread_count; /* # of threads */167 int wq_max_len; /* longest queue */168 int wq_halt_request; /* halt requested */169 unsigned int wq_keepone:1; /* keep one thread */170 unsigned int wq_logwork:1; /* write logfile */171 kcondvar_t wq_req_cv; /* wait on work to do */[all …]