Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dsharded_mutex.h24 static inline struct mutex *sharded_mutex__get_mutex(struct sharded_mutex *sm, size_t hash) in sharded_mutex__get_mutex() function
Dannotate.c1325 return sharded_mutex__get_mutex(sharded_mutex, annotation__hash(notes)); in annotation__get_mutex()