Function report |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-28 17:54:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bfq_update_bfqq_wr_on_rq_arrival
Proto:static void bfq_update_bfqq_wr_on_rq_arrival(struct bfq_data *bfqd, struct bfq_queue *bfqq, unsigned int old_wr_coeff, bool wr_or_deserves_wr, bool interactive, bool in_burst, bool soft_rt)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bfq_data * | bfqd | |
struct bfq_queue * | bfqq | |
unsigned int | old_wr_coeff | |
bool | wr_or_deserves_wr | |
bool | interactive | |
bool | in_burst | |
bool | soft_rt |
1522 | If old_wr_coeff == 1 && wr_or_deserves_wr Then |
1524 | If interactive Then |
1525 | Cumulative service received from the @bfq_queue since its* last transition to weight-raised state. = 0 |
1528 | Else |
1540 | Value of wr start time when switching to soft rt = Return the farthest past time instant according to jiffies* macros. |
1560 | Else if old_wr_coeff > 1 Then |
1561 | If interactive Then |
1564 | Else if in_burst Then actor by which the weight of this queue is multiplied = 1 |
1566 | Else if soft_rt Then |
1601 | current maximum weight-raising time for this queue = Maximum weight-raising duration for soft real-time processes |
Name | Describe |
---|---|
bfq_bfqq_handle_idle_busy_switch |
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 |