Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_voucher.c506 (ivace_elem)->ivace_next = (next_index); \
518 (ivace_dst_elem)->ivace_next = (ivace_src_elem)->ivace_next; \
548 table[0].ivace_next = IV_HASH_END; in ivac_alloc()
550 table[i - 1].ivace_next = IV_FREELIST_END; in ivac_alloc()
800 ivac->ivac_table[new_size - 1].ivace_next = ivac->ivac_freelist; in ivac_grow_table()
885 assert(ivace->ivace_next != index); in ivace_reference_by_value()
886 index = ivace->ivace_next; in ivace_reference_by_value()
912 ivac->ivac_freelist = ivace->ivace_next; in ivace_reference_by_value()
922 ivace->ivace_next = *index_p; in ivace_reference_by_value()
1054 ivace_tmp->ivace_index = ivace->ivace_next; in ivace_release()
[all …]
H A Dipc_voucher.h125 iv_index_t ivace_next; /* hash or freelist */ member
/xnu-8019.80.24/tools/lldbmacros/
H A Dipc.py1911 out_str += ' {: <2s} {: <4d} {: <4d}'.format(free_str, ivace.ivace_next, ivace.ivace_index)
1931 next_free = unsigned(ivac.ivac_table[next_free].ivace_next)