Searched refs:RQ_COMPLETION_SUSP (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_req.c | 234 (s & RQ_COMPLETION_SUSP)) { in drbd_req_complete() 424 if (drbd_suspended(device) && !((s | clear) & RQ_COMPLETION_SUSP)) in mod_rq_state() 425 set |= RQ_COMPLETION_SUSP; in mod_rq_state() 464 if (!(s & RQ_COMPLETION_SUSP) && (set & RQ_COMPLETION_SUSP)) in mod_rq_state() 469 if ((s & RQ_COMPLETION_SUSP) && (clear & RQ_COMPLETION_SUSP)) in mod_rq_state() 764 RQ_NET_OK|RQ_NET_PENDING|RQ_COMPLETION_SUSP, in __req_mod() 823 mod_rq_state(req, m, RQ_COMPLETION_SUSP, 0); in __req_mod() 831 RQ_COMPLETION_SUSP|RQ_LOCAL_COMPLETED, in __req_mod() 847 mod_rq_state(req, m, RQ_COMPLETION_SUSP, 0); in __req_mod() 860 mod_rq_state(req, m, RQ_COMPLETION_SUSP, RQ_NET_QUEUED|RQ_NET_PENDING); in __req_mod() [all …]
|
D | drbd_req.h | 250 #define RQ_COMPLETION_SUSP (1UL << __RQ_COMPLETION_SUSP) macro
|
D | drbd_debugfs.c | 64 seq_print_rq_state_bit(m, s & RQ_COMPLETION_SUSP, &sep, "suspended"); in seq_print_request_state()
|