Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dtaskq.c575 static void taskq_bucket_extend(void *);
1255 taskq_bucket_extend(bucket); in taskq_dispatch()
1269 if (!taskq_ent_exists(tq, taskq_bucket_extend, bucket)) { in taskq_dispatch()
1271 TQ_ENQUEUE_FRONT(tq, tqe1, taskq_bucket_extend, bucket); in taskq_dispatch()
1990 taskq_bucket_extend(bucket); in taskq_create_common()
2167 taskq_bucket_extend(void *arg) in taskq_bucket_extend() function