Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_req.c990 enum drbd_on_congestion on_congestion; in maybe_pull_ahead() local
994 on_congestion = nc ? nc->on_congestion : OC_BLOCK; in maybe_pull_ahead()
996 if (on_congestion == OC_BLOCK || in maybe_pull_ahead()
1000 if (on_congestion == OC_PULL_AHEAD && device->state.conn == C_AHEAD) in maybe_pull_ahead()
1025 if (on_congestion == OC_PULL_AHEAD) in maybe_pull_ahead()
H A Ddrbd_nl_gen.c1013 s->on_congestion = nla_get_u32(nla); in __net_conf_from_attrs()
2047 if (nla_put_u32(skb, DRBD_A_NET_CONF_ON_CONGESTION, s->on_congestion)) in net_conf_to_skb()
2595 x->on_congestion = DRBD_ON_CONGESTION_DEF; in set_net_conf_defaults()