Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c239 csi->csi_flags = 0; in csi_init()
244 atomic_bitset_32(&csi->csi_flags, CSI_MITIGATION); in csi_init()
262 if ((atomic_bitset_32_ov(&csi->csi_flags, CSI_DESTROYED) & in csi_destroy()
266 VERIFY(csi->csi_flags & CSI_DESTROYED); in csi_destroy()
267 if (csi->csi_flags & CSI_MITIGATION) { in csi_destroy()
282 atomic_bitclear_32(&csi->csi_flags, CSI_MITIGATION); in csi_destroy()
351 if ((csi->csi_flags & CSI_KNOTE) && !within_kevent) { in csi_selwakeup()
361 ASSERT(csi->csi_flags & CSI_MITIGATION); in csi_selwakeup_delayed()
379 !(csi->csi_flags & CSI_MITIGATION)) { in csi_selwakeup_common()
444 ASSERT(csi->csi_flags & CSI_MITIGATION); in csi_tcall_start()
[all …]
H A Dchannel_var.h70 uint32_t csi_flags; member