Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_compressor.c422 c_segments_get(uint32_t segno) in c_segments_get() function
2139 c_segments_get(segno)->c_segno = c_free_segno_head; in c_seg_free_locked()
4349 c_segments_get(c_segno - 1)->c_segno = c_segno; /* next free is the one after you */ in c_seg_allocate()
4354c_segments_get(c_segno - 1)->c_segno = c_free_segno_head; /* link to the rest of, existing freelis… in c_seg_allocate()
4364 c_free_segno_head = (uint32_t)c_segments_get(c_segno)->c_segno; in c_seg_allocate()
4391 c_segments_get(c_segno)->c_seg = c_seg; in c_seg_allocate()
4392 …assert(c_segments_get(c_segno)->c_segno > c_segments_available); /* we just assigned a pointer to… in c_seg_allocate()
5402 if (__improbable(c_segments_get(c_segno)->c_segno < c_segments_available)) { in c_decompress_page()
5407 c_seg = c_segments_get(c_segno)->c_seg; in c_decompress_page()
6054 c_seg = c_segments_get(src_slot->s_cseg - 1)->c_seg; in vm_compressor_transfer()
[all …]