Home
last modified time | relevance | path

Searched refs:tomoyo_memory_quota (Results 1 – 4 of 4) sorted by relevance

/linux/security/tomoyo/
A Dmemory.c34 unsigned int tomoyo_memory_quota[TOMOYO_MAX_MEMORY_STAT]; variable
53 if (!tomoyo_memory_quota[TOMOYO_MEMORY_POLICY] || in tomoyo_memory_ok()
55 tomoyo_memory_quota[TOMOYO_MEMORY_POLICY]) in tomoyo_memory_ok()
A Daudit.c392 if (tomoyo_memory_quota[TOMOYO_MEMORY_AUDIT] && in tomoyo_write_log2()
394 tomoyo_memory_quota[TOMOYO_MEMORY_AUDIT]) { in tomoyo_write_log2()
A Dcommon.c2109 if (tomoyo_memory_quota[TOMOYO_MEMORY_QUERY] && in tomoyo_supervisor()
2111 >= tomoyo_memory_quota[TOMOYO_MEMORY_QUERY]) { in tomoyo_supervisor()
2377 used = tomoyo_memory_quota[i]; in tomoyo_read_stat()
2402 sscanf(data, "%u", &tomoyo_memory_quota[i]); in tomoyo_write_stat()
A Dcommon.h1098 extern unsigned int tomoyo_memory_quota[TOMOYO_MAX_MEMORY_STAT];

Completed in 14 milliseconds