Searched refs:tomoyo_memory_quota (Results 1 – 4 of 4) sorted by relevance
34 unsigned int tomoyo_memory_quota[TOMOYO_MAX_MEMORY_STAT]; variable52 if (!tomoyo_memory_quota[TOMOYO_MEMORY_POLICY] || in tomoyo_memory_ok()54 tomoyo_memory_quota[TOMOYO_MEMORY_POLICY]) in tomoyo_memory_ok()
384 if (tomoyo_memory_quota[TOMOYO_MEMORY_AUDIT] && in tomoyo_write_log2()386 tomoyo_memory_quota[TOMOYO_MEMORY_AUDIT]) { in tomoyo_write_log2()
2045 if (tomoyo_memory_quota[TOMOYO_MEMORY_QUERY] && in tomoyo_supervisor()2047 >= tomoyo_memory_quota[TOMOYO_MEMORY_QUERY]) { in tomoyo_supervisor()2310 used = tomoyo_memory_quota[i]; in tomoyo_read_stat()2334 sscanf(data, "%u", &tomoyo_memory_quota[i]); in tomoyo_write_stat()
1086 extern unsigned int tomoyo_memory_quota[TOMOYO_MAX_MEMORY_STAT];