Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dmutex.h43 #define UNLOCK_FUNCTION(...) __attribute__((unlock_function(__VA_ARGS__))) macro
61 #define UNLOCK_FUNCTION(...) macro
91 void mutex_unlock(struct mutex *mtx) UNLOCK_FUNCTION(*mtx);
Dannotate.h341 void annotation__unlock(struct annotation *notes) UNLOCK_FUNCTION(*notes);
/linux-6.12.1/tools/perf/
Dbuiltin-sched.c686 UNLOCK_FUNCTION(sched->start_work_mutex) in destroy_tasks()
687 UNLOCK_FUNCTION(sched->work_done_wait_mutex) in destroy_tasks()