Home
last modified time | relevance | path

Searched refs:bpf_local_storage_map_free (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dbpf_local_storage.h129 void bpf_local_storage_map_free(struct bpf_local_storage_map *smap);
/kernel/linux/linux-6.6/include/linux/
H A Dbpf_local_storage.h139 void bpf_local_storage_map_free(struct bpf_map *map,
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbpf_inode_storage.c80 * It is racing with bpf_local_storage_map_free() alone in bpf_inode_storage_free()
240 bpf_local_storage_map_free(smap); in inode_storage_map_free()
H A Dbpf_local_storage.c311 * bpf_local_storage_map_free() does a in bpf_local_storage_alloc()
479 void bpf_local_storage_map_free(struct bpf_local_storage_map *smap) in bpf_local_storage_map_free() function
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbpf_cgrp_storage.c157 bpf_local_storage_map_free(map, &cgroup_cache, NULL); in cgroup_storage_map_free()
H A Dbpf_inode_storage.c199 bpf_local_storage_map_free(map, &inode_cache, NULL); in inode_storage_map_free()
H A Dbpf_task_storage.c317 bpf_local_storage_map_free(map, &task_cache, &bpf_task_storage_busy); in task_storage_map_free()
H A Dbpf_local_storage.c530 * bpf_local_storage_map_free() does a in bpf_local_storage_alloc()
746 * It is racing with bpf_local_storage_map_free() alone in bpf_local_storage_destroy()
848 void bpf_local_storage_map_free(struct bpf_map *map, in bpf_local_storage_map_free() function
/kernel/linux/linux-5.10/net/core/
H A Dbpf_sk_storage.c65 * It is racing with bpf_local_storage_map_free() alone in bpf_sk_storage_free()
91 bpf_local_storage_map_free(smap); in sk_storage_map_free()
211 * here can race with cleanup in bpf_local_storage_map_free. in bpf_sk_storage_clone()
/kernel/linux/linux-6.6/net/core/
H A Dbpf_sk_storage.c66 bpf_local_storage_map_free(map, &sk_cache, NULL); in bpf_sk_storage_map_free()
179 * here can race with cleanup in bpf_local_storage_map_free. in bpf_sk_storage_clone()

Completed in 7 milliseconds