Home
last modified time | relevance | path

Searched refs:tw_elem_array_count (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/osfmk/kern/
H A Dtask.c4556 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()
H A Dtask.h655 uint32_t tw_elem_array_count; /* (Space lock) */ member