Searched refs:c_seg_fixed_array_len (Results 1 – 4 of 4) sorted by relevance
292 extern int c_seg_fixed_array_len;298 …dex) (index < c_seg_fixed_array_len ? &(cseg->c_slot_fixed_array[index]) : &(cseg->c_slot_var…
295 int c_seg_fixed_array_len; /* number of slots in the c_segment inline slots array */ variable1127 c_seg_fixed_array_len = c_seg_slot_var_array_min_len; in vm_compressor_init()1131 c_seg_fixed_array_len++; in vm_compressor_init()2282 if (c_seg->c_nextslot < c_seg_fixed_array_len) { in c_seg_alloc_nextslot()2286 if ((c_seg->c_nextslot - c_seg_fixed_array_len) >= c_seg->c_slot_var_array_len) { in c_seg_alloc_nextslot()
4986 c_seg_fixed_array_len = kern.globals.c_seg_fixed_array_len4987 if c_indx < c_seg_fixed_array_len:4990 cs = GetObjectAtIndexFromArray(c_seg.c_slot_var_array, c_indx - c_seg_fixed_array_len)
4470 extern int c_seg_fixed_array_len;4589 …pressor_segment_slots_fixed_array_len, CTLFLAG_RD | CTLFLAG_LOCKED, &c_seg_fixed_array_len, 0, "");