• Home
  • Raw
  • Download

Lines Matching refs:list

849 		.list = &tomoyo_kernel_namespace.  in tomoyo_update_manager_entry()
904 list_entry(head->r.acl, typeof(*ptr), head.list); in tomoyo_read_manager()
936 policy_list[TOMOYO_ID_MANAGER], head.list) { in tomoyo_manager()
949 policy_list[TOMOYO_ID_MANAGER], head.list) { in tomoyo_manager()
1016 head->r.domain = &domain->list; in tomoyo_select_domain()
1086 list_for_each_entry_rcu(domain, &tomoyo_domain_list, list) { in tomoyo_delete_domain()
1113 struct list_head *list, char *data, in tomoyo_write_domain2() argument
1118 .list = list, in tomoyo_write_domain2()
1571 struct list_head *list) in tomoyo_read_domain2() argument
1573 list_for_each_cookie(head->r.acl, list) { in tomoyo_read_domain2()
1575 list_entry(head->r.acl, typeof(*ptr), list); in tomoyo_read_domain2()
1596 list_entry(head->r.domain, typeof(*domain), list); in tomoyo_read_domain()
1758 struct list_head *list = &ns->group_list[idx]; in tomoyo_read_group() local
1759 list_for_each_cookie(head->r.group, list) { in tomoyo_read_group()
1761 list_entry(head->r.group, typeof(*group), head.list); in tomoyo_read_group()
1764 list_entry(head->r.acl, typeof(*ptr), list); in tomoyo_read_group()
1814 struct list_head *list = &ns->policy_list[idx]; in tomoyo_read_policy() local
1815 list_for_each_cookie(head->r.acl, list) { in tomoyo_read_policy()
1817 container_of(head->r.acl, typeof(*acl), list); in tomoyo_read_policy()
1902 struct list_head list; member
2064 list_add_tail(&entry.list, &tomoyo_query_list); in tomoyo_supervisor()
2080 list_del(&entry.list); in tomoyo_supervisor()
2114 list_for_each_entry(ptr, &tomoyo_query_list, list) { in tomoyo_find_domain_by_qid()
2163 struct tomoyo_query *ptr = list_entry(tmp, typeof(*ptr), list); in tomoyo_read_query()
2180 struct tomoyo_query *ptr = list_entry(tmp, typeof(*ptr), list); in tomoyo_read_query()
2217 struct tomoyo_query *ptr = list_entry(tmp, typeof(*ptr), list); in tomoyo_write_answer()
2225 struct tomoyo_query *ptr = list_entry(tmp, typeof(*ptr), list); in tomoyo_write_answer()
2231 list_del_init(&ptr->list); in tomoyo_write_answer()
2721 list_for_each_entry_rcu(domain, &tomoyo_domain_list, list) { in tomoyo_check_profile()