Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dtask.c4586 portwatch_count = watchports->tw_elem_array_count; in task_remove_turnstile_watchports()
4639 portwatch_count = old_task->watchports->tw_elem_array_count; in task_transfer_turnstile_watchports()
4660 assert(portwatch_count == old_task->watchports->tw_elem_array_count); in task_transfer_turnstile_watchports()
4806 for (uint32_t i = 0, j = 0; i < watchports->tw_elem_array_count; i++) { in task_remove_turnstile_watchports_locked()
4851 watchports->tw_elem_array_count = count; in task_watchports_alloc_init()
4868 uint32_t portwatch_count = watchports->tw_elem_array_count; in task_watchports_deallocate()
H A Dtask.h658 uint32_t tw_elem_array_count; /* (Space lock) */ member