Searched defs:mutex_lock (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dmutex.h134 #define mutex_lock(lock) mutex_lock_nested(lock, 0) macro
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_pwrctrl.h76 struct mutex mutex_lock; member in struct:pwrctrl_priv
/linux-master/kernel/locking/
H A Drtmutex_api.c562 void __sched mutex_lock(struct mutex *lock) function
566 EXPORT_SYMBOL(mutex_lock); variable
H A Dmutex.c281 void __sched mutex_lock(struct mutex *lock) function
288 EXPORT_SYMBOL(mutex_lock); variable
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c281 static int mutex_lock(unsigned long *m) function
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c324 static __always_inline void mutex_lock(pthread_mutex_t *mtx) function
[all...]

Completed in 204 milliseconds