Lines Matching defs:clean
58 * The clean and dirty queues share entries, so this object is separate
821 * consisting of a clean and dirty queue, containing the currently
827 struct queue clean;
863 * If this is set the policy will try and clean the whole cache
902 struct queue *q = &mq->clean;
939 q_push(&mq->clean, sentinel);
961 q_del(e->dirty ? &mq->dirty : &mq->clean, e);
969 q_push(&mq->clean, e);
985 q_push_front(&mq->clean, e);
1010 q_requeue(&mq->clean, e, 1u, NULL, NULL);
1121 q_redistribute(&mq->clean);
1145 * size of the clean queue.
1149 * We'd like to clean everything.
1217 e = q_peek(&mq->clean, mq->clean.nr_levels / 2, true);
1225 q_del(&mq->clean, e);
1233 q_push_front(&mq->clean, e);
1797 q_init(&mq->clean, &mq->es, NR_CACHE_LEVELS);