Searched refs:dph_notify (Results 1 – 3 of 3) sorted by relevance
113 while ((dprn = dph->dph_notify) != NULL) { in dtrace_sleep()123 dph->dph_notify = dprn->dprn_next; in dtrace_sleep()
99 dt_proc_notify_t *dph_notify; /* list of pending proc notifications */ member
224 dprn->dprn_next = dph->dph_notify; in dt_proc_notify()225 dph->dph_notify = dprn; in dt_proc_notify()640 npp = &dph->dph_notify; in dt_proc_destroy()