Home
last modified time | relevance | path

Searched refs:CSI_MITIGATION (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel.c234 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()
H A Dchannel_var.h80 #define CSI_MITIGATION 0x10 /* has mitigation */ macro