Searched refs:ctemp (Results 1 – 2 of 2) sorted by relevance
238 struct nvkm_object *child, *ctemp; in nvkm_object_dtor() local244 list_for_each_entry_safe(child, ctemp, &object->tree, head) { in nvkm_object_dtor()
227 struct constraint_node *constraint, *ctemp; in cls_destroy() 243 ctemp = constraint; in cls_destroy() 245 kfree(ctemp); in cls_destroy() 256 ctemp = constraint; in cls_destroy() 258 kfree(ctemp); in cls_destroy() 226 struct constraint_node *constraint, *ctemp; cls_destroy() local