Searched refs:LCK_MCS_ID_SLOT_SHIFT (Results 1 – 1 of 1) sorted by relevance
224 #define LCK_MCS_ID_SLOT_SHIFT 14 macro233 return (uint16_t)(((slot + 1) << LCK_MCS_ID_SLOT_SHIFT) | cpu); in lck_mcs_id_make()251 return (mcs_id >> LCK_MCS_ID_SLOT_SHIFT) - 1; in lck_mcs_id_slot()