Searched refs:c_seg_fixed_array_len (Results 1 – 4 of 4) sorted by relevance
317 extern int c_seg_fixed_array_len;323 …dex) (index < c_seg_fixed_array_len ? &(cseg->c_slot_fixed_array[index]) : &(cseg->c_slot_var…
299 int c_seg_fixed_array_len; /* number of slots in the c_segment inline slots array */ variable1153 c_seg_fixed_array_len = c_seg_slot_var_array_min_len; in vm_compressor_init()1157 c_seg_fixed_array_len++; in vm_compressor_init()2325 if (c_seg->c_nextslot < c_seg_fixed_array_len) { in c_seg_alloc_nextslot()2329 if ((c_seg->c_nextslot - c_seg_fixed_array_len) >= c_seg->c_slot_var_array_len) { in c_seg_alloc_nextslot()
4949 c_seg_fixed_array_len = kern.globals.c_seg_fixed_array_len4950 if c_indx < c_seg_fixed_array_len:4953 cs = GetObjectAtIndexFromArray(c_seg.c_slot_var_array, c_indx - c_seg_fixed_array_len)
4544 extern int c_seg_fixed_array_len;4661 …pressor_segment_slots_fixed_array_len, CTLFLAG_RD | CTLFLAG_LOCKED, &c_seg_fixed_array_len, 0, "");