Searched refs:c_segments (Results 1 – 2 of 2) sorted by relevance
286 union c_segu *c_segments; variable1099 kmem_alloc(compressor_map, (vm_offset_t *)(&c_segments), in vm_compressor_init()1138 c_segments_next_page = (caddr_t)c_segments; in vm_compressor_init()2019 c_segments[segno].c_segno = c_free_segno_head; in c_seg_free_locked()4085 c_segments[c_segno - 1].c_segno = c_segno; in c_seg_allocate()4090 c_segments[c_segno - 1].c_segno = c_free_segno_head; in c_seg_allocate()4100 c_free_segno_head = (uint32_t)c_segments[c_segno].c_segno; in c_seg_allocate()4127 c_segments[c_segno].c_seg = c_seg; in c_seg_allocate()4128 assert(c_segments[c_segno].c_segno > c_segments_available); in c_seg_allocate()4970 if (__improbable(c_segments[c_segno].c_segno < c_segments_available)) { in c_decompress_page()[all …]
4622 c_segments = kern.globals.c_segments4623 c_segments_elt = GetObjectAtIndexFromArray(c_segments, slot.s_cseg-1)