Home
last modified time | relevance | path

Searched refs:wq_thread_count (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c165 while (cachep->c_workq.wq_thread_count > 0) in cachefs_cache_destroy()
2057 qp->wq_thread_count = in cachefs_workq_init()
2124 if ((qp->wq_thread_count > 1) || in cachefs_async_start()
2170 qp->wq_thread_count--; in cachefs_async_start()
2171 if (qp->wq_halt_request && qp->wq_thread_count == 0) in cachefs_async_start()
2190 if (qp->wq_thread_count > 0) { in cachefs_async_halt()
2196 if (qp->wq_thread_count > 0) { in cachefs_async_halt()
2197 if ((qp->wq_thread_count == 1) && in cachefs_async_halt()
2214 if (qp->wq_thread_count < cachefs_max_threads) { in cachefs_addqueue()
2215 if (qp->wq_thread_count == 0 || in cachefs_addqueue()
[all …]
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h166 int wq_thread_count; /* # of threads */ member