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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_context.c355 list_add(&ctx_entry->head, &dev->ctxlist);
453 if (!list_empty(&dev->ctxlist)) {
456 list_for_each_entry_safe(pos, n, &dev->ctxlist, head) {
H A Ddrm_fops.c501 if (!list_empty(&dev->ctxlist)) {
504 list_for_each_entry_safe(pos, n, &dev->ctxlist, head) {
H A Ddrm_stub.c237 INIT_LIST_HEAD(&dev->ctxlist);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A DdrmP.h950 struct list_head ctxlist; /**< Linked list of context handles */ member in struct:drm_device
952 struct mutex ctxlist_mutex; /**< For ctxlist */

Completed in 42 milliseconds