Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_local_storage.c31 if (!map->ops->map_local_storage_charge) in mem_charge()
34 return map->ops->map_local_storage_charge(smap, owner, size); in mem_charge()
/linux/include/linux/
H A Dbpf.h151 int (*map_local_storage_charge)(struct bpf_local_storage_map *smap, member