Searched refs:q_init (Results 1 – 1 of 1) sorted by relevance
269 static void q_init(struct queue *q, struct entry_space *es, unsigned nr_levels) in q_init() function1782 q_init(&mq->hotspot, &mq->es, NR_HOTSPOT_LEVELS); in __smq_create()1787 q_init(&mq->clean, &mq->es, NR_CACHE_LEVELS); in __smq_create()1788 q_init(&mq->dirty, &mq->es, NR_CACHE_LEVELS); in __smq_create()