Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dsched.c193 if (spu->alloc_state != SPU_FREE) { in do_notify_spus_active()
576 if (spu && spu->alloc_state == SPU_FREE) in spu_get_idle()
593 if (spu->alloc_state == SPU_FREE) in spu_get_idle()
758 spu->alloc_state = SPU_FREE; in spu_unschedule()
1140 if (spu->alloc_state != SPU_FREE) in spu_sched_exit()
1141 spu->alloc_state = SPU_FREE; in spu_sched_exit()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dspu.h117 enum { SPU_FREE, SPU_USED } alloc_state; enumerator
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Dspu_base.c573 spu->alloc_state = SPU_FREE; in create_spu()