Home
last modified time | relevance | path

Searched refs:UNLOCK_FUNCTION (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dmutex.h49 #define UNLOCK_FUNCTION(...) __attribute__((unlock_function(__VA_ARGS__))) macro
69 #define UNLOCK_FUNCTION(...) macro
99 void mutex_unlock(struct mutex *mtx) UNLOCK_FUNCTION(*mtx);
H A Dannotate.h354 void annotation__unlock(struct annotation *notes) UNLOCK_FUNCTION(*notes);
H A Ddso.h824 void dso__data_put_fd(struct dso *dso) UNLOCK_FUNCTION(_dso__data_open_lock);
/linux-6.15/tools/perf/
H A Dbuiltin-sched.c684 UNLOCK_FUNCTION(sched->start_work_mutex) in destroy_tasks()
685 UNLOCK_FUNCTION(sched->work_done_wait_mutex) in destroy_tasks()