Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_xnu.h269 s_cindx:10; /* index of slot in the segment, see also C_SLOT_MAX_INDEX */ member
275 s_cindx:10, /* index in the segment */
H A Dvm_compressor.c2236 slot_ptr->s_cindx = c_indx; in c_seg_minor_compaction_and_unlock()
2511 slot_ptr->s_cindx = dst_slot++; in c_seg_major_compact()
4946 slot_ptr->s_cindx = hash_index; in c_compress_page()
4995 slot_ptr->s_cindx = c_seg->c_nextslot++; in c_compress_page()
5221 c_indx = slot_ptr->s_cindx; in c_decompress_page()
5646 data = c_segment_sv_hash_table[slot_ptr->s_cindx].he_data; in vm_compressor_get()
5650 c_segment_sv_hash_drop_ref(slot_ptr->s_cindx); in vm_compressor_get()
5700 c_segment_sv_hash_drop_ref(slot_ptr->s_cindx); in vm_compressor_free()
5794 c_indx = src_slot->s_cindx; in vm_compressor_transfer()
5981 c_indx = src_slot->s_cindx; in vm_compressor_relocate()
[all …]
/xnu-12377.1.9/tools/lldbmacros/
H A Dmemory.py4896 … cseg {:d} cindx {:d}".format(unsigned(slot_ptr), unsigned(slot_value), slot.s_cseg, slot.s_cindx))
4901 …]: ref {:d} value {:#010x}".format(slot.s_cindx, sv[slot.s_cindx].c_sv_he_un.c_sv_he.c_sv_he_ref, …
4943 c_indx = unsigned(slot.s_cindx)