Searched refs:bpf_local_storage_map_free (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf_local_storage.h | 129 void bpf_local_storage_map_free(struct bpf_local_storage_map *smap);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf_local_storage.h | 139 void bpf_local_storage_map_free(struct bpf_map *map,
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | bpf_inode_storage.c | 80 * 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 D | bpf_local_storage.c | 311 * 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 D | bpf_cgrp_storage.c | 157 bpf_local_storage_map_free(map, &cgroup_cache, NULL); in cgroup_storage_map_free()
|
H A D | bpf_inode_storage.c | 199 bpf_local_storage_map_free(map, &inode_cache, NULL); in inode_storage_map_free()
|
H A D | bpf_task_storage.c | 317 bpf_local_storage_map_free(map, &task_cache, &bpf_task_storage_busy); in task_storage_map_free()
|
H A D | bpf_local_storage.c | 530 * 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 D | bpf_sk_storage.c | 65 * 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 D | bpf_sk_storage.c | 66 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