Home
last modified time | relevance | path

Searched defs:mutex_destroy (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dmutex.h92 static inline void mutex_destroy(struct mutex *lock) {} in mutex_destroy() function
158 static inline void mutex_destroy(struct mutex *lock) { } in mutex_destroy() function
/openbmc/linux/kernel/locking/
H A Dmutex-debug.c112 void mutex_destroy(struct mutex *lock) in mutex_destroy() function
/openbmc/linux/tools/perf/util/
H A Dmutex.c47 void mutex_destroy(struct mutex *mtx) in mutex_destroy() function