Home
last modified time | relevance | path

Searched hist:"5263 a98f162f7a46e1292632c87f1e3444eb8fbf" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.cdiff 5263a98f162f7a46e1292632c87f1e3444eb8fbf Tue May 08 11:06:58 CDT 2018 Davidlohr Bueso <dave@stgolabs.net> net/ipv4: Update ip_tunnel_metadata_cnt static key to modern api

No changes in refcount semantics -- key init is false; replace

static_key_slow_inc|dec with static_branch_inc|dec
static_key_false with static_branch_unlikely

Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/include/net/
H A Dip_tunnels.hdiff 5263a98f162f7a46e1292632c87f1e3444eb8fbf Tue May 08 11:06:58 CDT 2018 Davidlohr Bueso <dave@stgolabs.net> net/ipv4: Update ip_tunnel_metadata_cnt static key to modern api

No changes in refcount semantics -- key init is false; replace

static_key_slow_inc|dec with static_branch_inc|dec
static_key_false with static_branch_unlikely

Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>