Home
last modified time | relevance | path

Searched refs:TOMOYO_MEMORY_QUERY (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c2109 if (tomoyo_memory_quota[TOMOYO_MEMORY_QUERY] && in tomoyo_supervisor()
2110 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] + len in tomoyo_supervisor()
2111 >= tomoyo_memory_quota[TOMOYO_MEMORY_QUERY]) { in tomoyo_supervisor()
2116 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] += len; in tomoyo_supervisor()
2133 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] -= len; in tomoyo_supervisor()
2322 [TOMOYO_MEMORY_QUERY] = "query message:",
H A Dcommon.h260 TOMOYO_MEMORY_QUERY, enumerator
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.c2101 if (tomoyo_memory_quota[TOMOYO_MEMORY_QUERY] && in tomoyo_supervisor()
2102 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] + len in tomoyo_supervisor()
2103 >= tomoyo_memory_quota[TOMOYO_MEMORY_QUERY]) { in tomoyo_supervisor()
2108 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] += len; in tomoyo_supervisor()
2125 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] -= len; in tomoyo_supervisor()
2314 [TOMOYO_MEMORY_QUERY] = "query message:",
H A Dcommon.h260 TOMOYO_MEMORY_QUERY, enumerator

Completed in 11 milliseconds