Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\debug.c Create Date:2022-07-28 09:44:08
Last Modify:2020-03-17 13:39:02 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:sched_debug_next

Proto:static void *sched_debug_next(struct seq_file *file, void *data, loff_t *offset)

Type:void

Parameter:

TypeParameterName
struct seq_file *file
void *data
loff_t *offset
790  offset++
791  Return This itererator needs some explanation.* It returns 1 for the header position.* This means 2 is CPU 0.* In a hotplugged system some CPUs, including CPU 0, may be missing so we have* to use cpumask_* to iterate over the CPUs.