Searched refs:previous_elem_array (Results 1 – 1 of 1) sorted by relevance
588 struct task_watchport_elem **previous_elem_array,4536 struct task_watchport_elem *previous_elem_array[TASK_MAX_WATCHPORT_COUNT] = {}; in task_add_turnstile_watchports() local4553 watchports, previous_elem_array, portwatch_ports, in task_add_turnstile_watchports()4564 for (uint32_t i = 0; i < portwatch_count && previous_elem_array[i] != NULL; i++) { in task_add_turnstile_watchports()4565 task_watchport_elem_deallocate(previous_elem_array[i]); in task_add_turnstile_watchports()4745 struct task_watchport_elem **previous_elem_array, in task_add_turnstile_watchports_locked() argument4773 &previous_elem_array[j]) != KERN_SUCCESS) { in task_add_turnstile_watchports_locked()4781 if (previous_elem_array[j] != NULL) { in task_add_turnstile_watchports_locked()