Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_entry.c137 mach_port_index_t next_free = 0; in ipc_entries_hold() local
149 next_free = table[next_free].ie_next; in ipc_entries_hold()
150 if (next_free == 0) { in ipc_entries_hold()
153 assert(next_free < table->ie_size); in ipc_entries_hold()
154 assert(table[next_free].ie_object == IO_NULL); in ipc_entries_hold()
/xnu-8019.80.24/tools/lldbmacros/
H A Dipc.py1928 next_free = unsigned(ivac.ivac_freelist)
1929 while next_free != 0:
1930 …print "{: <5d} ".format(next_free) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_table[
1931 next_free = unsigned(ivac.ivac_table[next_free].ivace_next)
/xnu-8019.80.24/osfmk/arm/
H A Dpmap.c3457 tt_free_entry_t *next_free = NULL; in pmap_tt1_allocate() local
3460 tt1_free->next = next_free; in pmap_tt1_allocate()
3461 next_free = tt1_free; in pmap_tt1_allocate()
3465 free_tt_list = next_free; in pmap_tt1_allocate()