Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Update RCU priority boot kthread affinity for CPU-hotplug changes.

Proto:static void rcutree_affinity_setting(unsigned int cpu, int outgoing)

Type:void

Parameter:

TypeParameterName
unsigned intcpu
intoutgoing
3095  rdp = per_cpu_ptr( & rcu_data, cpu)
3097  rcu_boost_kthread_setaffinity(This CPU's leaf of hierarchy , outgoing)
Caller
NameDescribe
rcutree_online_cpuNear the end of the CPU-online process. Pretty much all services* enabled, and the CPU is now very much alive.
rcutree_offline_cpuNear the beginning of the process. The CPU is still very much alive* with pretty much all services enabled.