Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/locking/
H A Dmutex-debug.c101 void mutex_destroy(struct mutex *lock) in mutex_destroy() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dmutex.h105 static inline void mutex_destroy(struct mutex *lock) {} in mutex_destroy() function