Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/vm/
H A Dvm_compressor.h253 int c_slot_var_array_len; member
H A Dvm_compressor.c2029 if (c_seg->c_slot_var_array_len) { in c_seg_free_locked()
2031 sizeof(struct c_slot) * c_seg->c_slot_var_array_len); in c_seg_free_locked()
2202 if ((c_seg->c_nextslot - c_seg_fixed_array_len) >= c_seg->c_slot_var_array_len) { in c_seg_alloc_nextslot()
2203 oldlen = c_seg->c_slot_var_array_len; in c_seg_alloc_nextslot()
2222 c_seg->c_slot_var_array_len = newlen; in c_seg_alloc_nextslot()