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()401 list_add(&ctx_entry->head, &dev->ctxlist); in drm_legacy_addctx()509 if (!list_empty(&dev->ctxlist)) { in drm_legacy_rmctx()512 list_for_each_entry_safe(pos, n, &dev->ctxlist, head) { in drm_legacy_rmctx()
47 INIT_LIST_HEAD(&dev->ctxlist); in drm_legacy_init_members()
336 struct list_head ctxlist; member
87 if (list_is_singular(&dev->ctxlist)) { in via_final_context()