Home
last modified time | relevance | path

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

/linux/security/tomoyo/
H A Dcommon.c2210 if (tomoyo_memory_quota[TOMOYO_MEMORY_QUERY] && in tomoyo_supervisor()
2211 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] + len in tomoyo_supervisor()
2212 >= tomoyo_memory_quota[TOMOYO_MEMORY_QUERY]) { in tomoyo_supervisor()
2217 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] += len; in tomoyo_supervisor()
2234 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] -= len; in tomoyo_supervisor()
2423 [TOMOYO_MEMORY_QUERY] = "query message:",
H A Dcommon.h260 TOMOYO_MEMORY_QUERY, enumerator