函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:pr_cont_pool_info

函数原型:static void pr_cont_pool_info(struct worker_pool *pool)

返回类型:void

参数:

类型参数名称
struct worker_pool *pool
4642  打印标准信息(" cpus=%*pbl", nr_cpumask_bits, @cpumask: allowed CPUs)
4643  如果I: the associated node ID 不等于NUMA_NO_NODE打印标准信息(" node=%d", I: the associated node ID )
4645  打印标准信息(" flags=0x%x nice=%d", X: flags , @nice: nice level)
调用者
名称描述
show_pwq
show_workqueue_stateshow_workqueue_state - dump workqueue state* Called from a sysrq handler or try_to_freeze_tasks() and prints out* all busy workqueues and pools.