函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\deadline.c Create Date:2022-07-27 10:40:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:init_dl_inactive_task_timer

函数原型:void init_dl_inactive_task_timer(struct sched_dl_entity *dl_se)

返回类型:void

参数:

类型参数名称
struct sched_dl_entity *dl_se
1326  timer等于* Inactive timer, responsible for decreasing the active utilization * at the "0-lag time". When a -deadline task blocks, it contributes * to GRUB's active utilization until the "0-lag time", hence a * timer is needed to decrease the active utilization at t
1328  Initialize timers:
1329  function等于inactive_task_timer
调用者
名称描述
__sched_forkPerform scheduler related setup for a newly forked process p.* p is forked by current.* __sched_fork() is basic setup used by init_idle() too: