Home
last modified time | relevance | path

Searched refs:rq (Results 1 – 10 of 10) sorted by relevance

/arch/alpha/include/asm/
Dagp_backend.h14 u32 rq : 8; member
/arch/powerpc/platforms/cell/spufs/
Dcontext.c61 INIT_LIST_HEAD(&ctx->rq); in alloc_spu_context()
93 BUG_ON(!list_empty(&ctx->rq)); in destroy_spu_context()
Dsched.c114 BUG_ON(!list_empty(&ctx->rq)); in __spu_update_sched_info()
508 if (list_empty(&ctx->rq)) { in __spu_add_to_rq()
509 list_add_tail(&ctx->rq, &spu_prio->runq[ctx->prio]); in __spu_add_to_rq()
527 if (!list_empty(&ctx->rq)) { in __spu_del_from_rq()
530 list_del_init(&ctx->rq); in __spu_del_from_rq()
845 struct list_head *rq = &spu_prio->runq[best]; in grab_runnable_context() local
847 list_for_each_entry(ctx, rq, rq) { in grab_runnable_context()
Dspufs.h123 struct list_head rq; member
Dfile.c2653 !list_empty(&ctx->rq) ? 'q' : ' ', in spufs_show_ctx()
/arch/ia64/include/asm/
Dpal.h524 rq : 1, /* Requester identifier member
561 rq : 1, /* Requester identifier member
597 rq : 1, /* Requester identifier member
657 rq : 1, /* Requester identifier member
735 #define pmci_bus_req_address_valid pme_bus.rq
/arch/alpha/kernel/
Dcore_titan.c785 agp->capability.bits.rq = 7; /* 8 - 1 */ in titan_agp_info()
794 agp->mode.bits.rq = 7; /* RQ Depth? */ in titan_agp_info()
Dcore_marvel.c1007 agp->mode.bits.sba ? " - SBA" : "", agp->mode.bits.rq); in marvel_agp_configure()
1131 agp->capability.bits.rq = 0xf; in marvel_agp_info()
/arch/powerpc/include/asm/
Dspu.h143 struct spu_runqueue *rq; member
/arch/powerpc/xmon/
Dxmon.c3139 DUMP_FIELD(spu, "0x%p", rq); in dump_spu_fields()