Home
last modified time | relevance | path

Searched refs:mutex_lock_nested (Results 1 – 6 of 6) sorted by relevance

/kernel/locking/
Drtmutex_api.c526 void __sched mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested() function
530 EXPORT_SYMBOL_GPL(mutex_lock_nested);
Dmutex.c824 mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested() function
829 EXPORT_SYMBOL_GPL(mutex_lock_nested);
/kernel/
Dacct.c267 mutex_lock_nested(&acct->lock, 1); /* nobody has seen it yet */ in acct_on()
/kernel/events/
Dhw_breakpoint.c130 mutex_lock_nested(tsk_mtx, SINGLE_DEPTH_NESTING); in bp_constraints_lock()
Dcore.c1302 mutex_lock_nested(&ctx->mutex, nesting); in perf_event_ctx_lock_nested()
5116 mutex_lock_nested(&owner->perf_event_mutex, SINGLE_DEPTH_NESTING); in perf_remove_from_owner()
12071 mutex_lock_nested(b, SINGLE_DEPTH_NESTING); in mutex_lock_double()
/kernel/power/
Dhibernate.c948 mutex_lock_nested(&system_transition_mutex, SINGLE_DEPTH_NESTING); in software_resume()