Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel.c233 os_atomic_or(&csi->csi_flags, CSI_MITIGATION, relaxed); in csi_init()
256 if (csi->csi_flags & CSI_MITIGATION) { in csi_destroy()
271 os_atomic_andnot(&csi->csi_flags, CSI_MITIGATION, in csi_destroy()
351 ASSERT(csi->csi_flags & CSI_MITIGATION); in csi_selwakeup_delayed()
369 !(csi->csi_flags & CSI_MITIGATION)) { in csi_selwakeup_common()
434 ASSERT(csi->csi_flags & CSI_MITIGATION); in csi_tcall_start()
478 ASSERT(csi->csi_flags & CSI_MITIGATION); in csi_tcall_update_interval()
H A Dchannel_var.h79 #define CSI_MITIGATION 0x10 /* has mitigation */ macro