Lines Matching defs:list
24 #include <linux/list.h>
67 * from the list by a different CPU than the one freeing the event.
69 if (!list_empty(&event->list)) {
71 WARN_ON(!list_empty(&event->list));
90 struct list_head *list = &group->notification_list;
105 if (!list_empty(&group->overflow_event->list)) {
113 if (!list_empty(list) && merge) {
114 ret = merge(list, event);
123 list_add_tail(&event->list, list);
136 * We need to init list head for the case of overflow event so that
139 list_del_init(&event->list);
144 * Remove and return the first event from the notification list. It is the
156 struct fsnotify_event, list);
170 struct fsnotify_event, list);