Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libfakekernel/common/sys/
H A Dtaskq_impl.h47 uintptr_t tqent_flags; member
/titanic_50/usr/src/lib/libzpool/common/
H A Dtaskq.c143 t->tqent_flags = 0; in taskq_dispatch()
160 t->tqent_flags |= TQENT_FLAG_PREALLOC; in taskq_dispatch_ent()
210 prealloc = t->tqent_flags & TQENT_FLAG_PREALLOC; in taskq_thread()
/titanic_50/usr/src/lib/libfakekernel/common/
H A Dtaskq.c173 t->tqent_flags = 0; in taskq_dispatch()
190 t->tqent_flags |= TQENT_FLAG_PREALLOC; in taskq_dispatch_ent()
240 prealloc = t->tqent_flags & TQENT_FLAG_PREALLOC; in taskq_thread()
/titanic_50/usr/src/uts/common/sys/
H A Dtaskq_impl.h51 uintptr_t tqent_flags; member
/titanic_50/usr/src/uts/common/os/
H A Dtaskq.c1164 tqe->tqent_un.tqent_flags = 0; in taskq_dispatch()
1304 tqe->tqent_un.tqent_flags |= TQENT_FLAG_PREALLOC; in taskq_dispatch_ent()
1608 (tqe->tqent_un.tqent_flags & TQENT_FLAG_PREALLOC)) { in taskq_thread()
/titanic_50/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h362 uintptr_t tqent_flags; member