Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/channel/
H A Dchannel.c230 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 …]
H A Dchannel_var.h70 uint32_t csi_flags; member