Lines Matching refs:tmp
256 struct tomoyo_acl_info *tmp; in tomoyo_del_domain() local
263 list_for_each_entry_safe(acl, tmp, &domain->acl_info_list, list) { in tomoyo_del_domain()
489 struct tomoyo_acl_head *tmp; in tomoyo_collect_member() local
491 list_for_each_entry_safe(member, tmp, member_list, list) { in tomoyo_collect_member()
509 struct tomoyo_acl_info *tmp; in tomoyo_collect_acl() local
511 list_for_each_entry_safe(acl, tmp, list, list) { in tomoyo_collect_acl()
533 struct tomoyo_domain_info *tmp; in tomoyo_collect_entry() local
535 list_for_each_entry_safe(domain, tmp, &tomoyo_domain_list, in tomoyo_collect_entry()
551 struct tomoyo_shared_acl_head *tmp; in tomoyo_collect_entry() local
553 list_for_each_entry_safe(ptr, tmp, &tomoyo_condition_list, in tomoyo_collect_entry()
565 struct tomoyo_group *tmp; in tomoyo_collect_entry() local
578 list_for_each_entry_safe(group, tmp, list, head.list) { in tomoyo_collect_entry()
593 struct tomoyo_shared_acl_head *tmp; in tomoyo_collect_entry() local
595 list_for_each_entry_safe(ptr, tmp, list, list) { in tomoyo_collect_entry()
622 struct tomoyo_io_buffer *tmp; in tomoyo_gc_thread() local
625 list_for_each_entry_safe(head, tmp, &tomoyo_io_buffer_list, in tomoyo_gc_thread()