Searched refs:todo (Results 1 – 2 of 2) sorted by relevance
37 unsigned int todo; in try_to_freeze_tasks() local53 todo = 0; in try_to_freeze_tasks()60 todo++; in try_to_freeze_tasks()66 todo += wq_busy; in try_to_freeze_tasks()69 if (!todo || time_after(jiffies, end_time)) in try_to_freeze_tasks()95 } else if (todo) { in try_to_freeze_tasks()100 todo - wq_busy, wq_busy); in try_to_freeze_tasks()118 trace_android_vh_try_to_freeze_todo(todo, elapsed_msecs, wq_busy); in try_to_freeze_tasks()124 return todo ? -EBUSY : 0; in try_to_freeze_tasks()
277 u8 *raw, *todo; in bpf_prog_calc_tag() local318 todo = raw; in bpf_prog_calc_tag()320 bits = (__be64 *)(todo + bsize - sizeof(__be64)); in bpf_prog_calc_tag()322 bits = (__be64 *)(todo + bsize + bits_offset); in bpf_prog_calc_tag()328 sha1_transform(digest, todo, ws); in bpf_prog_calc_tag()329 todo += SHA1_BLOCK_SIZE; in bpf_prog_calc_tag()