Home
last modified time | relevance | path

Searched refs:ltable_realloc_elem (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dltable.h227 extern void ltable_realloc_elem(struct link_table *table,
H A Dltable.c645 ltable_realloc_elem(struct link_table *table, struct lt_elem *elem, int type) in ltable_realloc_elem() function
1010 ltable_realloc_elem(table, first, type); in lt_elem_list_pop()
H A Dwaitq.c378 ltable_realloc_elem(&g_wqlinktable, &link->wqte, type); in wql_realloc_link()