Home
last modified time | relevance | path

Searched refs:first_selem (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/bpf/
Dbpf_local_storage.c257 struct bpf_local_storage_elem *first_selem) in bpf_local_storage_alloc() argument
277 bpf_selem_link_storage_nolock(storage, first_selem); in bpf_local_storage_alloc()
278 bpf_selem_link_map(smap, first_selem); in bpf_local_storage_alloc()
294 bpf_selem_unlink_map(first_selem); in bpf_local_storage_alloc()
/kernel/linux/linux-5.10/include/linux/
Dbpf_local_storage.h157 struct bpf_local_storage_elem *first_selem);