Lines Matching refs:next
257 struct task_struct *next, int state) in off_cpu_stat() argument
266 goto next; in off_cpu_stat()
274 goto next; in off_cpu_stat()
290 next: in off_cpu_stat()
291 pelem = bpf_task_storage_get(&tstamp, next, NULL, 0); in off_cpu_stat()
295 .pid = next->pid, in off_cpu_stat()
296 .tgid = next->tgid, in off_cpu_stat()
299 .cgroup_id = needs_cgroup ? get_cgroup_id(next) : 0, in off_cpu_stat()
355 struct task_struct *prev, *next; in on_switch() local
362 next = (struct task_struct *)ctx[2]; in on_switch()
369 return off_cpu_stat(ctx, prev, next, prev_state & 0xff); in on_switch()