Lines Matching refs:list
868 .list = &tomoyo_kernel_namespace.policy_list[TOMOYO_ID_MANAGER], in tomoyo_update_manager_entry()
917 list_entry(head->r.acl, typeof(*ptr), head.list); in tomoyo_read_manager()
954 list_for_each_entry_rcu(ptr, &tomoyo_kernel_namespace.policy_list[TOMOYO_ID_MANAGER], head.list, in tomoyo_manager()
1026 head->r.domain = &domain->list; in tomoyo_select_domain()
1099 list_for_each_entry_rcu(domain, &tomoyo_domain_list, list, in tomoyo_delete_domain()
1127 struct list_head *list, char *data, in tomoyo_write_domain2() argument
1132 .list = list, in tomoyo_write_domain2()
1598 struct list_head *list) in tomoyo_read_domain2() argument
1600 list_for_each_cookie(head->r.acl, list) { in tomoyo_read_domain2()
1602 list_entry(head->r.acl, typeof(*ptr), list); in tomoyo_read_domain2()
1624 list_entry(head->r.domain, typeof(*domain), list); in tomoyo_read_domain()
1801 struct list_head *list = &ns->group_list[idx]; in tomoyo_read_group() local
1803 list_for_each_cookie(head->r.group, list) { in tomoyo_read_group()
1805 list_entry(head->r.group, typeof(*group), head.list); in tomoyo_read_group()
1809 list_entry(head->r.acl, typeof(*ptr), list); in tomoyo_read_group()
1860 struct list_head *list = &ns->policy_list[idx]; in tomoyo_read_policy() local
1862 list_for_each_cookie(head->r.acl, list) { in tomoyo_read_policy()
1864 container_of(head->r.acl, typeof(*acl), list); in tomoyo_read_policy()
1952 struct list_head list; member
2117 list_add_tail(&entry.list, &tomoyo_query_list); in tomoyo_supervisor()
2132 list_del(&entry.list); in tomoyo_supervisor()
2167 list_for_each_entry(ptr, &tomoyo_query_list, list) { in tomoyo_find_domain_by_qid()
2215 struct tomoyo_query *ptr = list_entry(tmp, typeof(*ptr), list); in tomoyo_read_query()
2233 struct tomoyo_query *ptr = list_entry(tmp, typeof(*ptr), list); in tomoyo_read_query()
2272 struct tomoyo_query *ptr = list_entry(tmp, typeof(*ptr), list); in tomoyo_write_answer()
2281 struct tomoyo_query *ptr = list_entry(tmp, typeof(*ptr), list); in tomoyo_write_answer()
2288 list_del_init(&ptr->list); in tomoyo_write_answer()
2779 list_for_each_entry_rcu(domain, &tomoyo_domain_list, list, in tomoyo_check_profile()