Symbol: bpf_cgroup_storage
include/linux/bpf-cgroup.h
109
struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE];
include/linux/bpf-cgroup.h
163
struct bpf_cgroup_storage *
include/linux/bpf-cgroup.h
166
struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog,
include/linux/bpf-cgroup.h
168
void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage);
include/linux/bpf-cgroup.h
169
void bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage,
include/linux/bpf-cgroup.h
172
void bpf_cgroup_storage_unlink(struct bpf_cgroup_storage *storage);
include/linux/bpf-cgroup.h
21
struct bpf_cgroup_storage;
include/linux/bpf-cgroup.h
468
static inline struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(
include/linux/bpf-cgroup.h
471
struct bpf_cgroup_storage *storage) {}
include/linux/bpf.h
2362
struct bpf_cgroup_storage *cgroup_storage[MAX_BPF_CGROUP_STORAGE_TYPE];
kernel/bpf/cgroup.c
1759
struct bpf_cgroup_storage *storage;
kernel/bpf/cgroup.c
227
static void bpf_cgroup_storages_free(struct bpf_cgroup_storage *storages[])
kernel/bpf/cgroup.c
235
static int bpf_cgroup_storages_alloc(struct bpf_cgroup_storage *storages[],
kernel/bpf/cgroup.c
236
struct bpf_cgroup_storage *new_storages[],
kernel/bpf/cgroup.c
269
static void bpf_cgroup_storages_assign(struct bpf_cgroup_storage *dst[],
kernel/bpf/cgroup.c
270
struct bpf_cgroup_storage *src[])
kernel/bpf/cgroup.c
278
static void bpf_cgroup_storages_link(struct bpf_cgroup_storage *storages[],
kernel/bpf/cgroup.c
310
struct bpf_cgroup_storage *storage, *stmp;
kernel/bpf/cgroup.c
793
struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {};
kernel/bpf/cgroup.c
794
struct bpf_cgroup_storage *new_storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {};
kernel/bpf/local_storage.c
103
struct bpf_cgroup_storage *storage)
kernel/bpf/local_storage.c
109
struct bpf_cgroup_storage *this;
kernel/bpf/local_storage.c
111
this = container_of(*new, struct bpf_cgroup_storage, node);
kernel/bpf/local_storage.c
135
struct bpf_cgroup_storage *storage;
kernel/bpf/local_storage.c
147
struct bpf_cgroup_storage *storage;
kernel/bpf/local_storage.c
186
struct bpf_cgroup_storage *storage;
kernel/bpf/local_storage.c
220
struct bpf_cgroup_storage *storage;
kernel/bpf/local_storage.c
260
struct bpf_cgroup_storage *storage;
kernel/bpf/local_storage.c
277
struct bpf_cgroup_storage, list_map);
kernel/bpf/local_storage.c
345
struct bpf_cgroup_storage *storage, *stmp;
kernel/bpf/local_storage.c
422
struct bpf_cgroup_storage *storage;
kernel/bpf/local_storage.c
492
*pages = round_up(sizeof(struct bpf_cgroup_storage) + size,
kernel/bpf/local_storage.c
503
struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog,
kernel/bpf/local_storage.c
507
struct bpf_cgroup_storage *storage;
kernel/bpf/local_storage.c
518
storage = bpf_map_kmalloc_node(map, sizeof(struct bpf_cgroup_storage),
kernel/bpf/local_storage.c
546
struct bpf_cgroup_storage *storage =
kernel/bpf/local_storage.c
547
container_of(rcu, struct bpf_cgroup_storage, rcu);
kernel/bpf/local_storage.c
555
struct bpf_cgroup_storage *storage =
kernel/bpf/local_storage.c
556
container_of(rcu, struct bpf_cgroup_storage, rcu);
kernel/bpf/local_storage.c
562
void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage)
kernel/bpf/local_storage.c
578
void bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage,
kernel/bpf/local_storage.c
599
void bpf_cgroup_storage_unlink(struct bpf_cgroup_storage *storage)
kernel/bpf/local_storage.c
66
struct bpf_cgroup_storage *
kernel/bpf/local_storage.c
78
struct bpf_cgroup_storage *storage;
kernel/bpf/local_storage.c
80
storage = container_of(node, struct bpf_cgroup_storage, node);