Searched refs:cacheit_lockit (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/kernel/bpf/ |
D | bpf_inode_storage.c | 38 bool cacheit_lockit) in inode_storage_lookup() argument 54 return bpf_local_storage_lookup(inode_storage, smap, cacheit_lockit); in inode_storage_lookup()
|
D | bpf_cgrp_storage.c | 64 cgroup_storage_lookup(struct cgroup *cgroup, struct bpf_map *map, bool cacheit_lockit) in cgroup_storage_lookup() argument 75 return bpf_local_storage_lookup(cgroup_storage, smap, cacheit_lockit); in cgroup_storage_lookup()
|
D | bpf_task_storage.c | 58 bool cacheit_lockit) in task_storage_lookup() argument 69 return bpf_local_storage_lookup(task_storage, smap, cacheit_lockit); in task_storage_lookup()
|
D | bpf_local_storage.c | 421 bool cacheit_lockit) in bpf_local_storage_lookup() argument 442 if (cacheit_lockit) { in bpf_local_storage_lookup()
|
/linux-6.6.21/include/linux/ |
D | bpf_local_storage.h | 135 bool cacheit_lockit);
|
/linux-6.6.21/net/core/ |
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()
|