Home
last modified time | relevance | path

Searched refs:EVENT_FILE_FL_FREED (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_events.c1140 if (file->flags & EVENT_FILE_FL_FREED) in event_file_put()
1147 if (WARN_ON_ONCE(!(file->flags & EVENT_FILE_FL_FREED))) in event_file_put()
1159 file->flags |= EVENT_FILE_FL_FREED; in remove_event_file_dir()
1882 if (file->flags & EVENT_FILE_FL_FREED) in event_filter_write()
H A Dtrace.h1576 if (!file || file->flags & EVENT_FILE_FL_FREED) in event_file_file()
H A Dtrace_events_filter.c2352 if (file->flags & EVENT_FILE_FL_FREED) in apply_event_filter()
H A Dtrace.c4872 if (file->flags & EVENT_FILE_FL_FREED) { in tracing_open_file_tr()
/openbmc/linux/include/linux/
H A Dtrace_events.h652 EVENT_FILE_FL_FREED = (1 << EVENT_FILE_FL_FREED_BIT), enumerator