Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:The caller must hold the graph lock. May be called from RCU context.

Proto:static void __free_zapped_classes(struct pending_free *pf)

Type:void

Parameter:

TypeParameterName
struct pending_free *pf
4938  check_data_structures()
4940  list_for_each_entry - iterate over list of given type*@pos: the type * to use as a loop cursor.*@head: the head for your list.*@member: the name of the list_head within the struct.(class, & zapped, lock_entry)
4941  reinit_class(class)
4943  list_splice_init - join two lists and reinitialise the emptied list.*@list: the new list to add.*@head: the place to add it in the first list.* The list at @list is reinitialised
Caller
NameDescribe
free_zapped_rcu
lockdep_free_key_range_immFree all lockdep keys in the range [start, start+size). Does not sleep.* Ignores debug_locks. Must only be used by the lockdep selftests.
lockdep_reset_lock_immReset a lock. Does not sleep. Ignores debug_locks. Must only be used by the* lockdep selftests.