active_tasks      974 arch/powerpc/platforms/cell/spufs/sched.c 	unsigned long active_tasks; /* fixed-point */
active_tasks      976 arch/powerpc/platforms/cell/spufs/sched.c 	active_tasks = count_active_contexts() * FIXED_1;
active_tasks      977 arch/powerpc/platforms/cell/spufs/sched.c 	spu_avenrun[0] = calc_load(spu_avenrun[0], EXP_1, active_tasks);
active_tasks      978 arch/powerpc/platforms/cell/spufs/sched.c 	spu_avenrun[1] = calc_load(spu_avenrun[1], EXP_5, active_tasks);
active_tasks      979 arch/powerpc/platforms/cell/spufs/sched.c 	spu_avenrun[2] = calc_load(spu_avenrun[2], EXP_15, active_tasks);
active_tasks      150 drivers/scsi/aic94xx/aic94xx_sas.h 	__le16 active_tasks;	  /* active task count */