Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dltable.h206 struct lt_elem *ltable_alloc_elem(struct link_table *table, int type,
H A Dltable.c439 ltable_alloc_elem(struct link_table *table, int type, in ltable_alloc_elem() function
493 tmp = ltable_alloc_elem(table, type, 1, nattempts); in ltable_alloc_elem()
H A Dwaitq.c370 elem = ltable_alloc_elem(&g_wqlinktable, type, 1, 0); in wql_alloc_link()
646 new_head = ltable_alloc_elem(&g_prepost_table, in wq_prepost_refill_cpu_cache()
772 elem = ltable_alloc_elem(&g_prepost_table, type, nelem, 0); in wq_prepost_alloc()