Searched refs:active_tasks (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dsched.c976 unsigned long active_tasks; /* fixed-point */ local
978 active_tasks = count_active_contexts() * FIXED_1;
979 CALC_LOAD(spu_avenrun[0], EXP_1, active_tasks);
980 CALC_LOAD(spu_avenrun[1], EXP_5, active_tasks);
981 CALC_LOAD(spu_avenrun[2], EXP_15, active_tasks);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_sas.h168 __le16 active_tasks; /* active task count */ member in struct:asd_ddb_init_port

Completed in 154 milliseconds