Lines Matching refs:ptr
930 const struct tomoyo_number_union *ptr);
940 bool tomoyo_memory_ok(void *ptr);
945 struct tomoyo_ipaddr_union *ptr);
947 struct tomoyo_name_union *ptr);
949 struct tomoyo_number_union *ptr);
963 (const struct tomoyo_path_info *name, const struct tomoyo_name_union *ptr);
1050 void tomoyo_fill_path_info(struct tomoyo_path_info *ptr);
1057 const struct tomoyo_ipaddr_union *ptr);
1060 void tomoyo_put_name_union(struct tomoyo_name_union *ptr);
1061 void tomoyo_put_number_union(struct tomoyo_number_union *ptr);
1178 struct tomoyo_name *ptr = in tomoyo_put_name() local
1179 container_of(name, typeof(*ptr), entry); in tomoyo_put_name()
1180 atomic_dec(&ptr->head.users); in tomoyo_put_name()