Searched refs:y (Results 1 – 9 of 9) sorted by relevance
56 default y100 depends on CRYPTO_SHA1=y104 depends on CRYPTO_SHA256=y && !IMA_TEMPLATE108 depends on CRYPTO_SHA512=y && !IMA_TEMPLATE112 depends on CRYPTO_WP512=y && !IMA_TEMPLATE137 default y if IMA_WRITE_POLICY162 default y172 default y
5 default y48 default y57 default y
38 default y46 default y69 default y
99 u16 y; in tomoyo_convert_time() local108 for (y = 1970; ; y++) { in tomoyo_convert_time()109 const unsigned short days = (y & 3) ? 365 : 366; in tomoyo_convert_time()114 r = (y & 3) == 0; in tomoyo_convert_time()119 stamp->year = y; in tomoyo_convert_time()
69 default y251 bool "SELinux" if SECURITY_SELINUX=y254 bool "Simplified Mandatory Access Control" if SECURITY_SMACK=y257 bool "TOMOYO" if SECURITY_TOMOYO=y260 bool "AppArmor" if SECURITY_APPARMOR=y
64 default y77 default y
16 default y
161 static u64 mult_64x32_and_fold(u64 x, u32 y) in mult_64x32_and_fold() argument163 u64 hi = (u64)(u32)(x >> 32) * y; in mult_64x32_and_fold()164 u64 lo = (u64)(u32)(x) * y; in mult_64x32_and_fold()
24 def_bool y