Home
last modified time | relevance | path

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

/openbmc/linux/security/bpf/
H A Dhooks.c15 LSM_HOOK_INIT(task_free, bpf_task_storage_free),
/openbmc/linux/kernel/bpf/
H A Dbpf_task_storage.c72 void bpf_task_storage_free(struct task_struct *task) in bpf_task_storage_free() function
/openbmc/linux/include/linux/
H A Dbpf.h2452 void bpf_task_storage_free(struct task_struct *task);
2695 static inline void bpf_task_storage_free(struct task_struct *task) in bpf_task_storage_free() function
/openbmc/linux/kernel/
H A Dfork.c626 bpf_task_storage_free(tsk); in free_task()