Searched refs:oom_bfqq (Results 1 – 2 of 2) sorted by relevance
618 if (bfqq == &bfqd->oom_bfqq) in bfq_pos_tree_add_move()2643 if (!io_struct || unlikely(bfqq == &bfqd->oom_bfqq)) in bfq_setup_cooperator()2653 likely(in_service_bfqq != &bfqd->oom_bfqq) && in bfq_setup_cooperator()2670 if (new_bfqq && likely(new_bfqq != &bfqd->oom_bfqq) && in bfq_setup_cooperator()5142 bfqq = &bfqd->oom_bfqq; in bfq_get_queue()5164 bfqq = &bfqd->oom_bfqq; in bfq_get_queue()6008 if (likely(bfqq && bfqq != &bfqd->oom_bfqq)) in bfq_get_bfqq_handle_split()6170 if (likely(bfqq != &bfqd->oom_bfqq) && bfqq_process_refs(bfqq) == 1) { in bfq_init_rq()6448 bfq_init_bfqq(bfqd, &bfqd->oom_bfqq, NULL, 1, 0); in bfq_init_queue()6449 bfqd->oom_bfqq.ref++; in bfq_init_queue()[all …]
724 struct bfq_queue oom_bfqq; member