Searched refs:alloc_state (Results 1 – 5 of 5) sorted by relevance
205 if (spu->alloc_state != SPU_FREE) { in do_notify_spus_active()588 if (spu && spu->alloc_state == SPU_FREE) in spu_get_idle()605 if (spu->alloc_state == SPU_FREE) in spu_get_idle()616 spu->alloc_state = SPU_USED; in spu_get_idle()728 spu->alloc_state = SPU_USED; in __spu_schedule()770 spu->alloc_state = SPU_FREE; in spu_unschedule()1167 if (spu->alloc_state != SPU_FREE) in spu_sched_exit()1168 spu->alloc_state = SPU_FREE; in spu_sched_exit()
130 enum { SPU_FREE, SPU_USED } alloc_state; member
417 enum alloc_state { enum465 enum alloc_state state; in gfs2_bmap_alloc()
584 spu->alloc_state = SPU_FREE; in create_spu()
6973 enum s_alloc alloc_state; in build_sched_domains() local6978 alloc_state = __visit_domain_allocation_hell(&d, cpu_map); in build_sched_domains()6979 if (alloc_state != sa_rootdomain) in build_sched_domains()7033 __free_domain_allocs(&d, alloc_state, cpu_map); in build_sched_domains()