Home
last modified time | relevance | path

Searched refs:alloc_state (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/platforms/cell/spufs/
A Dsched.c190 if (spu->alloc_state != SPU_FREE) { in do_notify_spus_active()
570 if (spu && spu->alloc_state == SPU_FREE) in spu_get_idle()
587 if (spu->alloc_state == SPU_FREE) in spu_get_idle()
598 spu->alloc_state = SPU_USED; in spu_get_idle()
710 spu->alloc_state = SPU_USED; in __spu_schedule()
752 spu->alloc_state = SPU_FREE; in spu_unschedule()
1136 if (spu->alloc_state != SPU_FREE) in spu_sched_exit()
1137 spu->alloc_state = SPU_FREE; in spu_sched_exit()
/arch/powerpc/include/asm/
A Dspu.h117 enum { SPU_FREE, SPU_USED } alloc_state; member
/arch/powerpc/platforms/cell/
A Dspu_base.c565 spu->alloc_state = SPU_FREE; in create_spu()

Completed in 13 milliseconds