Searched refs:ctxlist (Results 1 – 4 of 4) sorted by relevance
378 list_add(&ctx_entry->head, &dev->ctxlist); in drm_addctx()476 if (!list_empty(&dev->ctxlist)) { in drm_rmctx()479 list_for_each_entry_safe(pos, n, &dev->ctxlist, head) { in drm_rmctx()
376 if (!list_empty(&dev->ctxlist)) { in drm_release()379 list_for_each_entry_safe(pos, n, &dev->ctxlist, head) { in drm_release()
229 INIT_LIST_HEAD(&dev->ctxlist); in drm_fill_in_dev()
1005 struct list_head ctxlist; /**< Linked list of context handles */ member