Home
last modified time | relevance | path

Searched refs:ctxlist (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/
HDdrm_context.c139 list_for_each_entry_safe(pos, tmp, &dev->ctxlist, head) { in drm_legacy_ctxbitmap_flush()
392 list_add(&ctx_entry->head, &dev->ctxlist); in drm_legacy_addctx()
500 if (!list_empty(&dev->ctxlist)) { in drm_legacy_rmctx()
503 list_for_each_entry_safe(pos, n, &dev->ctxlist, head) { in drm_legacy_rmctx()
HDdrm_drv.c594 INIT_LIST_HEAD(&dev->ctxlist); in drm_dev_init()
/dragonfly/sys/dev/drm/include/drm/
HDdrm_device.h81 struct list_head ctxlist; /**< Linked list of context handles */ member