Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Keep top_cpuset.mems_allowed tracking node_states[N_MEMORY].* Call this routine anytime after node_states[N_MEMORY] changes.* See cpuset_update_active_cpus() for CPU hotplug handling.

Proto:static int cpuset_track_online_nodes(struct notifier_block *self, unsigned long action, void *arg)

Type:int

Parameter:

TypeParameterName
struct notifier_block *self
unsigned longaction
void *arg
3233  schedule_work - put work task in global workqueue*@work: job to be done* Returns %false if @work was already on the kernel-global workqueue and* %true otherwise
3234  Return Suits me