Searched refs:tw_elem_array_count (Results 1 – 2 of 2) sorted by relevance
4556 portwatch_count = watchports->tw_elem_array_count; in task_remove_turnstile_watchports()4609 portwatch_count = old_task->watchports->tw_elem_array_count; in task_transfer_turnstile_watchports()4630 assert(portwatch_count == old_task->watchports->tw_elem_array_count); in task_transfer_turnstile_watchports()4776 for (uint32_t i = 0, j = 0; i < watchports->tw_elem_array_count; i++) { in task_remove_turnstile_watchports_locked()4821 watchports->tw_elem_array_count = count; in task_watchports_alloc_init()4838 uint32_t portwatch_count = watchports->tw_elem_array_count; in task_watchports_deallocate()
655 uint32_t tw_elem_array_count; /* (Space lock) */ member