Searched refs:EXCLUSIVE_LOCKS_REQUIRED (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dmutex.h50 #define EXCLUSIVE_LOCKS_REQUIRED(...) __attribute__((exclusive_locks_required(__VA_ARGS__))) macro
63 #define EXCLUSIVE_LOCKS_REQUIRED(...) macro
104 void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx);
/linux-master/tools/perf/
H A Dbuiltin-top.c201 EXCLUSIVE_LOCKS_REQUIRED(he->hists->lock)
729 EXCLUSIVE_LOCKS_REQUIRED(iter->he->hists->lock)
H A Dbuiltin-sched.c697 EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex)
698 EXCLUSIVE_LOCKS_REQUIRED(sched->start_work_mutex)
750 EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex)
751 EXCLUSIVE_LOCKS_REQUIRED(sched->start_work_mutex)

Completed in 175 milliseconds