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.c795 if (bfqq == &bfqd->oom_bfqq) in bfq_pos_tree_add_move()
2142 bfqq == &bfqd->oom_bfqq) in bfq_check_waker()
3012 likely(in_service_bfqq != &bfqd->oom_bfqq) && in bfq_setup_cooperator()
5863 bfqq = &bfqd->oom_bfqq; in bfq_get_queue()
6749 if (likely(bfqq && bfqq != &bfqd->oom_bfqq)) in bfq_get_bfqq_handle_split()
6897 if (unlikely(bfqq == &bfqd->oom_bfqq)) in bfq_init_rq()
7222 bfqd->oom_bfqq.ref++; in bfq_init_queue()
7225 bfqd->oom_bfqq.entity.new_weight = in bfq_init_queue()
7226 bfq_ioprio_to_weight(bfqd->oom_bfqq.new_ioprio); in bfq_init_queue()
7229 bfq_clear_bfqq_just_created(&bfqd->oom_bfqq); in bfq_init_queue()
[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()