Function report |
Source Code:kernel\sched\fair.c |
Create Date:2022-07-28 09:38:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:We calculate the wall-time slice from the period by taking a part* proportional to the weight.* s = p*P[w/rw]
Proto:static u64 sched_slice(struct cfs_rq *cfs_rq, struct sched_entity *se)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
struct cfs_rq * | cfs_rq | |
struct sched_entity * | se |
710 | Return slice |
Name | Describe |
---|---|
sched_vslice | We calculate the vruntime slice of a to-be-inserted task.* vs = s/w |
check_preempt_tick | Preempt the current task with a newly woken task if needed: |
get_rr_interval_fair |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |