Searched refs:cacheit_lockit (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/bpf/ |
H A D | bpf_inode_storage.c | 37 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 D | bpf_cgrp_storage.c | 63 cgroup_storage_lookup(struct cgroup *cgroup, struct bpf_map *map, bool cacheit_lockit) in cgroup_storage_lookup() argument 74 return bpf_local_storage_lookup(cgroup_storage, smap, cacheit_lockit); in cgroup_storage_lookup()
|
H A D | bpf_task_storage.c | 55 bool cacheit_lockit) in task_storage_lookup() argument 66 return bpf_local_storage_lookup(task_storage, smap, cacheit_lockit); in task_storage_lookup()
|
/linux/net/core/ |
H A D | bpf_sk_storage.c | 21 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()
|