Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\tiny.c Create Date:2022-07-28 10:29:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Record an rcu quiescent state.

Proto:void rcu_qs(void)

Type:void

Parameter:Nothing

52  local_irq_save(flags)
53  If ->next pointer of last "done" CB. != ->next pointer of last CB. Then
54  ->next pointer of last "done" CB. = ->next pointer of last CB.
55  This function must run with irqs disabled!
57  local_irq_restore(flags)
Caller
NameDescribe
rcu_sched_clock_irqCheck to see if the scheduling-clock interrupt came from an extended* quiescent state, and, if so, tell RCU about it. This function must* be called from hardirq context. It is normally called from the* scheduling-clock interrupt.
rcu_softirq_qs