Searched refs:taskq_bucket_overflow (Results 1 – 1 of 1) sorted by relevance
671 static void taskq_bucket_overflow(void *);1539 if (!taskq_ent_exists(tq, taskq_bucket_overflow, bucket)) { in taskq_dispatch()1542 TQ_ENQUEUE(tq, tqe1, taskq_bucket_overflow, bucket); in taskq_dispatch()2940 taskq_bucket_overflow(void *arg) in taskq_bucket_overflow() function