Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dtrace_events.h642 EVENT_FILE_FL_FREED = (1 << EVENT_FILE_FL_FREED_BIT), enumerator
/linux-6.15/kernel/trace/
H A Dtrace_events.c1264 if (file->flags & EVENT_FILE_FL_FREED) in event_file_put()
1271 if (WARN_ON_ONCE(!(file->flags & EVENT_FILE_FL_FREED))) in event_file_put()
1283 file->flags |= EVENT_FILE_FL_FREED; in remove_event_file_dir()
2143 if (file->flags & EVENT_FILE_FL_FREED) in event_filter_write()
H A Dtrace.h1708 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.c4724 if (file->flags & EVENT_FILE_FL_FREED) { in tracing_open_file_tr()