Home
last modified time | relevance | path

Searched refs:ctemp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dobject.c238 struct nvkm_object *child, *ctemp; in nvkm_object_dtor() local
244 list_for_each_entry_safe(child, ctemp, &object->tree, head) { in nvkm_object_dtor()
/linux/security/selinux/ss/
H A Dpolicydb.c227 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