Searched refs:ckr_mon_sync (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/monitor/ |
| H A D | nx_monitor.c | 815 kring->ckr_mon_sync = kring->ckr_na_sync; in nx_mon_add() 879 kring->ckr_na_sync = kring->ckr_mon_sync; in nx_mon_del() 880 kring->ckr_mon_sync = NULL; in nx_mon_del() 1046 error = kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_zcopy_parent_sync() 1129 error = kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_zcopy_parent_sync() 1343 return kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_parent_txsync() 1355 error = kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_parent_rxsync()
|
| /xnu-8019.80.24/bsd/skywalk/channel/ |
| H A D | channel_var.h | 512 int (*ckr_mon_sync)(struct __kern_channel_ring *kring, struct proc *, member
|