Lines Matching defs:task_struct
48 struct task_struct *task = owner;
54 task_storage_lookup(struct task_struct *task, struct bpf_map *map,
69 void bpf_task_storage_free(struct task_struct *task)
89 struct task_struct *task;
123 struct task_struct *task;
158 static int task_storage_delete(struct task_struct *task, struct bpf_map *map,
177 struct task_struct *task;
207 struct task_struct *task, void *value,
229 BPF_CALL_5(bpf_task_storage_get_recur, struct bpf_map *, map, struct task_struct *,
248 BPF_CALL_5(bpf_task_storage_get, struct bpf_map *, map, struct task_struct *,
264 BPF_CALL_2(bpf_task_storage_delete_recur, struct bpf_map *, map, struct task_struct *,
285 BPF_CALL_2(bpf_task_storage_delete, struct bpf_map *, map, struct task_struct *,