Home
last modified time | relevance | path

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

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