Home
last modified time | relevance | path

Searched refs:nl_entry (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_mm.c32 list_del(&a->nl_entry); in region_put()
54 list_add_tail(&b->nl_entry, &a->nl_entry); in region_split()
60 #define node(root, dir) ((root)->nl_entry.dir == &mm->nodes) ? NULL : \
61 list_entry((root)->nl_entry.dir, struct nouveau_mm_node, nl_entry)
148 list_add_tail(&node->nl_entry, &mm->nodes); in nouveau_mm_init()
158 list_first_entry(&mm->nodes, struct nouveau_mm_node, nl_entry); in nouveau_mm_fini()
161 list_for_each_entry(node, &mm->nodes, nl_entry) { in nouveau_mm_fini()
164 list_for_each_entry(node, &mm->nodes, nl_entry) { in nouveau_mm_fini()
Dnouveau_mm.h29 struct list_head nl_entry; member
Dnouveau_mem.c1168 list_for_each_entry(r, &mm->nodes, nl_entry) { in nouveau_vram_manager_debug()