Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\locking\lockdep.c Create Date:2022-07-28 09:50:19
Last Modify:2020-03-17 14:16:01 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:lock_repin_lock

Proto:void lock_repin_lock(struct lockdep_map *lock, struct pin_cookie cookie)

Type:void

Parameter:

TypeParameterName
struct lockdep_map *lock
struct pin_cookiecookie
4554  If Value for the false possibility is greater at compile time(lockdep_recursion) Then Return
4557  raw_local_irq_save(flags)
4558  Check whether we follow the irq-flags state precisely:
4560  lockdep_recursion = 1
4561  __lock_repin_lock(lock, cookie)
4562  lockdep_recursion = 0
4563  raw_local_irq_restore(flags)