Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_context.c378 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()
H A Ddrm_fops.c376 if (!list_empty(&dev->ctxlist)) { in drm_release()
379 list_for_each_entry_safe(pos, n, &dev->ctxlist, head) { in drm_release()
H A Ddrm_stub.c229 INIT_LIST_HEAD(&dev->ctxlist); in drm_fill_in_dev()
H A DdrmP.h1005 struct list_head ctxlist; /**< Linked list of context handles */ member