Home
last modified time | relevance | path

Searched refs:oom_bfqq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/block/
H A Dbfq-iosched.c806 if (bfqq == &bfqd->oom_bfqq) in bfq_pos_tree_add_move()
2152 bfqd->last_completed_rq_bfqq == &bfqd->oom_bfqq || in bfq_check_waker()
2153 bfqq == &bfqd->oom_bfqq) in bfq_check_waker()
3017 if (!io_struct || unlikely(bfqq == &bfqd->oom_bfqq)) in bfq_setup_cooperator()
3027 likely(in_service_bfqq != &bfqd->oom_bfqq) && in bfq_setup_cooperator()
3044 if (new_bfqq && likely(new_bfqq != &bfqd->oom_bfqq) && in bfq_setup_cooperator()
5874 bfqq = &bfqd->oom_bfqq; in bfq_get_queue()
5899 if (bfqq != &bfqd->oom_bfqq && is_sync && !respawn) in bfq_get_queue()
6761 if (likely(bfqq && bfqq != &bfqd->oom_bfqq)) in bfq_get_bfqq_handle_split()
6942 if (unlikely(bfqq == &bfqd->oom_bfqq)) in bfq_init_rq()
[all …]
H A Dbfq-iosched.h796 struct bfq_queue oom_bfqq; member
H A Dbfq-cgroup.c653 if (bfqq == &bfqd->oom_bfqq) in bfq_bfqq_move()