Searched refs:active_tasks (Results 1 – 3 of 3) sorted by relevance
968 unsigned long active_tasks; /* fixed-point */ in spu_calc_load() local970 active_tasks = count_active_contexts() * FIXED_1; in spu_calc_load()971 spu_avenrun[0] = calc_load(spu_avenrun[0], EXP_1, active_tasks); in spu_calc_load()972 spu_avenrun[1] = calc_load(spu_avenrun[1], EXP_5, active_tasks); in spu_calc_load()973 spu_avenrun[2] = calc_load(spu_avenrun[2], EXP_15, active_tasks); in spu_calc_load()
434 if (runtime->fragments > runtime->active_tasks) in snd_compr_poll()1127 stream->runtime->active_tasks++; in snd_compr_task_start()1155 if (!snd_BUG_ON(stream->runtime->active_tasks == 0)) in snd_compr_task_stop_one()1156 stream->runtime->active_tasks--; in snd_compr_task_stop_one()1251 if (!snd_BUG_ON(stream->runtime->active_tasks == 0)) in snd_compr_task_finished()1252 stream->runtime->active_tasks--; in snd_compr_task_finished()
150 __le16 active_tasks; /* active task count */ member