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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_fops.c82 dev->ctxlist = drm_alloc(sizeof(*dev->ctxlist), DRM_MEM_CTXLIST);
83 if (dev->ctxlist == NULL)
85 memset(dev->ctxlist, 0, sizeof(*dev->ctxlist));
86 INIT_LIST_HEAD(&dev->ctxlist->head);
417 if (dev->ctxlist && (!list_empty(&dev->ctxlist->head))) {
420 list_for_each_entry_safe(pos, n, &dev->ctxlist->head, head) {
H A Ddrm_context.c452 list_add(&ctx_entry->head, &dev->ctxlist->head);
578 if (!list_empty(&dev->ctxlist->head)) {
581 list_for_each_entry_safe(pos, n, &dev->ctxlist->head, head) {
H A DdrmP.h684 drm_ctx_list_t *ctxlist; /**< Linked list of context handles */ member in struct:drm_device
686 struct mutex ctxlist_mutex; /**< For ctxlist */

Completed in 96 milliseconds