Home
last modified time | relevance | path

Searched refs:cacheit_lockit (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dbpf_local_storage.h150 bool cacheit_lockit) in bpf_local_storage_lookup() argument
169 if (cacheit_lockit) in bpf_local_storage_lookup()
/linux/kernel/bpf/
H A Dbpf_inode_storage.c37 bool cacheit_lockit) in inode_storage_lookup() argument
53 return bpf_local_storage_lookup(inode_storage, smap, cacheit_lockit); in inode_storage_lookup()
H A Dbpf_cgrp_storage.c36 cgroup_storage_lookup(struct cgroup *cgroup, struct bpf_map *map, bool cacheit_lockit)
47 return bpf_local_storage_lookup(cgroup_storage, smap, cacheit_lockit); in bpf_cgrp_storage_free()
61 cgroup_storage_lookup(struct cgroup * cgroup,struct bpf_map * map,bool cacheit_lockit) cgroup_storage_lookup() argument
H A Dbpf_task_storage.c32 bool cacheit_lockit) in bpf_task_storage_unlock()
43 return bpf_local_storage_lookup(task_storage, smap, cacheit_lockit); in bpf_task_storage_trylock()
55 task_storage_lookup(struct task_struct * task,struct bpf_map * map,bool cacheit_lockit) task_storage_lookup() argument
/linux/net/core/
H A Dbpf_sk_storage.c21 bpf_sk_storage_lookup(struct sock *sk, struct bpf_map *map, bool cacheit_lockit) in bpf_sk_storage_lookup() argument
32 return bpf_local_storage_lookup(sk_storage, smap, cacheit_lockit); in bpf_sk_storage_lookup()