Lines Matching refs:list
860 .list = &tomoyo_kernel_namespace.policy_list[TOMOYO_ID_MANAGER], in tomoyo_update_manager_entry()
909 list_entry(head->r.acl, typeof(*ptr), head.list); in tomoyo_read_manager()
946 list_for_each_entry_rcu(ptr, &tomoyo_kernel_namespace.policy_list[TOMOYO_ID_MANAGER], head.list, in tomoyo_manager()
1018 head->r.domain = &domain->list; in tomoyo_select_domain()
1091 list_for_each_entry_rcu(domain, &tomoyo_domain_list, list, in tomoyo_delete_domain()
1119 struct list_head *list, char *data, in tomoyo_write_domain2() argument
1124 .list = list, in tomoyo_write_domain2()
1590 struct list_head *list) in tomoyo_read_domain2() argument
1592 list_for_each_cookie(head->r.acl, list) { in tomoyo_read_domain2()
1594 list_entry(head->r.acl, typeof(*ptr), list); in tomoyo_read_domain2()
1616 list_entry(head->r.domain, typeof(*domain), list); in tomoyo_read_domain()
1793 struct list_head *list = &ns->group_list[idx]; in tomoyo_read_group() local
1795 list_for_each_cookie(head->r.group, list) { in tomoyo_read_group()
1797 list_entry(head->r.group, typeof(*group), head.list); in tomoyo_read_group()
1801 list_entry(head->r.acl, typeof(*ptr), list); in tomoyo_read_group()
1852 struct list_head *list = &ns->policy_list[idx]; in tomoyo_read_policy() local
1854 list_for_each_cookie(head->r.acl, list) { in tomoyo_read_policy()
1856 container_of(head->r.acl, typeof(*acl), list); in tomoyo_read_policy()
1944 struct list_head list; member
2218 list_add_tail(&entry.list, &tomoyo_query_list); in tomoyo_supervisor()
2233 list_del(&entry.list); in tomoyo_supervisor()
2268 list_for_each_entry(ptr, &tomoyo_query_list, list) { in tomoyo_find_domain_by_qid()
2316 struct tomoyo_query *ptr = list_entry(tmp, typeof(*ptr), list); in tomoyo_read_query()
2334 struct tomoyo_query *ptr = list_entry(tmp, typeof(*ptr), list); in tomoyo_read_query()
2373 struct tomoyo_query *ptr = list_entry(tmp, typeof(*ptr), list); in tomoyo_write_answer()
2382 struct tomoyo_query *ptr = list_entry(tmp, typeof(*ptr), list); in tomoyo_write_answer()
2389 list_del_init(&ptr->list); in tomoyo_write_answer()
2880 list_for_each_entry_rcu(domain, &tomoyo_domain_list, list, in tomoyo_check_profile()