Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c817 kring->ckr_mon_notify = kring->ckr_na_notify; in nx_mon_add()
881 kring->ckr_na_notify = kring->ckr_mon_notify; in nx_mon_del()
882 kring->ckr_mon_notify = NULL; in nx_mon_del()
1392 kring->ckr_mon_notify(kring, p, (NA_NOTEF_MONITOR | flags)); in nx_mon_parent_notify()
/xnu-8792.41.9/bsd/skywalk/channel/
H A Dchannel_var.h514 int (*ckr_mon_notify)(struct __kern_channel_ring *kring, struct proc *, member