Home
last modified time | relevance | path

Searched refs:on_congestion (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_req.c978 enum drbd_on_congestion on_congestion; in maybe_pull_ahead() local
982 on_congestion = nc ? nc->on_congestion : OC_BLOCK; in maybe_pull_ahead()
984 if (on_congestion == OC_BLOCK || in maybe_pull_ahead()
988 if (on_congestion == OC_PULL_AHEAD && device->state.conn == C_AHEAD) in maybe_pull_ahead()
1013 if (on_congestion == OC_PULL_AHEAD) in maybe_pull_ahead()
1015 else /*nc->on_congestion == OC_DISCONNECT */ in maybe_pull_ahead()
H A Ddrbd_nl.c2331 if (new_net_conf->on_congestion != OC_BLOCK && new_net_conf->wire_protocol != DRBD_PROT_A) in _check_net_options()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_req.c989 enum drbd_on_congestion on_congestion; in maybe_pull_ahead() local
993 on_congestion = nc ? nc->on_congestion : OC_BLOCK; in maybe_pull_ahead()
995 if (on_congestion == OC_BLOCK || in maybe_pull_ahead()
999 if (on_congestion == OC_PULL_AHEAD && device->state.conn == C_AHEAD) in maybe_pull_ahead()
1024 if (on_congestion == OC_PULL_AHEAD) in maybe_pull_ahead()
1026 else /*nc->on_congestion == OC_DISCONNECT */ in maybe_pull_ahead()
H A Ddrbd_nl.c2275 if (new_net_conf->on_congestion != OC_BLOCK && new_net_conf->wire_protocol != DRBD_PROT_A) in _check_net_options()

Completed in 15 milliseconds