Searched refs:alloc_state (Results 1 – 9 of 9) sorted by relevance
190 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()
101 static struct netlink_policy_dump_state *alloc_state(void) in alloc_state() function 136 state = alloc_state(); in netlink_policy_dump_add_policy()
407 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry() argument413 if (!xt_percpu_counter_alloc(alloc_state, &e->counters)) in find_check_entry()524 struct xt_percpu_counter_alloc_state alloc_state = { 0 }; in translate_table() local579 &alloc_state); in translate_table()
517 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry() argument 526 if (!xt_percpu_counter_alloc(alloc_state, &e->counters)) in find_check_entry() 663 struct xt_percpu_counter_alloc_state alloc_state = { 0 }; in translate_table() local 717 &alloc_state); in translate_table()
536 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry() argument 545 if (!xt_percpu_counter_alloc(alloc_state, &e->counters)) in find_check_entry() 680 struct xt_percpu_counter_alloc_state alloc_state = { 0 }; in translate_table() local 734 &alloc_state); in translate_table()
2553 enum s_alloc alloc_state = sa_none; in build_sched_domains() local2564 alloc_state = __visit_domain_allocation_hell(&d, cpu_map); in build_sched_domains()2565 if (alloc_state != sa_rootdomain) in build_sched_domains()2696 __free_domain_allocs(&d, alloc_state, cpu_map); in build_sched_domains()
117 enum { SPU_FREE, SPU_USED } alloc_state; member
565 spu->alloc_state = SPU_FREE; in create_spu()
625 enum alloc_state { enum672 enum alloc_state state; in __gfs2_iomap_alloc()