Home
last modified time | relevance | path

Searched refs:nr_active (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/platforms/cell/spufs/
Dsched.c698 cbe_spu_info[node].nr_active--; in find_victim()
727 cbe_spu_info[node].nr_active++; in __spu_schedule()
768 cbe_spu_info[node].nr_active--; in spu_unschedule()
969 int nr_active = 0, node; in count_active_contexts() local
972 nr_active += cbe_spu_info[node].nr_active; in count_active_contexts()
973 nr_active += spu_prio->nr_waiting; in count_active_contexts()
975 return nr_active; in count_active_contexts()
/arch/powerpc/include/asm/
Dspu.h194 int nr_active; member