Lines Matching refs:task
173 struct task_struct *task = current; in BPF_CALL_0() local
175 if (unlikely(!task)) in BPF_CALL_0()
178 return (u64) task->tgid << 32 | task->pid; in BPF_CALL_0()
189 struct task_struct *task = current; in BPF_CALL_0() local
193 if (unlikely(!task)) in BPF_CALL_0()
209 struct task_struct *task = current; in BPF_CALL_2() local
211 if (unlikely(!task)) in BPF_CALL_2()
214 strncpy(buf, task->comm, size); in BPF_CALL_2()
390 if (likely(this_cpu_read(bpf_cgroup_storage_info[i].task) != current)) in BPF_CALL_2()
546 struct task_struct *task = current; in BPF_CALL_4() local
556 if (unlikely(!task)) in BPF_CALL_4()
559 pidns = task_active_pid_ns(task); in BPF_CALL_4()
568 nsdata->pid = task_pid_nr_ns(task, pidns); in BPF_CALL_4()
569 nsdata->tgid = task_tgid_nr_ns(task, pidns); in BPF_CALL_4()