bpf_cgroup_storage
struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE];
struct bpf_cgroup_storage *
struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog,
void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage);
void bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage,
void bpf_cgroup_storage_unlink(struct bpf_cgroup_storage *storage);
struct bpf_cgroup_storage;
static inline struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(
struct bpf_cgroup_storage *storage) {}
struct bpf_cgroup_storage *cgroup_storage[MAX_BPF_CGROUP_STORAGE_TYPE];
struct bpf_cgroup_storage *storage;
static void bpf_cgroup_storages_free(struct bpf_cgroup_storage *storages[])
static int bpf_cgroup_storages_alloc(struct bpf_cgroup_storage *storages[],
struct bpf_cgroup_storage *new_storages[],
static void bpf_cgroup_storages_assign(struct bpf_cgroup_storage *dst[],
struct bpf_cgroup_storage *src[])
static void bpf_cgroup_storages_link(struct bpf_cgroup_storage *storages[],
struct bpf_cgroup_storage *storage, *stmp;
struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {};
struct bpf_cgroup_storage *new_storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {};
struct bpf_cgroup_storage *storage)
struct bpf_cgroup_storage *this;
this = container_of(*new, struct bpf_cgroup_storage, node);
struct bpf_cgroup_storage *storage;
struct bpf_cgroup_storage *storage;
struct bpf_cgroup_storage *storage;
struct bpf_cgroup_storage *storage;
struct bpf_cgroup_storage *storage;
struct bpf_cgroup_storage, list_map);
struct bpf_cgroup_storage *storage, *stmp;
struct bpf_cgroup_storage *storage;
*pages = round_up(sizeof(struct bpf_cgroup_storage) + size,
struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog,
struct bpf_cgroup_storage *storage;
storage = bpf_map_kmalloc_node(map, sizeof(struct bpf_cgroup_storage),
struct bpf_cgroup_storage *storage =
container_of(rcu, struct bpf_cgroup_storage, rcu);
struct bpf_cgroup_storage *storage =
container_of(rcu, struct bpf_cgroup_storage, rcu);
void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage)
void bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage,
void bpf_cgroup_storage_unlink(struct bpf_cgroup_storage *storage)
struct bpf_cgroup_storage *
struct bpf_cgroup_storage *storage;
storage = container_of(node, struct bpf_cgroup_storage, node);