Lines Matching defs:task
48 struct task_struct *task = owner; in task_storage_ptr() local
54 task_storage_lookup(struct task_struct *task, struct bpf_map *map, in task_storage_lookup()
69 void bpf_task_storage_free(struct task_struct *task) in bpf_task_storage_free()
91 struct task_struct *task; in bpf_pid_task_storage_lookup_elem() local
125 struct task_struct *task; in bpf_pid_task_storage_update_elem() local
160 static int task_storage_delete(struct task_struct *task, struct bpf_map *map, in task_storage_delete()
179 struct task_struct *task; in bpf_pid_task_storage_delete_elem() local
209 struct task_struct *task, void *value, in __bpf_task_storage_get()
231 BPF_CALL_5(bpf_task_storage_get_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5() argument
250 BPF_CALL_5(bpf_task_storage_get, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5() argument
266 BPF_CALL_2(bpf_task_storage_delete_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2() argument
287 BPF_CALL_2(bpf_task_storage_delete, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2() argument