Searched refs:TQ_ENQUEUE_FRONT (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | taskq.c | 757 #define TQ_ENQUEUE_FRONT(tq, tqe, func, arg) \ macro 1167 TQ_ENQUEUE_FRONT(tq, tqe, func, arg); in taskq_dispatch() 1271 TQ_ENQUEUE_FRONT(tq, tqe1, taskq_bucket_extend, bucket); in taskq_dispatch() 1311 TQ_ENQUEUE_FRONT(tq, tqe, func, arg); in taskq_dispatch_ent()
|