kernel_optimize_test/security/tomoyo
Tetsuo Handa 0643d9175d tomoyo: use hwight16() in tomoyo_domain_quota_is_ok()
[ Upstream commit f702e1107601230eec707739038a89018ea3468d ]

hwight16() is much faster. While we are at it, no need to include
"perm =" part into data_race() macro, for perm is a local variable
that cannot be accessed by other threads.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-01-05 12:40:29 +01:00
..
policy
.gitignore
audit.c
common.c
common.h
condition.c
domain.c
environ.c
file.c
gc.c
group.c
Kconfig
load_policy.c
Makefile
memory.c
mount.c
network.c
realpath.c
securityfs_if.c
tomoyo.c
util.c