Searched hist:b282705336e03fc7b9377a278939594870a40f96 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/core/ |
H A D | request_sock.c | diff 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 D | request_sock.h | diff 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 D | inet6_connection_sock.c | diff 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 D | inet_diag.c | diff 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 D | inet_connection_sock.c | diff 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 D | tcp_ipv4.c | diff 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>
|