Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/spufs/
Dsched.c681 cbe_spu_info[node].nr_active--; in find_victim()
710 cbe_spu_info[node].nr_active++; in __spu_schedule()
751 cbe_spu_info[node].nr_active--; in spu_unschedule()
952 int nr_active = 0, node; in count_active_contexts() local
955 nr_active += cbe_spu_info[node].nr_active; in count_active_contexts()
956 nr_active += spu_prio->nr_waiting; in count_active_contexts()
958 return nr_active; in count_active_contexts()
/arch/powerpc/include/asm/
Dspu.h183 int nr_active; member