Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/block/drbd/
Ddrbd_req.c992 enum drbd_on_congestion on_congestion; in maybe_pull_ahead() local
996 on_congestion = nc ? nc->on_congestion : OC_BLOCK; in maybe_pull_ahead()
998 if (on_congestion == OC_BLOCK || in maybe_pull_ahead()
1002 if (on_congestion == OC_PULL_AHEAD && device->state.conn == C_AHEAD) in maybe_pull_ahead()
1027 if (on_congestion == OC_PULL_AHEAD) in maybe_pull_ahead()
Ddrbd_nl.c2253 if (new_net_conf->on_congestion != OC_BLOCK && new_net_conf->wire_protocol != DRBD_PROT_A) in _check_net_options()
/linux-5.19.10/include/linux/
Ddrbd_genl.h167 __u32_field_def(21, DRBD_GENLA_F_MANDATORY, on_congestion, DRBD_ON_CONGESTION_DEF)