Searched refs:CSI_MITIGATION (Results 1 – 2 of 2) sorted by relevance
234 os_atomic_or(&csi->csi_flags, CSI_MITIGATION, relaxed); in csi_init()257 if (csi->csi_flags & CSI_MITIGATION) { in csi_destroy()272 os_atomic_andnot(&csi->csi_flags, CSI_MITIGATION, in csi_destroy()352 ASSERT(csi->csi_flags & CSI_MITIGATION); in csi_selwakeup_delayed()370 !(csi->csi_flags & CSI_MITIGATION)) { in csi_selwakeup_common()435 ASSERT(csi->csi_flags & CSI_MITIGATION); in csi_tcall_start()479 ASSERT(csi->csi_flags & CSI_MITIGATION); in csi_tcall_update_interval()
80 #define CSI_MITIGATION 0x10 /* has mitigation */ macro