Searched defs:taskq_cpupct_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c345 * target, and add them to the taskq_cpupct_list for later adjustment.
659 static list_t taskq_cpupct_list; /* protected by cpu_lock */ variable
843 list_create(&taskq_cpupct_list, sizeof (taskq_t),
880 list_insert_tail(&taskq_cpupct_list, tq);
890 list_remove(&taskq_cpupct_list, tq);
921 for (tq = list_head(&taskq_cpupct_list); tq != NULL;
922 tq = list_next(&taskq_cpupct_list, tq)) {

Completed in 72 milliseconds