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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 179 milliseconds