Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dmutex.h37 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__((exclusive_lock_function(__VA_ARGS__))) macro
60 #define EXCLUSIVE_LOCK_FUNCTION(...) macro
90 void mutex_lock(struct mutex *mtx) EXCLUSIVE_LOCK_FUNCTION(*mtx);
/linux-6.3-rc2/tools/perf/
A Dbuiltin-sched.c663 EXCLUSIVE_LOCK_FUNCTION(sched->start_work_mutex) in create_tasks()
664 EXCLUSIVE_LOCK_FUNCTION(sched->work_done_wait_mutex) in create_tasks()

Completed in 12 milliseconds