Searched refs:task_storage_delete (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | bpf_task_storage.c | 160 static int task_storage_delete(struct task_struct *task, struct bpf_map *map, in task_storage_delete() function 200 err = task_storage_delete(task, map, true); in bpf_pid_task_storage_delete_elem() 281 ret = task_storage_delete(task, map, nobusy); in BPF_CALL_2() 301 ret = task_storage_delete(task, map, true); in BPF_CALL_2()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 5975 FN(task_storage_delete, 157, ##ctx) \
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 5975 FN(task_storage_delete, 157, ##ctx) \
|