Home
last modified time | relevance | path

Searched refs:RQ_COMPLETION_SUSP (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_req.c211 (s & RQ_COMPLETION_SUSP)) { in drbd_req_complete()
409 if (drbd_suspended(device) && !((s | clear) & RQ_COMPLETION_SUSP)) in mod_rq_state()
410 set |= RQ_COMPLETION_SUSP; in mod_rq_state()
451 if (!(s & RQ_COMPLETION_SUSP) && (set & RQ_COMPLETION_SUSP)) in mod_rq_state()
456 if ((s & RQ_COMPLETION_SUSP) && (clear & RQ_COMPLETION_SUSP)) in mod_rq_state()
735 RQ_NET_OK|RQ_NET_PENDING|RQ_COMPLETION_SUSP, in __req_mod()
794 mod_rq_state(req, m, RQ_COMPLETION_SUSP, 0); in __req_mod()
802 RQ_COMPLETION_SUSP|RQ_LOCAL_COMPLETE in __req_mod()
[all...]
H A Ddrbd_req.h249 #define RQ_COMPLETION_SUSP (1UL << __RQ_COMPLETION_SUSP) macro
H A Ddrbd_debugfs.c65 seq_print_rq_state_bit(m, s & RQ_COMPLETION_SUSP, &sep, "suspended"); in seq_print_request_state()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_req.c210 (s & RQ_COMPLETION_SUSP)) { in drbd_req_complete()
420 if (drbd_suspended(device) && !((s | clear) & RQ_COMPLETION_SUSP)) in mod_rq_state()
421 set |= RQ_COMPLETION_SUSP; in mod_rq_state()
462 if (!(s & RQ_COMPLETION_SUSP) && (set & RQ_COMPLETION_SUSP)) in mod_rq_state()
467 if ((s & RQ_COMPLETION_SUSP) && (clear & RQ_COMPLETION_SUSP)) in mod_rq_state()
747 RQ_NET_OK|RQ_NET_PENDING|RQ_COMPLETION_SUSP, in __req_mod()
807 mod_rq_state(req, m, RQ_COMPLETION_SUSP, 0); in __req_mod()
815 RQ_COMPLETION_SUSP|RQ_LOCAL_COMPLETE in __req_mod()
[all...]
H A Ddrbd_req.h249 #define RQ_COMPLETION_SUSP (1UL << __RQ_COMPLETION_SUSP) macro
H A Ddrbd_debugfs.c65 seq_print_rq_state_bit(m, s & RQ_COMPLETION_SUSP, &sep, "suspended"); in seq_print_request_state()

Completed in 13 milliseconds