Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Return the number of callbacks queued on the specified CPU.* Handles both the nocbs and normal cases.

Proto:static long rcu_get_n_cbs_cpu(int cpu)

Type:long

Parameter:

TypeParameterName
intcpu
212  rdp = per_cpu_ptr( & rcu_data, cpu)
214  If Is the specified rcu_segcblist enabled, for example, not corresponding* to an offline CPU? Then Return Return number of callbacks in segmented callback list.
216  Return 0