Lines Matching refs:entry
103 struct drm_magic_entry *entry;
109 entry = drm_alloc(sizeof(*entry), DRM_MEM_MAGIC);
110 if (!entry)
112 (void) memset(entry, 0, sizeof(*entry));
113 entry->magic = magic;
114 entry->priv = priv;
115 entry->next = NULL;
119 master->magiclist[hash].tail->next = entry;
120 master->magiclist[hash].tail = entry;
122 master->magiclist[hash].head = entry;
123 master->magiclist[hash].tail = entry;
136 * Searches and unlinks the entry in drm_device::magiclist with the magic