函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\cgroup\cpuset.c Create Date:2022-07-27 12:20:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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.

函数原型:static int cpuset_track_online_nodes(struct notifier_block *self, unsigned long action, void *arg)

返回类型:int

参数:

类型参数名称
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  返回:Suits me