Home
last modified time | relevance | path

Searched refs:debug_rt_mutex_unlock (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/kernel/
Drtmutex.h21 #define debug_rt_mutex_unlock(l) do { } while (0) macro
Drtmutex-debug.h19 extern void debug_rt_mutex_unlock(struct rt_mutex *lock);
Drtmutex-debug.c190 void debug_rt_mutex_unlock(struct rt_mutex *lock) in debug_rt_mutex_unlock() function
Drtmutex.c705 debug_rt_mutex_unlock(lock); in rt_mutex_slowunlock()