Home
last modified time | relevance | path

Searched refs:bpf_cgroup_storage (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/bpf/
A Dlocal_storage.c65 struct bpf_cgroup_storage *
77 struct bpf_cgroup_storage *storage; in cgroup_storage_lookup()
102 struct bpf_cgroup_storage *storage) in cgroup_storage_insert()
108 struct bpf_cgroup_storage *this; in cgroup_storage_insert()
134 struct bpf_cgroup_storage *storage; in cgroup_storage_lookup_elem()
146 struct bpf_cgroup_storage *storage; in cgroup_storage_update_elem()
186 struct bpf_cgroup_storage *storage; in bpf_percpu_cgroup_storage_copy()
215 struct bpf_cgroup_storage *storage; in bpf_percpu_cgroup_storage_update()
249 struct bpf_cgroup_storage *storage; in cgroup_storage_get_next_key()
419 struct bpf_cgroup_storage *storage; in cgroup_storage_seq_show_elem()
[all …]
A Dcgroup.c31 static void bpf_cgroup_storages_free(struct bpf_cgroup_storage *storages[]) in bpf_cgroup_storages_free()
39 static int bpf_cgroup_storages_alloc(struct bpf_cgroup_storage *storages[], in bpf_cgroup_storages_alloc()
40 struct bpf_cgroup_storage *new_storages[], in bpf_cgroup_storages_alloc()
73 static void bpf_cgroup_storages_assign(struct bpf_cgroup_storage *dst[], in bpf_cgroup_storages_assign()
74 struct bpf_cgroup_storage *src[]) in bpf_cgroup_storages_assign()
82 static void bpf_cgroup_storages_link(struct bpf_cgroup_storage *storages[], in bpf_cgroup_storages_link()
114 struct bpf_cgroup_storage *storage, *stmp; in cgroup_bpf_release()
440 struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {}; in __cgroup_bpf_attach()
441 struct bpf_cgroup_storage *new_storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {}; in __cgroup_bpf_attach()
A Dhelpers.c414 struct bpf_cgroup_storage *storage; in BPF_CALL_2()
/linux/include/linux/
A Dbpf-cgroup.h20 struct bpf_cgroup_storage;
104 struct bpf_cgroup_storage { struct
127 struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE]; argument
206 struct bpf_cgroup_storage *
209 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog,
211 void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage);
212 void bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage,
215 void bpf_cgroup_storage_unlink(struct bpf_cgroup_storage *storage);
485 static inline struct bpf_cgroup_storage *bpf_cgroup_storage_alloc( in bpf_cgroup_storage_alloc()
488 struct bpf_cgroup_storage *storage) {} in bpf_cgroup_storage_free()
A Dbpf.h1155 struct bpf_cgroup_storage *cgroup_storage[MAX_BPF_CGROUP_STORAGE_TYPE];

Completed in 26 milliseconds