Searched refs:csi_flags (Results 1 – 2 of 2) sorted by relevance
230 csi->csi_flags = 0; in csi_init()235 atomic_bitset_32(&csi->csi_flags, CSI_MITIGATION); in csi_init()253 if ((atomic_bitset_32_ov(&csi->csi_flags, CSI_DESTROYED) & in csi_destroy()257 VERIFY(csi->csi_flags & CSI_DESTROYED); in csi_destroy()258 if (csi->csi_flags & CSI_MITIGATION) { in csi_destroy()273 atomic_bitclear_32(&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 …]
70 uint32_t csi_flags; member