Home
last modified time | relevance | path

Searched hist:b282705336e03fc7b9377a278939594870a40f96 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/core/
H A Drequest_sock.cdiff b282705336e03fc7b9377a278939594870a40f96 Sun Mar 22 12:22:21 CDT 2015 Eric Dumazet <edumazet@google.com> net: convert syn_wait_lock to a spinlock

This is a low hanging fruit, as we'll get rid of syn_wait_lock eventually.

We hold syn_wait_lock for such small sections, that it makes no sense to use
a read/write lock. A spin lock is simply faster.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/include/net/
H A Drequest_sock.hdiff b282705336e03fc7b9377a278939594870a40f96 Sun Mar 22 12:22:21 CDT 2015 Eric Dumazet <edumazet@google.com> net: convert syn_wait_lock to a spinlock

This is a low hanging fruit, as we'll get rid of syn_wait_lock eventually.

We hold syn_wait_lock for such small sections, that it makes no sense to use
a read/write lock. A spin lock is simply faster.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/ipv6/
H A Dinet6_connection_sock.cdiff b282705336e03fc7b9377a278939594870a40f96 Sun Mar 22 12:22:21 CDT 2015 Eric Dumazet <edumazet@google.com> net: convert syn_wait_lock to a spinlock

This is a low hanging fruit, as we'll get rid of syn_wait_lock eventually.

We hold syn_wait_lock for such small sections, that it makes no sense to use
a read/write lock. A spin lock is simply faster.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/ipv4/
H A Dinet_diag.cdiff b282705336e03fc7b9377a278939594870a40f96 Sun Mar 22 12:22:21 CDT 2015 Eric Dumazet <edumazet@google.com> net: convert syn_wait_lock to a spinlock

This is a low hanging fruit, as we'll get rid of syn_wait_lock eventually.

We hold syn_wait_lock for such small sections, that it makes no sense to use
a read/write lock. A spin lock is simply faster.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dinet_connection_sock.cdiff b282705336e03fc7b9377a278939594870a40f96 Sun Mar 22 12:22:21 CDT 2015 Eric Dumazet <edumazet@google.com> net: convert syn_wait_lock to a spinlock

This is a low hanging fruit, as we'll get rid of syn_wait_lock eventually.

We hold syn_wait_lock for such small sections, that it makes no sense to use
a read/write lock. A spin lock is simply faster.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dtcp_ipv4.cdiff b282705336e03fc7b9377a278939594870a40f96 Sun Mar 22 12:22:21 CDT 2015 Eric Dumazet <edumazet@google.com> net: convert syn_wait_lock to a spinlock

This is a low hanging fruit, as we'll get rid of syn_wait_lock eventually.

We hold syn_wait_lock for such small sections, that it makes no sense to use
a read/write lock. A spin lock is simply faster.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>