Searched refs:q_init (Results 1 – 1 of 1) sorted by relevance
254 static void q_init(struct queue *q, struct entry_space *es, unsigned nr_levels) in q_init() function1670 q_init(&mq->hotspot, &mq->es, NR_HOTSPOT_LEVELS); in smq_create()1675 q_init(&mq->clean, &mq->es, NR_CACHE_LEVELS); in smq_create()1676 q_init(&mq->dirty, &mq->es, NR_CACHE_LEVELS); in smq_create()