函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Scheduling class tree data structure manipulation methods:

函数原型:static inline u64 max_vruntime(u64 max_vruntime, u64 vruntime)

返回类型:u64

参数:

类型参数名称
u64max_vruntime
u64vruntime
507  delta等于vruntimemax_vruntime
508  如果delta大于0则max_vruntime等于vruntime
511  返回:max_vruntime
调用者
名称描述
update_min_vruntime
place_entity