Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/ipc/
H A Dipc_voucher.c452 (ivace_elem)->ivace_next = (next_index); \
464 (ivace_dst_elem)->ivace_next = (ivace_src_elem)->ivace_next; \
493 table[0].ivace_next = IV_HASH_END; in ivac_alloc()
495 table[i - 1].ivace_next = IV_FREELIST_END; in ivac_alloc()
605 ivac->ivac_table[new_size - 1].ivace_next = ivac->ivac_freelist; in ivac_grow_table()
690 assert(ivace->ivace_next != index); in ivace_reference_by_value()
691 index = ivace->ivace_next; in ivace_reference_by_value()
717 ivac->ivac_freelist = ivace->ivace_next; in ivace_reference_by_value()
727 ivace->ivace_next = *index_p; in ivace_reference_by_value()
859 ivace_tmp->ivace_index = ivace->ivace_next; in ivace_release()
[all …]
H A Dipc_voucher.h128 iv_index_t ivace_next; /* hash or freelist */ member
/xnu-8792.61.2/tools/lldbmacros/
H A Dipc.py1955 out_str += ' {: <2s} {: <4d} {: <4d}'.format(free_str, ivace.ivace_next, ivace.ivace_index)
1975 next_free = unsigned(ivac.ivac_table[next_free].ivace_next)