Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:pr_cont_pool_info

Proto:static void pr_cont_pool_info(struct worker_pool *pool)

Type:void

Parameter:

TypeParameterName
struct worker_pool *pool
4642  Like KERN_CONT, pr_cont() should only be used when continuing* a line with no newline ('\n') enclosed. Otherwise it defaults* back to KERN_DEFAULT.(" cpus=%*pbl", nr_cpumask_bits, @cpumask: allowed CPUs)
4643  If I: the associated node ID != NUMA_NO_NODE Then Like KERN_CONT, pr_cont() should only be used when continuing* a line with no newline ('\n') enclosed. Otherwise it defaults* back to KERN_DEFAULT.(" node=%d", I: the associated node ID )
4645  Like KERN_CONT, pr_cont() should only be used when continuing* a line with no newline ('\n') enclosed. Otherwise it defaults* back to KERN_DEFAULT.(" flags=0x%x nice=%d", X: flags , @nice: nice level)
Caller
NameDescribe
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.