]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - include/net/sock.h
[SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).
authorPavel Emelyanov <xemul@openvz.org>
Fri, 28 Mar 2008 23:38:17 +0000 (16:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Mar 2008 23:38:17 +0000 (16:38 -0700)
commit13ff3d6fa4e6d8b6ee7c64245a0078e6a0e6f977
treec52580ac89aff1b4eabbd94e6cb73af15e91051f
parentbc578a54f0fd489d0722303f9a52508495ccaf9a
[SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).

The inuse counters are going to become a per-cpu array.  Introduce an
index for this array on the struct proto.

To handle the case of proto register-unregister-register loop the
bitmap is used. All its bits manipulations are protected with
proto_list_lock and a sanity check for the bitmap being exhausted is
also added.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
net/core/sock.c