Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_voucher.c543 ivac->ivac_freelist = 1; in ivac_alloc()
792 ivac->ivac_table[new_size - 1].ivace_next = ivac->ivac_freelist; in ivac_grow_table()
793 ivac->ivac_freelist = old_size; in ivac_grow_table()
895 index = ivac->ivac_freelist; in ivace_reference_by_value()
904 ivac->ivac_freelist = ivace->ivace_next; in ivace_reference_by_value()
1064 ivace->ivace_next = ivac->ivac_freelist; in ivace_release()
1065 ivac->ivac_freelist = value_index; in ivace_release()
H A Dipc_voucher.h147 iv_index_t ivac_freelist; /* index of the first free element */ member
/xnu-8020.101.4/tools/lldbmacros/
H A Dipc.py1933 if unsigned(ivac.ivac_freelist) == 0:
1937 next_free = unsigned(ivac.ivac_freelist)