Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor.c228 union c_segu { union
297 union c_segu *c_segments; /* array of all c_segments, not all of it may be populated…
337 #define C_SEGMENTS_PER_PAGE (PAGE_SIZE / sizeof(union c_segu))
979 …c_segments_arr_size = vm_map_round_page((sizeof(union c_segu) * c_segments_limit), VM_MAP_PAGE_MAS… in vm_compressor_set_size()
1095 assert((C_SEGMENTS_PER_PAGE * sizeof(union c_segu)) == PAGE_SIZE); in vm_compressor_init()
1140 (sizeof(union c_segu) * c_segments_limit), in vm_compressor_init()