Home
last modified time | relevance | path

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

/kernel/locking/
Drtmutex_api.c532 void __sched mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested() function
536 EXPORT_SYMBOL_GPL(mutex_lock_nested);
Dmutex.c853 mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested() function
858 EXPORT_SYMBOL_GPL(mutex_lock_nested);
/kernel/
Dacct.c289 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.c1336 mutex_lock_nested(&ctx->mutex, nesting); in perf_event_ctx_lock_nested()
5469 mutex_lock_nested(&owner->perf_event_mutex, SINGLE_DEPTH_NESTING); in perf_remove_from_owner()
12645 mutex_lock_nested(b, SINGLE_DEPTH_NESTING); in mutex_lock_double()