Searched refs:tqe1 (Results 1 – 1 of 1) sorted by relevance
1141 taskq_ent_t *tqe1; in taskq_dispatch() local1270 if ((tqe1 = taskq_ent_alloc(tq, TQ_NOSLEEP)) != NULL) { in taskq_dispatch()1271 TQ_ENQUEUE_FRONT(tq, tqe1, taskq_bucket_extend, bucket); in taskq_dispatch()