Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dmutex.h52 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) \ macro
70 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) macro
101 bool mutex_trylock(struct mutex *mtx) EXCLUSIVE_TRYLOCK_FUNCTION(true, *mtx);
H A Dannotate.h355 bool annotation__trylock(struct annotation *notes) EXCLUSIVE_TRYLOCK_FUNCTION(true, *notes);
H A Ddso.h823 EXCLUSIVE_TRYLOCK_FUNCTION(true, _dso__data_open_lock);