Home
last modified time | relevance | path

Searched refs:bpf_percpu_cgroup_storage_update (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpf-cgroup.h174 int bpf_percpu_cgroup_storage_update(struct bpf_map *map, void *key,
475 static inline int bpf_percpu_cgroup_storage_update(struct bpf_map *map, in bpf_percpu_cgroup_storage_update() function
/openbmc/linux/kernel/bpf/
H A Dlocal_storage.c211 int bpf_percpu_cgroup_storage_update(struct bpf_map *_map, void *key, in bpf_percpu_cgroup_storage_update() function
H A Dsyscall.c179 err = bpf_percpu_cgroup_storage_update(map, key, value, in bpf_map_update_value()