Searched refs:TASKQ_CPR_SAFE (Results 1 – 4 of 4) sorted by relevance
67 #define TASKQ_CPR_SAFE 0x0002 /* Use CPR safe protocol */ macro
40 #define TASKQ_CPR_SAFE 0x00000002 macro
485 #define TASKQ_CPR_SAFE 0x0002 /* Use CPR safe protocol */
1047 ASSERT(!(flags & (TASKQ_CPR_SAFE))); /* Unsupported */ in taskq_create()