Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Schedule an RCU callback if no RCU callback is pending. Must be called with* the graph lock held.

Proto:static void call_rcu_zapped(struct pending_free *pf)

Type:void

Parameter:

TypeParameterName
struct pending_free *pf
4917  WARN_ON_ONCE(inside_selftest())
4919  If list_empty - tests whether a list is empty*@head: the list to test. Then Return
4922  If scheduled Then Return
4925  scheduled = true
4927  WARN_ON_ONCE(pf + index != pf)
4928  index ^= 1
4930  Post an RCU callback to be invoked after the end of an RCU grace* period. But since we have but one CPU, that would be after any* quiescent state.
Caller
NameDescribe
free_zapped_rcu
lockdep_free_key_range_regUsed in module
lockdep_reset_lock_regRemove all information lockdep has about a lock if debug_locks == 1. Free* released data structures from RCU context.
lockdep_unregister_keyUnregister a dynamically allocated key.