Home
last modified time | relevance | path

Searched refs:NA_SYNCF_MONITOR (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1041 error = kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_zcopy_parent_sync()
1124 error = kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_zcopy_parent_sync()
1338 return kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_parent_txsync()
1350 error = kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_parent_rxsync()
/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dnexus_adapter.h300 #define NA_SYNCF_MONITOR 0x1 macro
/xnu-11417.140.69/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c1065 if (__probable(n != 0 && m != 0 && (flags & NA_SYNCF_MONITOR) == 0)) { in nx_upipe_na_rxsync()