Searched refs:ltable_alloc_elem (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | ltable.h | 206 struct lt_elem *ltable_alloc_elem(struct link_table *table, int type,
|
| H A D | ltable.c | 439 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 D | waitq.c | 370 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()
|