Home
last modified time | relevance | path

Searched refs:tomoyo_memory_used (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dmemory.c32 unsigned int tomoyo_memory_used[TOMOYO_MAX_MEMORY_STAT]; variable
52 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] += s; in tomoyo_memory_ok()
54 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] <= in tomoyo_memory_ok()
57 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] -= s; in tomoyo_memory_ok()
H A Daudit.c392 tomoyo_memory_used[TOMOYO_MEMORY_AUDIT] + entry->size >= in tomoyo_write_log2()
396 tomoyo_memory_used[TOMOYO_MEMORY_AUDIT] += entry->size; in tomoyo_write_log2()
452 tomoyo_memory_used[TOMOYO_MEMORY_AUDIT] -= ptr->size; in tomoyo_read_log()
H A Dcommon.c2110 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] + len 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()
2372 unsigned int used = tomoyo_memory_used[i]; in tomoyo_read_stat()
H A Dgc.c23 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] -= ksize(ptr); in tomoyo_memory_free()
H A Dcommon.h1099 extern unsigned int tomoyo_memory_used[TOMOYO_MAX_MEMORY_STAT];
/kernel/linux/linux-6.6/security/tomoyo/
H A Dmemory.c32 unsigned int tomoyo_memory_used[TOMOYO_MAX_MEMORY_STAT]; variable
52 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] += s; in tomoyo_memory_ok()
54 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] <= in tomoyo_memory_ok()
57 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] -= s; in tomoyo_memory_ok()
H A Daudit.c393 tomoyo_memory_used[TOMOYO_MEMORY_AUDIT] + entry->size >= in tomoyo_write_log2()
397 tomoyo_memory_used[TOMOYO_MEMORY_AUDIT] += entry->size; in tomoyo_write_log2()
453 tomoyo_memory_used[TOMOYO_MEMORY_AUDIT] -= ptr->size; in tomoyo_read_log()
H A Dcommon.c2102 tomoyo_memory_used[TOMOYO_MEMORY_QUERY] + len 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()
2364 unsigned int used = tomoyo_memory_used[i]; in tomoyo_read_stat()
H A Dgc.c23 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] -= ksize(ptr); in tomoyo_memory_free()
H A Dcommon.h1096 extern unsigned int tomoyo_memory_used[TOMOYO_MAX_MEMORY_STAT];

Completed in 19 milliseconds