Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h162 struct cachefs_workq { struct
163 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 …]