Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dtaskq.c1141 taskq_ent_t *tqe1; in taskq_dispatch() local
1270 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()