Searched refs:csi_flags (Results 1 – 2 of 2) sorted by relevance
229 csi->csi_flags = 0; in csi_init()234 os_atomic_or(&csi->csi_flags, CSI_MITIGATION, relaxed); in csi_init()252 if ((os_atomic_or_orig(&csi->csi_flags, CSI_DESTROYED, relaxed) & in csi_destroy()256 VERIFY(csi->csi_flags & CSI_DESTROYED); in csi_destroy()257 if (csi->csi_flags & CSI_MITIGATION) { in csi_destroy()272 os_atomic_andnot(&csi->csi_flags, CSI_MITIGATION, in csi_destroy()342 if ((csi->csi_flags & CSI_KNOTE) && !within_kevent) { in csi_selwakeup()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()[all …]
71 uint32_t csi_flags; member