Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/channel/
H A Dchannel.c342 if ((csi->csi_flags & CSI_KNOTE) && !within_kevent) { in csi_selwakeup()
518 os_atomic_andnot(&csi->csi_flags, CSI_KNOTE, relaxed); in filt_chrwdetach()
806 os_atomic_or(&csi->csi_flags, CSI_KNOTE, relaxed); in filt_chrwattach()
925 os_atomic_or(&csi->csi_flags, CSI_KNOTE, relaxed); in filt_che_attach()
962 os_atomic_andnot(&csi->csi_flags, CSI_KNOTE, relaxed); in filt_che_detach()
H A Dchannel_var.h79 #define CSI_KNOTE 0x1 /* kernel note attached */ macro