Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmutex.h55 #define UNLOCK_FUNCTION(...) __attribute__((unlock_function(__VA_ARGS__))) macro
79 #define UNLOCK_FUNCTION(...) macro
112 void mutex_unlock(struct mutex *mtx) UNLOCK_FUNCTION(*mtx);
H A Drwsem.h25 int up_read(struct rw_semaphore *sem) UNLOCK_FUNCTION(sem);
28 int up_write(struct rw_semaphore *sem) UNLOCK_FUNCTION(sem);
H A Dannotate.h368 void annotation__unlock(struct annotation *notes) UNLOCK_FUNCTION(*notes);
H A Ddso.h862 void dso__data_put_fd(struct dso *dso) UNLOCK_FUNCTION(_dso__data_open_lock);
/linux/tools/perf/
H A Dbuiltin-sched.c691 UNLOCK_FUNCTION(sched->start_work_mutex) in destroy_tasks()
692 UNLOCK_FUNCTION(sched->work_done_wait_mutex) in destroy_tasks()