Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libfakekernel/common/sys/
H A Dtaskq_impl.h50 #define TQENT_FLAG_PREALLOC 0x1 /* taskq_dispatch_ent used */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dtaskq_impl.h57 #define TQENT_FLAG_PREALLOC 0x1 macro
/titanic_41/usr/src/lib/libzpool/common/
H A Dtaskq.c160 t->tqent_flags |= TQENT_FLAG_PREALLOC; in taskq_dispatch_ent()
210 prealloc = t->tqent_flags & TQENT_FLAG_PREALLOC; in taskq_thread()
/titanic_41/usr/src/lib/libfakekernel/common/
H A Dtaskq.c190 t->tqent_flags |= TQENT_FLAG_PREALLOC; in taskq_dispatch_ent()
240 prealloc = t->tqent_flags & TQENT_FLAG_PREALLOC; in taskq_thread()
/titanic_41/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h363 #define TQENT_FLAG_PREALLOC 0x1 /* taskq_dispatch_ent used */ macro
/titanic_41/usr/src/uts/common/os/
H A Dtaskq.c1304 tqe->tqent_un.tqent_flags |= TQENT_FLAG_PREALLOC; in taskq_dispatch_ent()
1608 (tqe->tqent_un.tqent_flags & TQENT_FLAG_PREALLOC)) { in taskq_thread()