Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dltable.h328 extern struct lt_elem *lt_elem_list_pop(struct link_table *table,
H A Dltable.c987 lt_elem_list_pop(struct link_table *table, uint64_t *id, int type) in lt_elem_list_pop() function
H A Dwaitq.c933 elem = lt_elem_list_pop(&g_prepost_table, id, type); in wq_prepost_rpop()