Searched refs:c_mysegno (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.h72 #define C_SEG_MAX_LIMIT (1 << 19) /* this needs to track the size of c_mysegno */
73 uint32_t c_mysegno:19, member in struct:c_segment
H A Dvm_compressor.c746 segno = c_seg->c_mysegno;
1116 slot_ptr->s_cseg = c_seg_dst->c_mysegno + 1;
2078 c_seg->c_mysegno = c_segno;
2349 slot_ptr->s_cseg = c_seg->c_mysegno + 1;

Completed in 57 milliseconds