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

/linux-master/drivers/block/drbd/
H A Ddrbd_req.c989 enum drbd_on_congestion on_congestion; local
993 on_congestion = nc ? nc->on_congestion : OC_BLOCK;
995 if (on_congestion == OC_BLOCK ||
999 if (on_congestion == OC_PULL_AHEAD && device->state.conn == C_AHEAD)
1024 if (on_congestion == OC_PULL_AHEAD)
1026 else /*nc->on_congestion == OC_DISCONNECT */
H A Ddrbd_nl.c2266 if (new_net_conf->on_congestion != OC_BLOCK && new_net_conf->wire_protocol != DRBD_PROT_A)
/linux-master/include/linux/
H A Ddrbd_genl.h167 __u32_field_def(21, DRBD_GENLA_F_MANDATORY, on_congestion, DRBD_ON_CONGESTION_DEF)

Completed in 114 milliseconds