Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/channel/
H A Dchannel.c228 csi->csi_flags = 0; in csi_init()
233 atomic_bitset_32(&csi->csi_flags, CSI_MITIGATION); in csi_init()
251 if ((atomic_bitset_32_ov(&csi->csi_flags, CSI_DESTROYED) & in csi_destroy()
255 VERIFY(csi->csi_flags & CSI_DESTROYED); in csi_destroy()
256 if (csi->csi_flags & CSI_MITIGATION) { in csi_destroy()
271 atomic_bitclear_32(&csi->csi_flags, CSI_MITIGATION); in csi_destroy()
340 if ((csi->csi_flags & CSI_KNOTE) && !within_kevent) { in csi_selwakeup()
350 ASSERT(csi->csi_flags & CSI_MITIGATION); in csi_selwakeup_delayed()
368 !(csi->csi_flags & CSI_MITIGATION)) { in csi_selwakeup_common()
433 ASSERT(csi->csi_flags & CSI_MITIGATION); in csi_tcall_start()
[all …]
H A Dchannel_var.h70 uint32_t csi_flags; member