Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor.c297 union c_segu *c_segments; /* array of all c_segments, not all of it may be populated… variable
1139 kmem_alloc(compressor_map, (vm_offset_t *)(&c_segments), in vm_compressor_init()
1178 c_segments_next_page = (caddr_t)c_segments; in vm_compressor_init()
2135 c_segments[segno].c_segno = c_free_segno_head; in c_seg_free_locked()
4196 c_segments[c_segno - 1].c_segno = c_segno; /* next free is the one after you */ in c_seg_allocate()
4201 c_segments[c_segno - 1].c_segno = c_free_segno_head; /* link to the rest of, existing freelist */ in c_seg_allocate()
4211 c_free_segno_head = (uint32_t)c_segments[c_segno].c_segno; in c_seg_allocate()
4238 c_segments[c_segno].c_seg = c_seg; in c_seg_allocate()
4239 …assert(c_segments[c_segno].c_segno > c_segments_available); /* we just assigned a pointer to it s… in c_seg_allocate()
5126 if (__improbable(c_segments[c_segno].c_segno < c_segments_available)) { in c_decompress_page()
[all …]
/xnu-11215.1.10/tools/lldbmacros/
H A Dmemory.py4783 c_segments = kern.globals.c_segments
4784 c_segments_elt = GetObjectAtIndexFromArray(c_segments, slot.s_cseg-1)