Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sched_setscheduler_nocheck - change the scheduling policy and/or RT priority of a thread from kernelspace

Proto:int sched_setscheduler_nocheck(struct task_struct *p, int policy, const struct sched_param *param)

Type:int

Parameter:

TypeParameterName
struct task_struct *p
intpolicy
const struct sched_param *param
5094  Return _sched_setscheduler(p, policy, param, false)
Caller
NameDescribe
psi_trigger_create
setup_irq_thread
rcu_perf_writerRCU perf writer kthread. Repeatedly does a grace period.
rcu_spawn_gp_kthreadSpawn the kthreads that handle RCU's grace periods.