Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\smp.h Create Date:2022-07-28 05:37:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:smp_send_reschedule

Proto:static inline void smp_send_reschedule(int cpu)

Type:void

Parameter:

TypeParameterName
intcpu

NULL

Caller
NameDescribe
apf_task_wake_one
resched_currsched_curr - mark rq's current task 'to be rescheduled now'.* On UP this means the setting of the need_resched flag, on SMP it* might also involve a cross-CPU call to trigger the scheduler on* the target CPU.