Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c582 static void taskq_bucket_extend(void *);
1265 taskq_bucket_extend(bucket); in taskq_dispatch()
1279 if (!taskq_ent_exists(tq, taskq_bucket_extend, bucket)) { in taskq_dispatch()
1281 TQ_ENQUEUE_FRONT(tq, tqe1, taskq_bucket_extend, bucket); in taskq_dispatch()
2037 taskq_bucket_extend(bucket); in taskq_create_common()
2214 taskq_bucket_extend(void *arg) in taskq_bucket_extend() function