Lines Matching defs:clean
57 * The clean and dirty queues share entries, so this object is separate
818 * consisting of a clean and dirty queue, containing the currently
824 struct queue clean;
860 * If this is set the policy will try and clean the whole cache
899 struct queue *q = &mq->clean;
936 q_push(&mq->clean, sentinel);
958 q_del(e->dirty ? &mq->dirty : &mq->clean, e);
966 q_push(&mq->clean, e);
982 q_push_front(&mq->clean, e);
1007 q_requeue(&mq->clean, e, 1u, NULL, NULL);
1116 q_redistribute(&mq->clean);
1140 * size of the clean queue.
1144 * We'd like to clean everything.
1212 e = q_peek(&mq->clean, mq->clean.nr_levels / 2, true);
1220 q_del(&mq->clean, e);
1228 q_push_front(&mq->clean, e);
1791 q_init(&mq->clean, &mq->es, NR_CACHE_LEVELS);