TOMOYO_MEMORY_AUDIT  391 security/tomoyo/audit.c 	if (tomoyo_memory_quota[TOMOYO_MEMORY_AUDIT] &&
TOMOYO_MEMORY_AUDIT  392 security/tomoyo/audit.c 	    tomoyo_memory_used[TOMOYO_MEMORY_AUDIT] + entry->size >=
TOMOYO_MEMORY_AUDIT  393 security/tomoyo/audit.c 	    tomoyo_memory_quota[TOMOYO_MEMORY_AUDIT]) {
TOMOYO_MEMORY_AUDIT  396 security/tomoyo/audit.c 		tomoyo_memory_used[TOMOYO_MEMORY_AUDIT] += entry->size;
TOMOYO_MEMORY_AUDIT  452 security/tomoyo/audit.c 		tomoyo_memory_used[TOMOYO_MEMORY_AUDIT] -= ptr->size;
TOMOYO_MEMORY_AUDIT 2321 security/tomoyo/common.c 	[TOMOYO_MEMORY_AUDIT]  = "audit log:",