Home
last modified time | relevance | path

Searched refs:RQ_UNPLUG (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_req.h247 #define RQ_UNPLUG (1UL << __RQ_UNPLUG) macro
H A Ddrbd_worker.c1461 bool do_send_unplug = req->rq_state & RQ_UNPLUG; in w_send_dblock()
1494 bool do_send_unplug = req->rq_state & RQ_UNPLUG; in w_send_read_req()
H A Ddrbd_req.c1285 req->rq_state |= RQ_UNPLUG; in drbd_unplug()