Searched refs:notify_next (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c38 mp->notify_next = NULL;
41 mp->notify_prev->notify_next = mp;
50 if (mp->notify_next) {
51 mp->notify_next->notify_prev = mp->notify_prev;
56 mp->notify_prev->notify_next = mp->notify_next;
58 pvr2_context_notify_first = mp->notify_next;
H A Dpvrusb2-context.h31 struct pvr2_context *notify_next; member in struct:pvr2_context
/linux-master/fs/kernfs/
H A Dfile.c906 kernfs_notify_list = kn->attr.notify_next;
907 kn->attr.notify_next = NULL;
982 if (!kn->attr.notify_next) {
984 kn->attr.notify_next = kernfs_notify_list;
/linux-master/include/linux/
H A Dkernfs.h178 struct kernfs_node *notify_next; /* for kernfs_notify() */ member in struct:kernfs_elem_attr

Completed in 208 milliseconds