Home
last modified time | relevance | path

Searched refs:TASKQ_CPR_SAFE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dtaskq.h50 #define TASKQ_CPR_SAFE 0x0002 /* Use CPR safe protocol */ macro
/titanic_41/usr/src/uts/common/os/
H A Dtaskq.c1485 if (!(tq->tq_flags & TASKQ_CPR_SAFE)) { in taskq_thread_wait()
1493 if (!(tq->tq_flags & TASKQ_CPR_SAFE)) { in taskq_thread_wait()
1521 if (tq->tq_flags & TASKQ_CPR_SAFE) { in taskq_thread()
1655 ASSERT(!(tq->tq_flags & TASKQ_CPR_SAFE)); in taskq_thread()
1873 IMPLY((flags & TASKQ_DYNAMIC), !(flags & TASKQ_CPR_SAFE)); in taskq_create_common()
1875 IMPLY((flags & TASKQ_CPR_SAFE), !(flags & TASKQ_THREADS_CPU_PCT)); in taskq_create_common()
2046 ASSERT(! (tq->tq_flags & TASKQ_CPR_SAFE)); in taskq_destroy()
H A Dcallout.c1892 TASKQ_PREPOPULATE | TASKQ_CPR_SAFE); in callout_cyclic_init()
H A Dsunmdi.c329 TASKQ_PREPOPULATE | TASKQ_CPR_SAFE); in i_mdi_init()
/titanic_41/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h366 #define TASKQ_CPR_SAFE 0x0002 /* Use CPR safe protocol */ macro