Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:generic_bug_clear_once

Proto:void generic_bug_clear_once(void)

Type:void

Parameter:Nothing

222  _read_lock_sched() - mark the beginning of a RCU-sched critical section* This is equivalent of rcu_read_lock(), but disables preemption.* Read-side critical sections can also be introduced by anything else
223  list_for_each_entry_rcu - iterate over rcu 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.(mod, & Updates are protected by module mutex , bug_list)
224  clear_once_table(bug_table, bug_table + num_bugs)
226  _read_unlock_sched - marks the end of a RCU-classic critical section* See rcu_read_lock_sched for more information.
229  clear_once_table(__start___bug_table, __stop___bug_table)