Searched refs:TQ_NOALLOC (Results 1 – 3 of 3) sorted by relevance
65 #define TQ_NOALLOC 0x04 /* cannot allocate memory; may fail */ macro
709 if ((flag & (TQ_NOSLEEP | TQ_NOALLOC)) && \993 ((flags & TQ_NOALLOC) || tq->tq_nalloc >= tq->tq_minalloc)) { in taskq_ent_alloc()996 if (flags & TQ_NOALLOC) in taskq_ent_alloc()1188 ASSERT(!(flags & (TQ_NOALLOC | TQ_FRONT))); in taskq_dispatch()
3172 if (taskq_dispatch(kmem_taskq, kmem_reap_start, flag, TQ_NOALLOC) == in kmem_reap_common()