Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\locking-selftest.c Create Date:2022-07-28 06:53:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ww_test_edeadlk_no_unlock

Proto:static void ww_test_edeadlk_no_unlock(void)

Type:void

Parameter:Nothing

1528  mutex_lock( & base)
1529  ctx = t2
1530  mutex_release( & dep_map, _THIS_IP_)
1532  WWAI( & t)
1533  t2 = t
1534  stamp--
1536  ret = WWL( & o, & t)
1537  WARN_ON(ret)
1539  ret = WWL( & o2, & t)
1540  WARN_ON(ret != - EDEADLK)
1542  ctx = NULL
1543  mutex_acquire( & dep_map, 0, 1, _THIS_IP_)
1544  mutex_unlock( & base)
1546  WWL( & o2, & t)