Searched refs:lt_elem_list_first (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | ltable.h | 307 extern struct lt_elem *lt_elem_list_first(struct link_table *table, uint64_t id); 347 return lt_elem_list_release(table, lt_elem_list_first(table, id), type); in lt_elem_list_release_id()
|
| H A D | ltable.c | 920 lt_elem_list_first(struct link_table *table, uint64_t id) in lt_elem_list_first() function 997 first = lt_elem_list_first(table, *id); in lt_elem_list_pop()
|
| H A D | waitq.c | 669 old_head = lt_elem_list_first(&g_prepost_table, cache->head); in wq_prepost_refill_cpu_cache() 745 first = lt_elem_list_first(&g_prepost_table, cache->head); in wq_prepost_alloc() 924 elem = lt_elem_list_first(&g_prepost_table, id); in wq_prepost_rfirst() 960 tmp = lt_elem_list_first(&g_prepost_table, cache->head); in wq_prepost_release_rlist()
|