Home
last modified time | relevance | path

Searched hist:c0d63f309186d8492577c67c67984c714b6b72bc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpf_local_storage.hdiff c0d63f309186d8492577c67c67984c714b6b72bc Wed Mar 08 00:59:28 CST 2023 Martin KaFai Lau <martin.lau@kernel.org> bpf: Add bpf_selem_free()

This patch refactors the selem freeing logic into bpf_selem_free().
It is a preparation work for a later patch using
bpf_mem_cache_alloc/free. The other kfree(selem) cases
are also changed to bpf_selem_free(..., reuse_now = true).

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Link: https://lore.kernel.org/r/20230308065936.1550103-10-martin.lau@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
/openbmc/linux/kernel/bpf/
H A Dbpf_local_storage.cdiff c0d63f309186d8492577c67c67984c714b6b72bc Wed Mar 08 00:59:28 CST 2023 Martin KaFai Lau <martin.lau@kernel.org> bpf: Add bpf_selem_free()

This patch refactors the selem freeing logic into bpf_selem_free().
It is a preparation work for a later patch using
bpf_mem_cache_alloc/free. The other kfree(selem) cases
are also changed to bpf_selem_free(..., reuse_now = true).

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Link: https://lore.kernel.org/r/20230308065936.1550103-10-martin.lau@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
/openbmc/linux/net/core/
H A Dbpf_sk_storage.cdiff c0d63f309186d8492577c67c67984c714b6b72bc Wed Mar 08 00:59:28 CST 2023 Martin KaFai Lau <martin.lau@kernel.org> bpf: Add bpf_selem_free()

This patch refactors the selem freeing logic into bpf_selem_free().
It is a preparation work for a later patch using
bpf_mem_cache_alloc/free. The other kfree(selem) cases
are also changed to bpf_selem_free(..., reuse_now = true).

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Link: https://lore.kernel.org/r/20230308065936.1550103-10-martin.lau@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>