Searched defs:tomoyo_task (Results 1 – 1 of 1) sorted by relevance
920 struct tomoyo_task { struct921 struct tomoyo_domain_info *domain_info;922 struct tomoyo_domain_info *old_domain_info;1219 static inline struct tomoyo_task *tomoyo_task(struct task_struct *task) in tomoyo_task() function