Searched refs:ckr_mon_sync (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/bsd/skywalk/nexus/monitor/ |
| H A D | nx_monitor.c | 810 kring->ckr_mon_sync = kring->ckr_na_sync; in nx_mon_add() 874 kring->ckr_na_sync = kring->ckr_mon_sync; in nx_mon_del() 875 kring->ckr_mon_sync = NULL; in nx_mon_del() 1041 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-11215.1.10/bsd/skywalk/channel/ |
| H A D | channel_var.h | 491 int (*ckr_mon_sync)(struct __kern_channel_ring *kring, struct proc *, member
|