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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c135 union c_segu *c_segments; variable in typeref:union:c_segu
379 if (kernel_memory_allocate(kernel_map, (vm_offset_t *)(&c_segments), (sizeof(union c_segu) * c_segments_limit), 0, KMA_KOBJECT | KMA_VAONLY) != KERN_SUCCESS)
382 c_segments_next_page = (caddr_t)c_segments;
747 c_segments[segno].c_segno = c_free_segno_head;
2034 c_segments[c_segno - 1].c_segno = c_segno;
2038 c_segments[c_segno - 1].c_segno = c_free_segno_head;
2046 c_free_segno_head = c_segments[c_segno].c_segno;
2058 c_segments[c_segno].c_segno = c_free_segno_head;
2084 c_segments[c_segno].c_seg = c_seg;
2416 c_seg = c_segments[slot_pt
[all...]

Completed in 197 milliseconds