Searched refs:used (Results 1 - 2 of 2) sorted by relevance

/security/
H A DKconfig29 model will be used.
36 This will build the securityfs filesystem. It is currently used by
38 not used by SELinux or SMACK.
84 initial state as well as data reset protection. This is used to
138 Select the security module that will be used by default if the
/security/tomoyo/
H A Dcommon.c2305 unsigned int used = tomoyo_memory_used[i]; local
2306 total += used;
2307 tomoyo_io_printf(head, "Memory used by %-22s %10u",
2308 tomoyo_memory_headers[i], used);
2309 used = tomoyo_memory_quota[i];
2310 if (used)
2311 tomoyo_io_printf(head, " (Quota: %10u)", used);
2314 tomoyo_io_printf(head, "Total memory used: %10u\n",
2330 if (tomoyo_str_starts(&data, "Memory used by "))
2436 * The obserber counter is used b
[all...]

Completed in 44 milliseconds