Home
last modified time | relevance | path

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

/Linux-v5.4/security/tomoyo/
Dcommon.c2107 if (tomoyo_memory_quota[TOMOYO_MEMORY_QUERY] && in tomoyo_supervisor()
2108 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] + len in tomoyo_supervisor()
2109 >= tomoyo_memory_quota[TOMOYO_MEMORY_QUERY]) { in tomoyo_supervisor()
2114 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] += len; in tomoyo_supervisor()
2131 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] -= len; in tomoyo_supervisor()
2320 [TOMOYO_MEMORY_QUERY] = "query message:",
Dcommon.h260 TOMOYO_MEMORY_QUERY, enumerator