Searched refs:ctxlist (Results 1 – 4 of 4) sorted by relevance
153 list_for_each_entry_safe(pos, tmp, &dev->ctxlist, head) { in drm_legacy_ctxbitmap_flush()412 list_add(&ctx_entry->head, &dev->ctxlist); in drm_legacy_addctx()520 if (!list_empty(&dev->ctxlist)) { in drm_legacy_rmctx()523 list_for_each_entry_safe(pos, n, &dev->ctxlist, head) { in drm_legacy_rmctx()
54 INIT_LIST_HEAD(&dev->ctxlist); in drm_legacy_init_members()
347 struct list_head ctxlist; member
92 if (list_is_singular(&dev->ctxlist)) { in via_final_context()