Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/vm/
H A Dvm_compressor.c418 c_segments_get(uint32_t segno) in c_segments_get() function
2104 c_segments_get(segno)->c_segno = c_free_segno_head; in c_seg_free_locked()
4188 c_segments_get(c_segno - 1)->c_segno = c_segno; /* next free is the one after you */ in c_seg_allocate()
4193c_segments_get(c_segno - 1)->c_segno = c_free_segno_head; /* link to the rest of, existing freelis… in c_seg_allocate()
4203 c_free_segno_head = (uint32_t)c_segments_get(c_segno)->c_segno; in c_seg_allocate()
4230 c_segments_get(c_segno)->c_seg = c_seg; in c_seg_allocate()
4231 …assert(c_segments_get(c_segno)->c_segno > c_segments_available); /* we just assigned a pointer to… in c_seg_allocate()
5133 if (__improbable(c_segments_get(c_segno)->c_segno < c_segments_available)) { in c_decompress_page()
5138 c_seg = c_segments_get(c_segno)->c_seg; in c_decompress_page()
5732 c_seg = c_segments_get(src_slot->s_cseg - 1)->c_seg; in vm_compressor_transfer()
[all …]