Searched refs:notify_next (Results 1 – 2 of 2) sorted by relevance
38 mp->notify_next = NULL; in pvr2_context_set_notify()41 mp->notify_prev->notify_next = mp; in pvr2_context_set_notify()50 if (mp->notify_next) { in pvr2_context_set_notify()51 mp->notify_next->notify_prev = mp->notify_prev; in pvr2_context_set_notify()56 mp->notify_prev->notify_next = mp->notify_next; in pvr2_context_set_notify()58 pvr2_context_notify_first = mp->notify_next; in pvr2_context_set_notify()
31 struct pvr2_context *notify_next; member
Completed in 5 milliseconds