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.c555 struct bpf_local_storage_elem *first_selem, in bpf_local_storage_alloc() argument
586 bpf_selem_link_storage_nolock(storage, first_selem); in bpf_local_storage_alloc()
593 bpf_selem_link_map_nolock(b, first_selem); in bpf_local_storage_alloc()
609 bpf_selem_unlink_map_nolock(first_selem); in bpf_local_storage_alloc()
/linux/include/linux/
H A Dbpf_local_storage.h203 struct bpf_local_storage_elem *first_selem,