Searched refs:c_segment_info (Results 1 – 4 of 4) sorted by relevance
86 …T_QUIET; T_ASSERT_LE(offset + sizeof(struct c_segment_info), sz, "unexpected offset for c_segment_…87 const struct c_segment_info* cseg = (const struct c_segment_info*)(buf + offset);88 offset += sizeof(struct c_segment_info);
52 struct c_segment_info { struct
6516 if (sizeof(struct c_segment_info) + (nslots * sizeof(struct c_slot_info)) > insize) { in vm_compressor_serialize_segment_debug_info()6520 struct c_segment_info* csi = (struct c_segment_info*)buf; in vm_compressor_serialize_segment_debug_info()6521 offset += sizeof(struct c_segment_info); in vm_compressor_serialize_segment_debug_info()
1117 …T_QUIET; T_ASSERT_LE(offset + sizeof(struct c_segment_info), sz, "unexpected offset for c_segment_… in get_mte_size_from_csegs()1118 const struct c_segment_info* cseg = (const struct c_segment_info*)(buf + offset); in get_mte_size_from_csegs()1119 offset += sizeof(struct c_segment_info); in get_mte_size_from_csegs()1292 …T_QUIET; T_ASSERT_LE(offset + sizeof(struct c_segment_info), sz, "unexpected offset for c_segment_…1293 const struct c_segment_info* cseg = (const struct c_segment_info*)(buf + offset);1295 offset += sizeof(struct c_segment_info);