Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dmutex.h89 static inline void mutex_destroy(struct mutex *lock) {} in mutex_destroy() function
155 static inline void mutex_destroy(struct mutex *lock) { } in mutex_destroy() function
/Linux-v6.1/kernel/locking/
Dmutex-debug.c100 void mutex_destroy(struct mutex *lock) in mutex_destroy() function
/Linux-v6.1/tools/perf/util/
Dmutex.c47 void mutex_destroy(struct mutex *mtx) in mutex_destroy() function