Lines Matching refs:q_push
295 static void q_push(struct queue *q, struct entry *e) in q_push() function
496 q_push(q, de); in q_requeue()
499 q_push(q, de); in q_requeue()
505 q_push(q, e); in q_requeue()
886 q_push(q, sentinel); in __update_writeback_sentinels()
899 q_push(q, sentinel); in __update_demote_sentinels()
926 q_push(&mq->dirty, sentinel); in __sentinels_init()
930 q_push(&mq->clean, sentinel); in __sentinels_init()
958 q_push(&mq->dirty, e); in push_queue()
960 q_push(&mq->clean, e); in push_queue()
1332 q_push(&mq->hotspot, e); in update_hotspot_queue()