Home
last modified time | relevance | path

Searched defs:mutex_unlock (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dmutex.c58 void mutex_unlock(struct mutex *mtx) in mutex_unlock() function
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c303 static int mutex_unlock(unsigned long *m) in mutex_unlock() function
/openbmc/linux/kernel/locking/
H A Drtmutex_api.c605 void __sched mutex_unlock(struct mutex *lock) in mutex_unlock() function
H A Dmutex.c537 void __sched mutex_unlock(struct mutex *lock) in mutex_unlock() function
/openbmc/u-boot/include/linux/
H A Dcompat.h246 #define mutex_unlock(...) macro
/openbmc/linux/tools/tracing/latency/
H A Dlatency-collector.c332 static __always_inline void mutex_unlock(pthread_mutex_t *mtx) in mutex_unlock() function