Home
last modified time | relevance | path

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

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