Home
last modified time | relevance | path

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

/xnu-10002.1.13/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()
794 os_atomic_or(&csi->csi_flags, CSI_KNOTE, relaxed); in filt_chrwattach()
913 os_atomic_or(&csi->csi_flags, CSI_KNOTE, relaxed); in filt_che_attach()
950 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