Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dtask.c4597 portwatch_count = watchports->tw_elem_array_count; in task_remove_turnstile_watchports()
4650 portwatch_count = old_task->watchports->tw_elem_array_count; in task_transfer_turnstile_watchports()
4671 assert(portwatch_count == old_task->watchports->tw_elem_array_count); in task_transfer_turnstile_watchports()
4817 for (uint32_t i = 0, j = 0; i < watchports->tw_elem_array_count; i++) { in task_remove_turnstile_watchports_locked()
4862 watchports->tw_elem_array_count = count; in task_watchports_alloc_init()
4879 uint32_t portwatch_count = watchports->tw_elem_array_count; in task_watchports_deallocate()
H A Dtask.h674 uint32_t tw_elem_array_count; /* (Space lock) */ member