Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor.c418 c_segments_get(uint32_t segno) in c_segments_get() function
2108 c_segments_get(segno)->c_segno = c_free_segno_head; in c_seg_free_locked()
4223 c_segments_get(c_segno - 1)->c_segno = c_segno; /* next free is the one after you */ in c_seg_allocate()
4228c_segments_get(c_segno - 1)->c_segno = c_free_segno_head; /* link to the rest of, existing freelis… in c_seg_allocate()
4238 c_free_segno_head = (uint32_t)c_segments_get(c_segno)->c_segno; in c_seg_allocate()
4265 c_segments_get(c_segno)->c_seg = c_seg; in c_seg_allocate()
4266 …assert(c_segments_get(c_segno)->c_segno > c_segments_available); /* we just assigned a pointer to… in c_seg_allocate()
5182 if (__improbable(c_segments_get(c_segno)->c_segno < c_segments_available)) { in c_decompress_page()
5187 c_seg = c_segments_get(c_segno)->c_seg; in c_decompress_page()
5784 c_seg = c_segments_get(src_slot->s_cseg - 1)->c_seg; in vm_compressor_transfer()
[all …]