Home
last modified time | relevance | path

Searched refs:TOMOYO_MEMORY_POLICY (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dmemory.c52 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] += s; in tomoyo_memory_ok()
53 if (!tomoyo_memory_quota[TOMOYO_MEMORY_POLICY] || in tomoyo_memory_ok()
54 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] <= in tomoyo_memory_ok()
55 tomoyo_memory_quota[TOMOYO_MEMORY_POLICY]) in tomoyo_memory_ok()
57 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] -= s; in tomoyo_memory_ok()
H A Dgc.c23 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] -= ksize(ptr); in tomoyo_memory_free()
H A Dcommon.h258 TOMOYO_MEMORY_POLICY, enumerator
H A Dcommon.c2320 [TOMOYO_MEMORY_POLICY] = "policy:",
/kernel/linux/linux-6.6/security/tomoyo/
H A Dmemory.c52 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] += s; in tomoyo_memory_ok()
53 if (!tomoyo_memory_quota[TOMOYO_MEMORY_POLICY] || in tomoyo_memory_ok()
54 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] <= in tomoyo_memory_ok()
55 tomoyo_memory_quota[TOMOYO_MEMORY_POLICY]) in tomoyo_memory_ok()
57 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] -= s; in tomoyo_memory_ok()
H A Dgc.c23 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] -= ksize(ptr); in tomoyo_memory_free()
H A Dcommon.h258 TOMOYO_MEMORY_POLICY, enumerator
H A Dcommon.c2312 [TOMOYO_MEMORY_POLICY] = "policy:",

Completed in 15 milliseconds