Home
last modified time | relevance | path

Searched refs:ww_mutex_lock_slow (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/locking/ !
H A Dtest-ww_mutex.c208 ww_mutex_lock_slow(&abba->a_mutex, &ctx); in test_abba_work()
250 ww_mutex_lock_slow(&abba.b_mutex, &ctx); in test_abba()
304 ww_mutex_lock_slow(cycle->b_mutex, &ctx); in test_cycle_work()
468 ww_mutex_lock_slow(&locks[order[contended]], &ctx); in stress_inorder_work()
531 ww_mutex_lock_slow(ll->lock, &ctx); in stress_reorder_work()
H A Dlocktorture.c662 ww_mutex_lock_slow(ll->lock, ctx); in torture_ww_mutex_lock()
/linux/Documentation/locking/ !
H A Dww-mutex-design.rst90 - ww_mutex_lock has a __must_check int return type, whereas ww_mutex_lock_slow
94 - When full debugging is enabled ww_mutex_lock_slow checks that all acquired
174 ww_mutex_lock_slow(&contended_entry->obj->lock, ctx);
207 ww_mutex_lock_slow(&entry->obj->lock, ctx);
308 ww_mutex_lock_slow(obj, ctx);
379 - Calling ww_mutex_lock_slow before -EDEADLK was returned.
/linux/include/linux/ !
H A Ddma-resv.h389 ww_mutex_lock_slow(&obj->lock, ctx); in dma_resv_lock_slow()
H A Dww_mutex.h307 ww_mutex_lock_slow(struct ww_mutex *lock, struct ww_acquire_ctx *ctx) in ww_mutex_lock_slow() function
/linux/lib/ !
H A Dlocking-selftest.c1898 ww_mutex_lock_slow(&o2, &t); in ww_test_edeadlk_normal_slow()
1948 ww_mutex_lock_slow(&o2, &t); in ww_test_edeadlk_no_unlock_slow()
1990 ww_mutex_lock_slow(&o3, &t); in ww_test_edeadlk_acquire_more_slow()
2041 ww_mutex_lock_slow(&o3, &t); in ww_test_edeadlk_acquire_more_edeadlk_slow()
2091 ww_mutex_lock_slow(&o3, &t); in ww_test_edeadlk_acquire_wrong_slow()
2117 ww_mutex_lock_slow(&o, &t); in ww_test_unneeded_slow()
/linux/drivers/regulator/ !
H A Dcore.c245 ww_mutex_lock_slow(&contended->mutex, ww_ctx); in regulator_lock_two()
403 ww_mutex_lock_slow(&new_contended_rdev->mutex, ww_ctx); in regulator_lock_dependent()
6400 ww_mutex_lock_slow(&new_contended_rdev->mutex, ww_ctx); in regulator_summary_lock()