Lines Matching refs:tomoyo_profile
480 * Returns pointer to "struct tomoyo_profile" on success, NULL otherwise.
482 static struct tomoyo_profile *tomoyo_assign_profile
485 struct tomoyo_profile *ptr;
486 struct tomoyo_profile *entry;
519 * tomoyo_profile - Find a profile.
524 * Returns pointer to "struct tomoyo_profile".
526 struct tomoyo_profile *tomoyo_profile(const struct tomoyo_policy_namespace *ns,
529 static struct tomoyo_profile tomoyo_null_profile;
530 struct tomoyo_profile *ptr = ns->profile_ptr[profile];
582 * @profile: Pointer to "struct tomoyo_profile".
587 struct tomoyo_profile *profile)
671 struct tomoyo_profile *profile;
741 const struct tomoyo_profile *profile;