Searched refs:act_idx (Results 1 – 4 of 4) sorted by relevance
| /linux/block/ |
| H A D | bfq-iosched.c | 580 unsigned int act_idx, int limit) in bfqq_request_over_limit() argument 595 bfqq = bic_to_bfqq(bic, op_is_sync(opf), act_idx); in bfqq_request_over_limit() 672 unsigned int act_idx, int limit) in bfqq_request_over_limit() argument 697 unsigned int limit, act_idx; in bfq_limit_depth() local 705 for (act_idx = 0; bic && act_idx < bfqd->num_actuators; act_idx++) { in bfq_limit_depth() 707 if (!bic_to_bfqq(bic, op_is_sync(opf), act_idx)) in bfq_limit_depth() 716 if (bfqq_request_over_limit(bfqd, bic, opf, act_idx, limit)) { in bfq_limit_depth() 1837 unsigned int act_idx = bfq_actuator_index(bfqd, rq->bio); in bfq_bfqq_handle_idle_busy_switch() local 1839 bfqq->bic || RQ_BIC(rq)->bfqq_data[act_idx].stably_merged; in bfq_bfqq_handle_idle_busy_switch() 4890 unsigned int act_idx = bfqq->actuator_idx; in bfq_select_queue() local [all …]
|
| H A D | bfq-cgroup.c | 707 unsigned int act_idx) in bfq_sync_bfqq_move() argument 738 bic_set_bfqq(bic, NULL, true, act_idx); in bfq_sync_bfqq_move() 757 unsigned int act_idx; in __bfq_bic_change_cgroup() local 759 for (act_idx = 0; act_idx < bfqd->num_actuators; act_idx++) { in __bfq_bic_change_cgroup() 760 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, false, act_idx); in __bfq_bic_change_cgroup() 761 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, true, act_idx); in __bfq_bic_change_cgroup() 765 bic_set_bfqq(bic, NULL, false, act_idx); in __bfq_bic_change_cgroup() 770 bfq_sync_bfqq_move(bfqd, sync_bfqq, bic, bfqg, act_idx); in __bfq_bic_change_cgroup()
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api.c | 1535 int sw_idx, ent_idx = 0, act_idx = 0; in vcap_read_rule() local 1551 VCAP_SEL_ACTION, act_idx, in vcap_read_rule() 1558 act_idx += ri->actionset_sw_regs; in vcap_read_rule() 1567 int sw_idx, ent_idx = 0, act_idx = 0; in vcap_write_rule() local 1580 VCAP_SEL_ACTION, act_idx, in vcap_write_rule() 1585 act_idx += ri->actionset_sw_regs; in vcap_write_rule()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_tc.c | 184 struct flow_action_entry *act, int act_idx, u8 *eth_addr, in bnxt_tc_parse_pedit() argument
|