Home
last modified time | relevance | path

Searched refs:tomoyo_memory_used (Results 1 – 5 of 5) sorted by relevance

/linux/security/tomoyo/
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()
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()
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()
A Dgc.c23 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] -= ksize(ptr); in tomoyo_memory_free()
A Dcommon.h1099 extern unsigned int tomoyo_memory_used[TOMOYO_MAX_MEMORY_STAT];

Completed in 15 milliseconds