Searched refs:dph_notify (Results 1 – 3 of 3) sorted by relevance
95 while ((dprn = dph->dph_notify) != NULL) { in dtrace_sleep()105 dph->dph_notify = dprn->dprn_next; in dtrace_sleep()
93 dt_proc_notify_t *dph_notify; /* list of pending proc notifications */ member
219 dprn->dprn_next = dph->dph_notify; in dt_proc_notify()220 dph->dph_notify = dprn; in dt_proc_notify()761 npp = &dph->dph_notify; in dt_proc_destroy()