Searched refs:ww_mutex_lock_slow (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/kernel/locking/ |
D | test-ww_mutex.c | 206 ww_mutex_lock_slow(&abba->a_mutex, &ctx); in test_abba_work() 248 ww_mutex_lock_slow(&abba.b_mutex, &ctx); in test_abba() 302 ww_mutex_lock_slow(cycle->b_mutex, &ctx); in test_cycle_work() 455 ww_mutex_lock_slow(&locks[order[contended]], &ctx); in stress_inorder_work() 519 ww_mutex_lock_slow(ll->lock, &ctx); in stress_reorder_work()
|
D | locktorture.c | 434 ww_mutex_lock_slow(ll->lock, ctx); in torture_ww_mutex_lock()
|
/Linux-v6.1/Documentation/locking/ |
D | ww-mutex-design.rst | 90 - 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-v6.1/include/linux/ |
D | dma-resv.h | 389 ww_mutex_lock_slow(&obj->lock, ctx); in dma_resv_lock_slow()
|
D | ww_mutex.h | 293 ww_mutex_lock_slow(struct ww_mutex *lock, struct ww_acquire_ctx *ctx) in ww_mutex_lock_slow() function
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_modeset_lock.c | 311 ww_mutex_lock_slow(&lock->mutex, &ctx->ww_ctx); in modeset_lock()
|
/Linux-v6.1/lib/ |
D | locking-selftest.c | 1898 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-v6.1/drivers/regulator/ |
D | core.c | 334 ww_mutex_lock_slow(&new_contended_rdev->mutex, ww_ctx); in regulator_lock_dependent() 6034 ww_mutex_lock_slow(&new_contended_rdev->mutex, ww_ctx); in regulator_summary_lock()
|