Searched refs:magicfree (Results 1 – 3 of 3) sorted by relevance
115 INIT_LIST_HEAD(&master->magicfree); in drm_master_create()154 list_for_each_entry_safe(pt, next, &master->magicfree, head) { in drm_master_destroy()
92 list_add_tail(&entry->head, &master->magicfree); in drm_add_magic()
659 struct list_head magicfree; member