Home
last modified time | relevance | path

Searched defs:parent_sq (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/block/
Dblk-throttle.c76 struct throtl_service_queue *parent_sq; /* the parent service_queue */ member
642 throtl_rb_first(struct throtl_service_queue *parent_sq) in throtl_rb_first()
654 struct throtl_service_queue *parent_sq) in throtl_rb_erase()
661 static void update_min_dispatch_time(struct throtl_service_queue *parent_sq) in update_min_dispatch_time()
674 struct throtl_service_queue *parent_sq = tg->service_queue.parent_sq; in tg_service_queue_add() local
1149 struct throtl_service_queue *parent_sq = sq->parent_sq; in tg_dispatch_one_bio() local
1221 static int throtl_select_dispatch(struct throtl_service_queue *parent_sq) in throtl_select_dispatch()
1277 struct throtl_service_queue *parent_sq; in throtl_pending_timer_fn() local
1851 struct throtl_service_queue *parent_sq; in tg_last_low_overflow_time() local
2225 struct throtl_service_queue *parent_sq; in blk_throtl_charge_bio_split() local
/kernel/linux/linux-6.6/block/
Dblk-throttle.c500 throtl_rb_first(struct throtl_service_queue *parent_sq) in throtl_rb_first()
512 struct throtl_service_queue *parent_sq) in throtl_rb_erase()
518 static void update_min_dispatch_time(struct throtl_service_queue *parent_sq) in update_min_dispatch_time()
531 struct throtl_service_queue *parent_sq = tg->service_queue.parent_sq; in tg_service_queue_add() local
567 struct throtl_service_queue *parent_sq = in throtl_dequeue_tg() local
1048 struct throtl_service_queue *parent_sq = sq->parent_sq; in tg_dispatch_one_bio() local
1121 static int throtl_select_dispatch(struct throtl_service_queue *parent_sq) in throtl_select_dispatch()
1176 struct throtl_service_queue *parent_sq; in throtl_pending_timer_fn() local
1778 struct throtl_service_queue *parent_sq; in tg_last_low_overflow_time() local
Dblk-throttle.h36 struct throtl_service_queue *parent_sq; /* the parent service_queue */ member