Searched refs:c_slot_var_array_len (Results 1 – 2 of 2) sorted by relevance
282 int c_slot_var_array_len; /* length of the allocated c_slot_var_array */ member
2147 if (c_seg->c_slot_var_array_len) { in c_seg_free_locked()2148 kfree_type(struct c_slot, c_seg->c_slot_var_array_len, in c_seg_free_locked()2330 if ((c_seg->c_nextslot - c_seg_fixed_array_len) >= c_seg->c_slot_var_array_len) { in c_seg_alloc_nextslot()2331 oldlen = c_seg->c_slot_var_array_len; in c_seg_alloc_nextslot()2349 c_seg->c_slot_var_array_len = newlen; in c_seg_alloc_nextslot()6534 csi->csi_slot_var_array_len = c_seg->c_slot_var_array_len; in vm_compressor_serialize_segment_debug_info()