Searched refs:oom_bfqq (Results 1 – 2 of 2) sorted by relevance
658 if (bfqq == &bfqd->oom_bfqq) in bfq_pos_tree_add_move()2831 if (!io_struct || unlikely(bfqq == &bfqd->oom_bfqq)) in bfq_setup_cooperator()2841 likely(in_service_bfqq != &bfqd->oom_bfqq) && in bfq_setup_cooperator()2858 if (new_bfqq && likely(new_bfqq != &bfqd->oom_bfqq) && in bfq_setup_cooperator()5586 bfqq = &bfqd->oom_bfqq; in bfq_get_queue()5608 bfqq = &bfqd->oom_bfqq; in bfq_get_queue()5633 if (bfqq != &bfqd->oom_bfqq && is_sync && !respawn) in bfq_get_queue()6513 if (likely(bfqq && bfqq != &bfqd->oom_bfqq)) in bfq_get_bfqq_handle_split()6689 if (likely(bfqq != &bfqd->oom_bfqq) && bfqq_process_refs(bfqq) == 1) { in bfq_init_rq()6967 bfq_init_bfqq(bfqd, &bfqd->oom_bfqq, NULL, 1, 0); in bfq_init_queue()[all …]
750 struct bfq_queue oom_bfqq; member