Home
last modified time | relevance | path

Searched refs:bpf_task_storage_free (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_task_storage.c69 void bpf_task_storage_free(struct task_struct *task) in bpf_task_storage_free() function
/linux/include/linux/
H A Dbpf.h2704 void bpf_task_storage_free(struct task_struct *task);
2977 static inline void bpf_task_storage_free(struct task_struct *task) in bpf_task_storage_free() function
/linux/kernel/
H A Dfork.c613 bpf_task_storage_free(tsk); in free_task()