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