Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor.c230 union c_segu { union
296 union c_segu *c_segments; /* array of all c_segments, not all of it may be populated…
336 #define C_SEGMENTS_PER_PAGE (PAGE_SIZE / sizeof(union c_segu))
417 static inline union c_segu *
944 …c_segments_arr_size = vm_map_round_page((sizeof(union c_segu) * c_segments_limit), VM_MAP_PAGE_MAS… in vm_compressor_set_size()
1060 assert((C_SEGMENTS_PER_PAGE * sizeof(union c_segu)) == PAGE_SIZE); in vm_compressor_init()
1106 (sizeof(union c_segu) * c_segments_limit), in vm_compressor_init()