Searched refs:q_push (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/md/ |
D | dm-cache-policy-smq.c | 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() [all …]
|