Home
last modified time | relevance | path

Searched refs:TOMOYO_MEMORY_POLICY (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/security/tomoyo/
Dmemory.c50 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] += s; in tomoyo_memory_ok()
51 if (!tomoyo_memory_quota[TOMOYO_MEMORY_POLICY] || in tomoyo_memory_ok()
52 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] <= in tomoyo_memory_ok()
53 tomoyo_memory_quota[TOMOYO_MEMORY_POLICY]) in tomoyo_memory_ok()
55 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] -= s; in tomoyo_memory_ok()
Dgc.c22 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] -= ksize(ptr); in tomoyo_memory_free()
Dcommon.h254 TOMOYO_MEMORY_POLICY, enumerator
Dcommon.c2251 [TOMOYO_MEMORY_POLICY] = "policy:",