Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_compressor.c234 union c_segu { union
300 union c_segu *c_segments; /* array of all c_segments, not all of it may be populated…
340 #define C_SEGMENTS_PER_PAGE (PAGE_SIZE / sizeof(union c_segu))
421 static inline union c_segu *
954 …c_segments_arr_size = vm_map_round_page((sizeof(union c_segu) * c_segments_limit), VM_MAP_PAGE_MAS… in vm_compressor_set_size()
1087 assert((C_SEGMENTS_PER_PAGE * sizeof(union c_segu)) == PAGE_SIZE); in vm_compressor_init()
1133 (sizeof(union c_segu) * c_segments_limit), in vm_compressor_init()