Lines Matching refs:exclusive
258 uint64_t exclusive, uint64_t monitor, in sktu_channel_create_extended() argument
277 if (exclusive != -1) { in sktu_channel_create_extended()
278 error = os_channel_attr_set(tmpattr, CHANNEL_ATTR_EXCLUSIVE, exclusive); in sktu_channel_create_extended()
341 assert(exclusive == -1 || exclusive == scratch); in sktu_channel_create_extended()
347 assert(exclusive == -1 || monitor == scratch); in sktu_channel_create_extended()
353 assert(exclusive == -1 || txlowatunit == scratch); in sktu_channel_create_extended()
359 assert(exclusive == -1 || txlowatval == scratch); in sktu_channel_create_extended()
365 assert(exclusive == -1 || rxlowatunit == scratch); in sktu_channel_create_extended()
371 assert(exclusive == -1 || rxlowatval == scratch); in sktu_channel_create_extended()
377 assert(exclusive == -1 || userpacketpool == scratch); in sktu_channel_create_extended()
383 assert(exclusive == -1 || defunctok == scratch); in sktu_channel_create_extended()
389 assert(exclusive == -1 || event_ring == scratch); in sktu_channel_create_extended()
395 assert(exclusive == -1 || low_latency == scratch); in sktu_channel_create_extended()