Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbpf-cgroup.h164 int bpf_percpu_cgroup_storage_update(struct bpf_map *map, void *key,
375 static inline int bpf_percpu_cgroup_storage_update(struct bpf_map *map, in bpf_percpu_cgroup_storage_update() function
/Linux-v5.4/kernel/bpf/
Dlocal_storage.c200 int bpf_percpu_cgroup_storage_update(struct bpf_map *_map, void *_key, in bpf_percpu_cgroup_storage_update() function
Dsyscall.c948 err = bpf_percpu_cgroup_storage_update(map, key, value, in map_update_elem()