Lines Matching refs:tomoyo_profile
488 * Returns pointer to "struct tomoyo_profile" on success, NULL otherwise.
490 static struct tomoyo_profile *tomoyo_assign_profile
493 struct tomoyo_profile *ptr;
494 struct tomoyo_profile *entry;
527 * tomoyo_profile - Find a profile.
532 * Returns pointer to "struct tomoyo_profile".
534 struct tomoyo_profile *tomoyo_profile(const struct tomoyo_policy_namespace *ns,
537 static struct tomoyo_profile tomoyo_null_profile;
538 struct tomoyo_profile *ptr = ns->profile_ptr[profile];
590 * @profile: Pointer to "struct tomoyo_profile".
595 struct tomoyo_profile *profile)
679 struct tomoyo_profile *profile;
749 const struct tomoyo_profile *profile;