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()
463 if (runtime->fragments > runtime->active_tasks) in snd_compr_poll() 1168 stream->runtime->active_tasks++; in snd_compr_task_start_ioctl() 1197 if (!snd_BUG_ON(stream->runtime->active_tasks == 0))1198 stream->runtime->active_tasks--; in snd_compr_task_free_one() 1294 if (!snd_BUG_ON(stream->runtime->active_tasks == 0))1295 stream->runtime->active_tasks--;
150 __le16 active_tasks; /* active task count */ member