Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmutex.h43 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__((exclusive_lock_function(__VA_ARGS__))) macro
77 #define EXCLUSIVE_LOCK_FUNCTION(...) macro
109 void mutex_lock(struct mutex *mtx) EXCLUSIVE_LOCK_FUNCTION(*mtx);
H A Drwsem.h27 int down_write(struct rw_semaphore *sem) EXCLUSIVE_LOCK_FUNCTION(sem);
H A Dannotate.h355 void annotation__lock(struct annotation *notes) EXCLUSIVE_LOCK_FUNCTION(*notes);
/linux/tools/perf/
H A Dbuiltin-sched.c654 EXCLUSIVE_LOCK_FUNCTION(sched->start_work_mutex) in create_tasks()
655 EXCLUSIVE_LOCK_FUNCTION(sched->work_done_wait_mutex) in create_tasks()