Searched refs:EVENT_FILE_FL_FREED (Results 1 – 5 of 5) sorted by relevance
1001 if (file->flags & EVENT_FILE_FL_FREED) in event_file_put()1008 if (WARN_ON_ONCE(!(file->flags & EVENT_FILE_FL_FREED))) in event_file_put()1020 file->flags |= EVENT_FILE_FL_FREED; in remove_event_file_dir()1745 if (file->flags & EVENT_FILE_FL_FREED) in event_filter_write()
1665 if (!file || file->flags & EVENT_FILE_FL_FREED) in event_file_file()
2352 if (file->flags & EVENT_FILE_FL_FREED) in apply_event_filter()
4877 if (file->flags & EVENT_FILE_FL_FREED) { in tracing_open_file_tr()
654 EVENT_FILE_FL_FREED = (1 << EVENT_FILE_FL_FREED_BIT), enumerator
Completed in 56 milliseconds