diff options
author | Waiman Long <Waiman.Long@hp.com> | 2013-07-23 21:38:41 (GMT) |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2014-03-12 12:25:43 (GMT) |
commit | 17d633ca63add6ccaa77e125ba1e8693635bc9f1 (patch) | |
tree | 437b9a0ccb6fa5caf226887ef116106f982974c0 /sound/pci/ac97/ac97_id.h | |
parent | 3b32517baa8fc344dd216ed0d57f1589a041746a (diff) | |
download | linux-fsl-qoriq-17d633ca63add6ccaa77e125ba1e8693635bc9f1.tar.xz |
SELinux: Increase ebitmap_node size for 64-bit configuration
commit a767f680e34bf14a36fefbbb6d85783eef99fd57 upstream.
Currently, the ebitmap_node structure has a fixed size of 32 bytes. On
a 32-bit system, the overhead is 8 bytes, leaving 24 bytes for being
used as bitmaps. The overhead ratio is 1/4.
On a 64-bit system, the overhead is 16 bytes. Therefore, only 16 bytes
are left for bitmap purpose and the overhead ratio is 1/2. With a
3.8.2 kernel, a boot-up operation will cause the ebitmap_get_bit()
function to be called about 9 million times. The average number of
ebitmap_node traversal is about 3.7.
This patch increases the size of the ebitmap_node structure to 64
bytes for 64-bit system to keep the overhead ratio at 1/4. This may
also improve performance a little bit by making node to node traversal
less frequent (< 2) as more bits are available in each node.
Signed-off-by: Waiman Long <Waiman.Long@hp.com>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Paul Moore <pmoore@redhat.com>
Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'sound/pci/ac97/ac97_id.h')
0 files changed, 0 insertions, 0 deletions