Searched refs:next_free (Results 1 – 4 of 4) sorted by relevance
137 mach_port_index_t next_free = 0; in ipc_entries_hold() local149 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()
53 def next_free(self): member in BTStack294 ref = bts.next_free()
1937 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)
3481 tt_free_entry_t *next_free = NULL; in pmap_tt1_allocate() local3484 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()