Home
last modified time | relevance | path

Searched refs:TOMOYO_MEMORY_QUERY (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/security/tomoyo/
Dcommon.c2044 if (tomoyo_memory_quota[TOMOYO_MEMORY_QUERY] && in tomoyo_supervisor()
2045 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] + len in tomoyo_supervisor()
2046 >= tomoyo_memory_quota[TOMOYO_MEMORY_QUERY]) { in tomoyo_supervisor()
2051 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] += len; in tomoyo_supervisor()
2069 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] -= len; in tomoyo_supervisor()
2253 [TOMOYO_MEMORY_QUERY] = "query message:",
Dcommon.h256 TOMOYO_MEMORY_QUERY, enumerator