Lines Matching refs:c_segments
281 union c_segu *c_segments; variable
1101 kmem_alloc(compressor_map, (vm_offset_t *)(&c_segments), in vm_compressor_init()
1140 c_segments_next_page = (caddr_t)c_segments; in vm_compressor_init()
2021 c_segments[segno].c_segno = c_free_segno_head; in c_seg_free_locked()
4086 c_segments[c_segno - 1].c_segno = c_segno; in c_seg_allocate()
4091 c_segments[c_segno - 1].c_segno = c_free_segno_head; in c_seg_allocate()
4101 c_free_segno_head = (uint32_t)c_segments[c_segno].c_segno; in c_seg_allocate()
4128 c_segments[c_segno].c_seg = c_seg; in c_seg_allocate()
4129 assert(c_segments[c_segno].c_segno > c_segments_available); in c_seg_allocate()
4968 if (__improbable(c_segments[c_segno].c_segno < c_segments_available)) { in c_decompress_page()
4973 c_seg = c_segments[c_segno].c_seg; in c_decompress_page()
5447 assert(c_segments[c_segno].c_segno >= c_segments_available); in vm_compressor_inject_error()
5449 const c_segment_t c_seg = c_segments[c_segno].c_seg; in vm_compressor_inject_error()
5597 c_seg = c_segments[src_slot->s_cseg - 1].c_seg; in vm_compressor_transfer()
5726 c_seg_src = c_segments[src_slot->s_cseg - 1].c_seg; in vm_compressor_relocate()