Lines Matching refs:coldq
930 pageq_t *coldq = clockpro_queue(s, CLOCKPRO_COLDQ); in handhot_advance() local
932 pg = pageq_first(coldq); in handhot_advance()
935 pg = pageq_first(coldq); in handhot_advance()
941 KASSERT(clockpro_pagequeue(pg) == coldq); in handhot_advance()
942 pageq_remove(coldq, pg); in handhot_advance()
1026 pageq_t *coldq; in handcold_advance() local
1044 coldq = clockpro_queue(s, CLOCKPRO_COLDQ); in handcold_advance()
1045 pg = pageq_first(coldq); in handcold_advance()
1048 pg = pageq_first(coldq); in handcold_advance()
1061 coldq = clockpro_queue(s, CLOCKPRO_COLDQ); in handcold_advance()
1062 pg = pageq_first(coldq); in handcold_advance()
1072 pageq_remove(coldq, pg); in handcold_advance()