Searched refs:WORK_INTERVAL_FLAG_ENABLE_AUTO_JOIN (Results 1 – 2 of 2) sorted by relevance
150 #define WORK_INTERVAL_FLAG_ENABLE_AUTO_JOIN (0x8) macro
270 return (work_interval->wi_create_flags & WORK_INTERVAL_FLAG_ENABLE_AUTO_JOIN) != 0; in work_interval_auto_join_enabled()862 if (create_flags & WORK_INTERVAL_FLAG_ENABLE_AUTO_JOIN) { in kern_work_interval_create()873 if ((create_flags & WORK_INTERVAL_FLAG_ENABLE_AUTO_JOIN) == 0) { in kern_work_interval_create()