Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:balance_callback

Proto:static inline void balance_callback(struct rq *rq)

Type:void

Parameter:

TypeParameterName
struct rq *rq

NULL

Caller
NameDescribe
schedule_tailschedule_tail - first thing a freshly forked thread must call.*@prev: the thread we just switched away from.
__schedule__schedule() is the main scheduler function.* The main means of driving the scheduler and thus entering this function are:* 1. Explicit blocking: mutex, semaphore, waitqueue, etc.* 2. TIF_NEED_RESCHED flag is checked on interrupt and userspace return
__sched_setscheduler