Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/spufs/
A Dsched.c680 cbe_spu_info[node].nr_active--; in find_victim()
709 cbe_spu_info[node].nr_active++; in __spu_schedule()
750 cbe_spu_info[node].nr_active--; in spu_unschedule()
951 int nr_active = 0, node; in count_active_contexts() local
954 nr_active += cbe_spu_info[node].nr_active; in count_active_contexts()
955 nr_active += spu_prio->nr_waiting; in count_active_contexts()
957 return nr_active; in count_active_contexts()
/arch/x86/events/amd/
A Duncore.c43 int nr_active; member
107 if (!ctx->nr_active || ctx->cpu != smp_processor_id()) in amd_uncore_hrtimer()
169 if (!ctx->nr_active++) in amd_uncore_start()
195 if (!--ctx->nr_active) in amd_uncore_stop()
947 if (!ctx->nr_active++) in amd_uncore_umc_start()
/arch/powerpc/include/asm/
A Dspu.h183 int nr_active; member

Completed in 15 milliseconds