Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:hotplug_update_tasks

Proto:static void hotplug_update_tasks(struct cpuset *cs, struct cpumask *new_cpus, nodemask_t *new_mems, bool cpus_updated, bool mems_updated)

Type:void

Parameter:

TypeParameterName
struct cpuset *cs
struct cpumask *new_cpus
nodemask_t *new_mems
boolcpus_updated
boolmems_updated
2983  If pumask_empty - *srcp == 0*@srcp: the cpumask to that all cpus < nr_cpu_ids are clear. Then pumask_copy - *dstp = *srcp*@dstp: the result*@srcp: the input cpumask
2985  If nodes_empty( * new_mems) Then new_mems = effective_mems
2988  spin_lock_irq( & callback_lock)
2989  pumask_copy - *dstp = *srcp*@dstp: the result*@srcp: the input cpumask
2990  effective_mems = new_mems
2991  spin_unlock_irq( & callback_lock)
2993  If cpus_updated Then pdate_tasks_cpumask - Update the cpumasks of tasks in the cpuset.*@cs: the cpuset in which each task's cpus_allowed mask needs to be changed* Iterate through each task of @cs updating its cpus_allowed to the* effective cpuset's
2995  If mems_updated Then pdate_tasks_nodemask - Update the nodemasks of tasks in the cpuset.*@cs: the cpuset in which each task's mems_allowed mask needs to be changed* Iterate through each task of @cs updating its mems_allowed to the* effective cpuset's
Caller
NameDescribe
cpuset_hotplug_update_taskspuset_hotplug_update_tasks - update tasks in a cpuset for hotunplug*@cs: cpuset in interest*@tmp: the tmpmasks structure pointer* Compare @cs's cpu and mem masks against top_cpuset and if some have gone* offline, update @cs accordingly