Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Remove all information lockdep has about a lock if debug_locks == 1. Free* released data structures from RCU context.

Proto:static void lockdep_reset_lock_reg(struct lockdep_map *lock)

Type:void

Parameter:

TypeParameterName
struct lockdep_map *lock
5123  raw_local_irq_save(flags)
5124  locked = graph_lock()
5125  If Not locked Then Go to out_irq
5128  pf = The caller must hold the graph lock.
5129  The caller must hold the graph lock. Does not sleep.
5130  Schedule an RCU callback if no RCU callback is pending. Must be called with* the graph lock held.
5132  graph_unlock()
5133  out_irq :
5134  raw_local_irq_restore(flags)
Caller
NameDescribe
lockdep_reset_lock