Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ww_test_edeadlk_acquire_more_edeadlk

Proto:static void ww_test_edeadlk_acquire_more_edeadlk(void)

Type:void

Parameter:Nothing

1620  mutex_lock( & base)
1621  mutex_release( & dep_map, _THIS_IP_)
1622  ctx = t2
1624  mutex_lock( & base)
1625  mutex_release( & dep_map, _THIS_IP_)
1626  ctx = t2
1628  WWAI( & t)
1629  t2 = t
1630  stamp--
1632  ret = WWL( & o, & t)
1633  WARN_ON(ret)
1635  ret = WWL( & o2, & t)
1636  WARN_ON(ret != - EDEADLK)
1638  ret = WWL( & o3, & t)
1639  WARN_ON(ret != - EDEADLK)