Searched defs:bfqg (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/block/ | 
| D | bfq-cgroup.c | 138 static void bfqg_stats_set_start_group_wait_time(struct bfq_group *bfqg,  in bfqg_stats_set_start_group_wait_time() 166 void bfqg_stats_update_dequeue(struct bfq_group *bfqg)  in bfqg_stats_update_dequeue() 171 void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg)  in bfqg_stats_set_start_empty_time() 190 void bfqg_stats_update_idle_time(struct bfq_group *bfqg)  in bfqg_stats_update_idle_time() 204 void bfqg_stats_set_start_idle_time(struct bfq_group *bfqg)  in bfqg_stats_set_start_idle_time() 212 void bfqg_stats_update_avg_queue_size(struct bfq_group *bfqg)  in bfqg_stats_update_avg_queue_size() 222 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq,  in bfqg_stats_update_io_add() 231 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, unsigned int op)  in bfqg_stats_update_io_remove() 236 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, unsigned int op)  in bfqg_stats_update_io_merged() 241 void bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns,  in bfqg_stats_update_completion() [all …] 
 | 
| D | bfq-wf2q.c | 165 	struct bfq_group *bfqg;  in bfq_update_parent_budget()  local 209 	struct bfq_group *bfqg;  in bfq_no_longer_next_in_service()  local 482 	struct bfq_group *bfqg = NULL;  in bfq_active_insert()  local 584 	struct bfq_group *bfqg = NULL;  in bfq_active_extract()  local 734 		struct bfq_group *bfqg;  in __bfq_entity_update_weight_prio()  local 1010 		struct bfq_group *bfqg =  in __bfq_activate_entity()  local
  | 
| D | bfq-iosched.c | 2364 			     struct bfq_group *bfqg)  in bfq_end_wr_async_queues() 4762 		struct bfq_group *bfqg = bfqq_group(bfqq);  in bfq_update_dispatch_stats()  local 4814 	struct bfq_group *bfqg = bfqq_group(bfqq);  in bfq_put_queue()  local 5096 					       struct bfq_group *bfqg,  in bfq_async_queue_prio() 5122 	struct bfq_group *bfqg;  in bfq_get_queue()  local 6286 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg)  in bfq_put_async_queues()
  | 
| D | bfq-iosched.h | 1072 #define bfq_log_bfqg(bfqd, bfqg, fmt, args...)	do {			\  argument 1086 #define bfq_log_bfqg(bfqd, bfqg, fmt, args...)		do {} while (0)  argument
  |