Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/channel/
H A Dchannel.c228 csi->csi_flags = 0; in csi_init()
233 os_atomic_or(&csi->csi_flags, CSI_MITIGATION, relaxed); in csi_init()
251 if ((os_atomic_or_orig(&csi->csi_flags, CSI_DESTROYED, relaxed) & in csi_destroy()
255 VERIFY(csi->csi_flags & CSI_DESTROYED); in csi_destroy()
256 if (csi->csi_flags & CSI_MITIGATION) { in csi_destroy()
271 os_atomic_andnot(&csi->csi_flags, CSI_MITIGATION, in csi_destroy()
341 if ((csi->csi_flags & CSI_KNOTE) && !within_kevent) { in csi_selwakeup()
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()
[all …]
H A Dchannel_var.h70 uint32_t csi_flags; member