Searched defs:tomoyo_manager (Results 1 - 2 of 2) sorted by relevance

/security/tomoyo/
H A Dcommon.c818 * tomoyo_same_manager - Check for duplicated "struct tomoyo_manager" entry.
828 return container_of(a, struct tomoyo_manager, head)->manager ==
829 container_of(b, struct tomoyo_manager, head)->manager;
845 struct tomoyo_manager e = { };
898 struct tomoyo_manager *ptr =
911 * tomoyo_manager - Check whether the current process is a policy manager.
918 static bool tomoyo_manager(void) function
920 struct tomoyo_manager *ptr;
2648 if (!tomoyo_manager()) {
H A Dcommon.h861 struct tomoyo_manager { struct

Completed in 34 milliseconds