OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tq_active
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libzpool/common/
taskq.c
47
int
tq_active
;
member in struct:taskq
185
while (tq->tq_task.tqent_next != &tq->tq_task || tq->
tq_active
!= 0)
200
if (--tq->
tq_active
== 0)
203
tq->
tq_active
++;
255
tq->
tq_active
= nthreads;
taskq.c
47
int
tq_active
;
member in struct:taskq
185
while (tq->tq_task.tqent_next != &tq->tq_task || tq->
tq_active
!= 0)
200
if (--tq->
tq_active
== 0)
203
tq->
tq_active
++;
255
tq->
tq_active
= nthreads;
/src/external/cddl/osnet/sys/kern/
taskq.c
53
int
tq_active
; /* # of tasks (queued or running). */
member in struct:taskq
110
tq->
tq_active
--;
153
tq->
tq_active
++;
193
if (ISSET(flags, TQ_NOQUEUE) && tq->
tq_active
== tq->tq_nthreads) {
234
while (tq->
tq_active
)
taskq.c
53
int
tq_active
; /* # of tasks (queued or running). */
member in struct:taskq
110
tq->
tq_active
--;
153
tq->
tq_active
++;
193
if (ISSET(flags, TQ_NOQUEUE) && tq->
tq_active
== tq->tq_nthreads) {
234
while (tq->
tq_active
)
Completed in 46 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026