函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:_cpumasks - free cpumasks in a tmpmasks structure*@cs: the cpuset that have cpumasks to be free.*@tmp: the tmpmasks structure pointer

函数原型:static inline void free_cpumasks(struct cpuset *cs, struct tmpmasks *tmp)

返回类型:void

参数:

类型参数名称
struct cpuset *cs
struct tmpmasks *tmp
499  如果cs
500  释放CPU掩码
501  释放CPU掩码
502  释放CPU掩码
504  如果tmp
505  释放CPU掩码
506  释放CPU掩码
507  释放CPU掩码
调用者
名称描述
free_cpuset_cpuset - free the cpuset*@cs: the cpuset to be freed
update_prstatepdate_prstate - update partititon_root_state* Call with cpuset_mutex held.
cpuset_hotplug_workfnCPU / memory hotplug is handled asynchronously.