Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
H A Dmemory.c37 * tomoyo_memory_ok - Check memory quota.
47 bool tomoyo_memory_ok(void *ptr) in tomoyo_memory_ok() function
78 if (tomoyo_memory_ok(ptr)) { in tomoyo_commit_ok()
174 if (tomoyo_memory_ok(ptr)) { in tomoyo_get_name()
H A Ddomain.c482 if (!ptr && tomoyo_memory_ok(entry)) { in tomoyo_assign_namespace()
H A Dcommon.h940 bool tomoyo_memory_ok(void *ptr);
H A Dcondition.c428 if (tomoyo_memory_ok(entry)) { in tomoyo_commit_condition()
H A Dcommon.c505 if (!ptr && tomoyo_memory_ok(entry)) { in tomoyo_assign_profile()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dmemory.c37 * tomoyo_memory_ok - Check memory quota.
47 bool tomoyo_memory_ok(void *ptr) in tomoyo_memory_ok() function
78 if (tomoyo_memory_ok(ptr)) { in tomoyo_commit_ok()
174 if (tomoyo_memory_ok(ptr)) { in tomoyo_get_name()
H A Ddomain.c480 if (!ptr && tomoyo_memory_ok(entry)) { in tomoyo_assign_namespace()
H A Dcondition.c428 if (tomoyo_memory_ok(entry)) { in tomoyo_commit_condition()
H A Dcommon.h940 bool tomoyo_memory_ok(void *ptr);
H A Dcommon.c497 if (!ptr && tomoyo_memory_ok(entry)) { in tomoyo_assign_profile()

Completed in 16 milliseconds