Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dtaskq.h62 #define TQ_NOALLOC 0x04 /* cannot allocate memory; may fail */ macro
/titanic_50/usr/src/uts/common/os/
H A Dtaskq.c700 if ((flag & (TQ_NOSLEEP | TQ_NOALLOC)) && \
984 ((flags & TQ_NOALLOC) || tq->tq_nalloc >= tq->tq_minalloc)) { in taskq_ent_alloc()
987 if (flags & TQ_NOALLOC) in taskq_ent_alloc()
1178 ASSERT(!(flags & (TQ_NOALLOC | TQ_FRONT))); in taskq_dispatch()
H A Dkmem.c3106 if (!taskq_dispatch(kmem_taskq, kmem_reap_start, flag, TQ_NOALLOC)) in kmem_reap_common()