Searched refs:C_SV_CSEG_ID (Results 1 – 2 of 2) sorted by relevance
224 #define C_SV_CSEG_ID ((1 << 21) - 1) macro226 #define C_SV_CSEG_ID ((1 << 22) - 1) macro4947 slot_ptr->s_cseg = C_SV_CSEG_ID; in c_compress_page()5635 if (slot_ptr->s_cseg == C_SV_CSEG_ID) { in vm_compressor_get()5699 if (slot_ptr->s_cseg == C_SV_CSEG_ID) { in vm_compressor_free()5775 if (src_slot->s_cseg == C_SV_CSEG_ID || !vm_compressor_is_slot_compressed(src_slot_p)) { in vm_compressor_transfer()5885 if (src_slot->s_cseg == C_SV_CSEG_ID) { in vm_compressor_relocate()6123 if (slot_ptr->s_cseg == C_SV_CSEG_ID) { in vm_compressor_inject_error()
4889 C_SV_CSEG_ID = ((1 << 22) - 1) variable4899 if slot.s_cseg == C_SV_CSEG_ID: