Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\ww_mutex.h Create Date:2022-07-28 06:49:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ww_mutex_lock_slow - slowpath acquiring of the w/w mutex*@lock: the mutex to be acquired*@ctx: w/w acquire context* Acquires a w/w mutex with the given context after a die case

Proto:static inline void ww_mutex_lock_slow(struct ww_mutex *lock, struct ww_acquire_ctx *ctx)

Type:void

Parameter:

TypeParameterName
struct ww_mutex *lock
struct ww_acquire_ctx *ctx
295  ret = ww_mutex_lock - acquire the w/w mutex*@lock: the mutex to be acquired*@ctx: w/w acquire context, or NULL to acquire only a single lock
Caller
NameDescribe
ww_test_edeadlk_normal_slow
ww_test_edeadlk_no_unlock_slow
ww_test_edeadlk_acquire_more_slow
ww_test_edeadlk_acquire_more_edeadlk_slow
ww_test_edeadlk_acquire_wrong_slow
ww_test_unneeded_slow
torture_ww_mutex_lock
test_abba_work
test_abba
test_cycle_work
stress_inorder_work
stress_reorder_work