Searched refs:ckr_mon_sync (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.140.41/bsd/skywalk/nexus/monitor/ |
| H A D | nx_monitor.c | 804 kring->ckr_mon_sync = kring->ckr_na_sync; in nx_mon_add() 868 kring->ckr_na_sync = kring->ckr_mon_sync; in nx_mon_del() 869 kring->ckr_mon_sync = NULL; in nx_mon_del() 1035 error = kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_zcopy_parent_sync() 1118 error = kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_zcopy_parent_sync() 1332 return kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_parent_txsync() 1344 error = kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_parent_rxsync()
|
| /xnu-8020.140.41/bsd/skywalk/channel/ |
| H A D | channel_var.h | 512 int (*ckr_mon_sync)(struct __kern_channel_ring *kring, struct proc *, member
|