Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/ !
H A Dipc_voucher.c498 (ivace_elem)->ivace_next = (next_index); \
510 (ivace_dst_elem)->ivace_next = (ivace_src_elem)->ivace_next; \
540 table[0].ivace_next = IV_HASH_END; in ivac_alloc()
542 table[i - 1].ivace_next = IV_FREELIST_END; in ivac_alloc()
792 ivac->ivac_table[new_size - 1].ivace_next = ivac->ivac_freelist; in ivac_grow_table()
877 assert(ivace->ivace_next != index); in ivace_reference_by_value()
878 index = ivace->ivace_next; in ivace_reference_by_value()
904 ivac->ivac_freelist = ivace->ivace_next; in ivace_reference_by_value()
914 ivace->ivace_next = *index_p; in ivace_reference_by_value()
1046 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-8020.101.4/tools/lldbmacros/ !
H A Dipc.py1920 out_str += ' {: <2s} {: <4d} {: <4d}'.format(free_str, ivace.ivace_next, ivace.ivace_index)
1940 next_free = unsigned(ivac.ivac_table[next_free].ivace_next)