Symbol: ww_mutex_lock
drivers/gpu/drm/drm_modeset_lock.c
316
ret = ww_mutex_lock(&lock->mutex, &ctx->ww_ctx);
drivers/gpu/drm/drm_modeset_lock.c
400
ww_mutex_lock(&lock->mutex, NULL);
drivers/regulator/core.c
177
ret = ww_mutex_lock(&rdev->mutex, ww_ctx);
include/linux/dma-resv.h
345
return ww_mutex_lock(&obj->lock, ctx);
include/linux/ww_mutex.h
320
ret = ww_mutex_lock(lock, ctx);
kernel/locking/locktorture.c
650
err = ww_mutex_lock(ll->lock, ctx);
kernel/locking/mutex.c
1147
EXPORT_SYMBOL(ww_mutex_lock);
kernel/locking/mutex.c
908
EXPORT_SYMBOL_GPL(ww_mutex_lock);
kernel/locking/test-ww_mutex.c
135
ret = ww_mutex_lock(&mutex, &ctx);
kernel/locking/test-ww_mutex.c
162
ret = ww_mutex_lock(&mutex, &ctx);
kernel/locking/test-ww_mutex.c
198
ww_mutex_lock(&abba->b_mutex, &ctx);
kernel/locking/test-ww_mutex.c
207
err = ww_mutex_lock(&abba->a_mutex, &ctx);
kernel/locking/test-ww_mutex.c
211
err = ww_mutex_lock(&abba->b_mutex, &ctx);
kernel/locking/test-ww_mutex.c
241
ww_mutex_lock(&abba.a_mutex, &ctx);
kernel/locking/test-ww_mutex.c
250
err = ww_mutex_lock(&abba.b_mutex, &ctx);
kernel/locking/test-ww_mutex.c
254
err = ww_mutex_lock(&abba.a_mutex, &ctx);
kernel/locking/test-ww_mutex.c
299
ww_mutex_lock(&cycle->a_mutex, &ctx);
kernel/locking/test-ww_mutex.c
304
err = ww_mutex_lock(cycle->b_mutex, &ctx);
kernel/locking/test-ww_mutex.c
309
erra = ww_mutex_lock(&cycle->a_mutex, &ctx);
kernel/locking/test-ww_mutex.c
459
err = ww_mutex_lock(&locks[order[n]], &ctx);
kernel/locking/test-ww_mutex.c
52
ww_mutex_lock(&mtx->mutex, NULL);
kernel/locking/test-ww_mutex.c
523
err = ww_mutex_lock(ll->lock, &ctx);
kernel/locking/test-ww_mutex.c
562
err = ww_mutex_lock(lock, NULL);
kernel/locking/test-ww_mutex.c
78
ww_mutex_lock(&mtx.mutex, (flags & TEST_MTX_CTX) ? &ctx : NULL);
kernel/locking/ww_rt_mutex.c
83
EXPORT_SYMBOL(ww_mutex_lock);
lib/locking-selftest.c
266
#define WWL(x, c) ww_mutex_lock(x, c)
lib/locking-selftest.c
268
#define WWL1(x) ww_mutex_lock(x, NULL)
lib/test_context-analysis.c
547
if (!ww_mutex_lock(&d->mtx, NULL)) {
lib/test_context-analysis.c
575
if (!ww_mutex_lock(&d->mtx, &ctx)) {