notify_next 38 drivers/media/usb/pvrusb2/pvrusb2-context.c mp->notify_next = NULL; notify_next 41 drivers/media/usb/pvrusb2/pvrusb2-context.c mp->notify_prev->notify_next = mp; notify_next 50 drivers/media/usb/pvrusb2/pvrusb2-context.c if (mp->notify_next) { notify_next 51 drivers/media/usb/pvrusb2/pvrusb2-context.c mp->notify_next->notify_prev = mp->notify_prev; notify_next 56 drivers/media/usb/pvrusb2/pvrusb2-context.c mp->notify_prev->notify_next = mp->notify_next; notify_next 58 drivers/media/usb/pvrusb2/pvrusb2-context.c pvr2_context_notify_first = mp->notify_next; notify_next 31 drivers/media/usb/pvrusb2/pvrusb2-context.h struct pvr2_context *notify_next; notify_next 877 fs/kernfs/file.c kernfs_notify_list = kn->attr.notify_next; notify_next 878 fs/kernfs/file.c kn->attr.notify_next = NULL; notify_next 951 fs/kernfs/file.c if (!kn->attr.notify_next) { notify_next 953 fs/kernfs/file.c kn->attr.notify_next = kernfs_notify_list; notify_next 104 include/linux/kernfs.h struct kernfs_node *notify_next; /* for kernfs_notify() */