Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor.c255 union c_segu *c_segments; variable
886 if (kernel_memory_allocate(compressor_map, (vm_offset_t *)(&c_segments), in vm_compressor_init()
925 c_segments_next_page = (caddr_t)c_segments; in vm_compressor_init()
1706 c_segments[segno].c_segno = c_free_segno_head; in c_seg_free_locked()
3518 c_segments[c_segno - 1].c_segno = c_segno; in c_seg_allocate()
3523 c_segments[c_segno - 1].c_segno = c_free_segno_head; in c_seg_allocate()
3533 c_free_segno_head = (uint32_t)c_segments[c_segno].c_segno; in c_seg_allocate()
3560 c_segments[c_segno].c_seg = c_seg; in c_seg_allocate()
3561 assert(c_segments[c_segno].c_segno > c_segments_available); in c_seg_allocate()
4312 if (__improbable(c_segments[c_segno].c_segno < c_segments_available)) { in c_decompress_page()
[all …]
/xnu-8020.101.4/tools/lldbmacros/
H A Dmemory.py4354 c_segments = kern.globals.c_segments
4355 c_segments_elt = GetObjectAtIndexFromArray(c_segments, slot.s_cseg-1)