Lines Matching refs:tmp
248 struct tomoyo_acl_info *tmp; in tomoyo_del_domain() local
254 list_for_each_entry_safe(acl, tmp, &domain->acl_info_list, list) { in tomoyo_del_domain()
477 struct tomoyo_acl_head *tmp; in tomoyo_collect_member() local
478 list_for_each_entry_safe(member, tmp, member_list, list) { in tomoyo_collect_member()
496 struct tomoyo_acl_info *tmp; in tomoyo_collect_acl() local
497 list_for_each_entry_safe(acl, tmp, list, list) { in tomoyo_collect_acl()
518 struct tomoyo_domain_info *tmp; in tomoyo_collect_entry() local
519 list_for_each_entry_safe(domain, tmp, &tomoyo_domain_list, in tomoyo_collect_entry()
535 struct tomoyo_shared_acl_head *tmp; in tomoyo_collect_entry() local
536 list_for_each_entry_safe(ptr, tmp, &tomoyo_condition_list, in tomoyo_collect_entry()
548 struct tomoyo_group *tmp; in tomoyo_collect_entry() local
560 list_for_each_entry_safe(group, tmp, list, head.list) { in tomoyo_collect_entry()
575 struct tomoyo_shared_acl_head *tmp; in tomoyo_collect_entry() local
576 list_for_each_entry_safe(ptr, tmp, list, list) { in tomoyo_collect_entry()
602 struct tomoyo_io_buffer *tmp; in tomoyo_gc_thread() local
605 list_for_each_entry_safe(head, tmp, &tomoyo_io_buffer_list, in tomoyo_gc_thread()