Lines Matching refs:q_push
296 static void q_push(struct queue *q, struct entry *e) in q_push() function
498 q_push(q, de); in q_requeue()
501 q_push(q, de); in q_requeue()
507 q_push(q, e); in q_requeue()
895 q_push(q, sentinel); in __update_writeback_sentinels()
908 q_push(q, sentinel); in __update_demote_sentinels()
935 q_push(&mq->dirty, sentinel); in __sentinels_init()
939 q_push(&mq->clean, sentinel); in __sentinels_init()
967 q_push(&mq->dirty, e); in push_queue()
969 q_push(&mq->clean, e); in push_queue()
1341 q_push(&mq->hotspot, e); in update_hotspot_queue()