Home
last modified time | relevance | path

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

/xnu-8020.140.41/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-8020.140.41/tools/lldbmacros/
H A Dbtlog.py53 def next_free(self): member in BTStack
294 ref = bts.next_free()
H A Dipc.py1937 next_free = unsigned(ivac.ivac_freelist)
1938 while next_free != 0:
1939 …print("{: <5d} ".format(next_free) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_table[
1940 next_free = unsigned(ivac.ivac_table[next_free].ivace_next)
/xnu-8020.140.41/osfmk/arm/
H A Dpmap.c3481 tt_free_entry_t *next_free = NULL; in pmap_tt1_allocate() local
3484 tt1_free->next = next_free; in pmap_tt1_allocate()
3485 next_free = tt1_free; in pmap_tt1_allocate()
3489 free_tt_list = next_free; in pmap_tt1_allocate()