Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dltable.h190 extern void ltable_grow(struct link_table *table, uint32_t min_free);
H A Dltable.c311 ltable_grow(struct link_table *table, uint32_t min_free) in ltable_grow() function
528 ltable_grow(table, nelem + MAX_CPUS); in ltable_alloc_elem()
H A Dwaitq.c713 ltable_grow(&g_prepost_table, min_free); in wq_prepost_ensure_free_space()