Searched refs:slot_ptr (Results 1 – 2 of 2) sorted by relevance
2209 c_slot_mapping_t slot_ptr; in c_seg_minor_compaction_and_unlock() local2271 slot_ptr = C_SLOT_UNPACK_PTR(c_dst); in c_seg_minor_compaction_and_unlock()2272 slot_ptr->s_cindx = c_indx; in c_seg_minor_compaction_and_unlock()2412 c_slot_mapping_t slot_ptr; in c_seg_coalesce() local2559 slot_ptr = C_SLOT_UNPACK_PTR(c_dst); in c_seg_coalesce()2561 slot_ptr->s_cseg = c_seg_dst->c_mysegno + 1; in c_seg_coalesce()2562 slot_ptr->s_cindx = dst_slot++; in c_seg_coalesce()4989 c_slot_mapping_t slot_ptr, in c_compress_page() argument5021 C_SLOT_ASSERT_PACKABLE(slot_ptr); in c_compress_page()5022 cs->c_packed_ptr = C_SLOT_PACK_PTR(slot_ptr); in c_compress_page()[all …]
4895 def vm_page_lookup_in_compressor(slot_ptr): argument4896 slot_ptr = Cast(slot_ptr, 'compressor_slot_t *')4897 slot_value = dereference(slot_ptr)4900 …print("compressor slot {: <#018x} -> {:#010x} cseg {:d} cindx {:d}".format(unsigned(slot_ptr), uns…4901 if slot_ptr == 0:4961 if unsigned(slot_ptr) != unsigned(c_slot_unpacked_ptr):4962 …sor slot {: <#018x} points back to {: <#018x} instead of itself".format(slot_ptr, c_slot_unpacked_…