Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/channel/
H A Dchannel.c341 if ((csi->csi_flags & CSI_KNOTE) && !within_kevent) { in csi_selwakeup()
517 os_atomic_andnot(&csi->csi_flags, CSI_KNOTE, relaxed); in filt_chrwdetach()
805 os_atomic_or(&csi->csi_flags, CSI_KNOTE, relaxed); in filt_chrwattach()
924 os_atomic_or(&csi->csi_flags, CSI_KNOTE, relaxed); in filt_che_attach()
961 os_atomic_andnot(&csi->csi_flags, CSI_KNOTE, relaxed); in filt_che_detach()
H A Dchannel_var.h78 #define CSI_KNOTE 0x1 /* kernel note attached */ macro