Home | History | Annotate | Download | only in drm

Lines Matching defs:entries

189 	kfree(crc->entries);
191 crc->entries = NULL;
202 struct drm_crtc_crc_entry *entries = NULL;
229 entries = kcalloc(DRM_CRC_ENTRIES_NR, sizeof(*entries), GFP_KERNEL);
230 if (!entries)
236 crc->entries = entries;
244 kfree(entries);
320 entry = &crc->entries[crc->tail];
407 if (!crc->entries) {
427 entry = &crc->entries[head];