Searched refs:free_event (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_cmdbuf.c30 wait_queue_head_t free_event; member in struct:etnaviv_cmdbuf_suballoc
45 init_waitqueue_head(&suballoc->free_event);
101 ret = wait_event_interruptible_timeout(suballoc->free_event,
133 wake_up_all(&suballoc->free_event);
/linux-master/tools/tracing/rtla/src/
H A Dtrace.c205 struct trace_events *free_event; local
208 free_event = tevent;
212 if (free_event->filter)
213 free(free_event->filter);
214 if (free_event->trigger)
215 free(free_event->trigger);
216 free(free_event->system);
217 free(free_event);
/linux-master/fs/notify/
H A Dgroup.c91 group->ops->free_event(group, group->overflow_event);
H A Dnotification.c67 group->ops->free_event(group, event);
/linux-master/fs/notify/inotify/
H A Dinotify_fsnotify.c206 .free_event = inotify_free_event,
/linux-master/drivers/ptp/
H A Dptp_chardev.c586 goto free_event;
589 free_event:
/linux-master/include/linux/
H A Dfsnotify_backend.h165 void (*free_event)(struct fsnotify_group *group, struct fsnotify_event *event); member in struct:fsnotify_ops
/linux-master/fs/notify/fanotify/
H A Dfanotify.c1061 .free_event = fanotify_free_event,
/linux-master/kernel/events/
H A Dcore.c5252 static void free_event(struct perf_event *event) function
5335 * If we got here through err_alloc: free_event(event); we will not
5421 free_event(child);
6380 * This event is en-route to free_event() which will
6414 * get cleaned up by free_event() -- they'll also still have their
12799 free_event(event);
12909 free_event(event);
13087 free_event(event);
13212 free_event(event);
13343 free_event(child_even
[all...]

Completed in 279 milliseconds