Searched refs:ctxlist (Results 1 – 4 of 4) sorted by relevance
145 list_for_each_entry_safe(pos, tmp, &dev->ctxlist, head) { in drm_legacy_ctxbitmap_flush()402 list_add(&ctx_entry->head, &dev->ctxlist); in drm_legacy_addctx()510 if (!list_empty(&dev->ctxlist)) { in drm_legacy_rmctx()513 list_for_each_entry_safe(pos, n, &dev->ctxlist, head) { in drm_legacy_rmctx()
45 INIT_LIST_HEAD(&dev->ctxlist); in drm_legacy_init_members()
313 struct list_head ctxlist; member
86 if (list_is_singular(&dev->ctxlist)) { in via_final_context()