Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dbpf_task_storage.c69 void bpf_task_storage_free(struct task_struct *task) in bpf_task_storage_free() function
/linux-6.15/include/linux/
H A Dbpf.h2741 void bpf_task_storage_free(struct task_struct *task);
3014 static inline void bpf_task_storage_free(struct task_struct *task) in bpf_task_storage_free() function
/linux-6.15/kernel/
H A Dfork.c587 bpf_task_storage_free(tsk); in free_task()