Searched refs:bpf_cgrp_storage_delete (Results 1 – 4 of 4) sorted by relevance
29 bpf_cgrp_storage_delete(&map_a, task->cgroups->dfl_cgrp); in BPF_PROG()30 bpf_cgrp_storage_delete(&map_b, task->cgroups->dfl_cgrp); in BPF_PROG()
49 err = bpf_cgrp_storage_delete(&map_a, task->cgroups->dfl_cgrp); in BPF_PROG()
191 BPF_CALL_2(bpf_cgrp_storage_delete, struct bpf_map *, map, struct cgroup *, cgroup) in BPF_CALL_2() argument234 .func = bpf_cgrp_storage_delete,
28 The local storage can be removed with ``bpf_cgrp_storage_delete``::30 long bpf_cgrp_storage_delete(struct bpf_map *map, struct cgroup *cgroup)