Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dbfq-iosched.c769 if (bfqq == &bfqd->oom_bfqq) in bfq_pos_tree_add_move()
2991 if (!io_struct || unlikely(bfqq == &bfqd->oom_bfqq)) in bfq_setup_cooperator()
3001 likely(in_service_bfqq != &bfqd->oom_bfqq) && in bfq_setup_cooperator()
3018 if (new_bfqq && likely(new_bfqq != &bfqd->oom_bfqq) && in bfq_setup_cooperator()
5760 bfqq = &bfqd->oom_bfqq; in bfq_get_queue()
5785 if (bfqq != &bfqd->oom_bfqq && is_sync && !respawn) in bfq_get_queue()
6641 if (likely(bfqq && bfqq != &bfqd->oom_bfqq)) in bfq_get_bfqq_handle_split()
6820 if (likely(bfqq != &bfqd->oom_bfqq) && bfqq_process_refs(bfqq) == 1) { in bfq_init_rq()
7094 bfq_init_bfqq(bfqd, &bfqd->oom_bfqq, NULL, 1, 0); in bfq_init_queue()
7095 bfqd->oom_bfqq.ref++; in bfq_init_queue()
[all …]
Dbfq-iosched.h749 struct bfq_queue oom_bfqq; member
Dbfq-cgroup.c660 if (bfqq == &bfqd->oom_bfqq) in bfq_bfqq_move()