Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\core.c Create Date:2022-07-28 09:37:12
Last Modify:2022-05-22 13:40:38 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:rr_task - return the current task for a given CPU.*@cpu: the processor in question.* ONLY VALID WHEN THE WHOLE SYSTEM IS STOPPED!* Return: The current task for @cpu.

Proto:struct task_struct *curr_task(int cpu)

Type:struct task_struct

Parameter:

TypeParameterName
intcpu
6898  Return cpu_curr(cpu)
Caller
NameDescribe
kdb_curr_task