Searched refs:TASKQ_CPR_SAFE (Results 1 – 5 of 5) sorted by relevance
50 #define TASKQ_CPR_SAFE 0x0002 /* Use CPR safe protocol */ macro
1485 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()
1892 TASKQ_PREPOPULATE | TASKQ_CPR_SAFE); in callout_cyclic_init()
329 TASKQ_PREPOPULATE | TASKQ_CPR_SAFE); in i_mdi_init()
366 #define TASKQ_CPR_SAFE 0x0002 /* Use CPR safe protocol */ macro