Searched refs:csi_slots_len (Results 1 – 4 of 4) sorted by relevance
90 …T_QUIET; T_ASSERT_LE(offset + cseg->csi_slots_len * sizeof(struct c_slot_info), sz, "unexpected of…91 offset += cseg->csi_slots_len * sizeof(struct c_slot_info);
68 uint16_t csi_slots_len; /* count of csi_slots */ member
6521 csi->csi_slots_len = (uint16_t)nslots; in vm_compressor_serialize_segment_debug_info()
1122 …T_QUIET; T_ASSERT_LE(offset + cseg->csi_slots_len * sizeof(struct c_slot_info), sz, "unexpected of… in get_mte_size_from_csegs()1123 for (int i = 0; i < cseg->csi_slots_len; ++i) { in get_mte_size_from_csegs()1142 offset += cseg->csi_slots_len * sizeof(struct c_slot_info); in get_mte_size_from_csegs()1297 for (int si = 0; si < cseg->csi_slots_len; ++si) {