Home
last modified time | relevance | path

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

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