Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_local_storage.c478 struct bpf_local_storage_elem *first_selem) in bpf_local_storage_alloc() argument
503 bpf_selem_link_storage_nolock(storage, first_selem); in bpf_local_storage_alloc()
510 bpf_selem_link_map_nolock(b, first_selem); in bpf_local_storage_alloc()
526 bpf_selem_unlink_map_nolock(first_selem); in bpf_local_storage_alloc()
/linux/include/linux/
H A Dbpf_local_storage.h199 struct bpf_local_storage_elem *first_selem);