Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_context.c141 list_for_each_entry_safe(pos, tmp, &dev->ctxlist, head) { in drm_legacy_ctxbitmap_flush()
394 list_add(&ctx_entry->head, &dev->ctxlist); in drm_legacy_addctx()
498 if (!list_empty(&dev->ctxlist)) { in drm_legacy_rmctx()
501 list_for_each_entry_safe(pos, n, &dev->ctxlist, head) { in drm_legacy_rmctx()
A Ddrm_legacy_misc.c45 INIT_LIST_HEAD(&dev->ctxlist); in drm_legacy_init_members()
/linux-6.3-rc2/include/drm/
A Ddrm_device.h344 struct list_head ctxlist; member

Completed in 5 milliseconds