Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dbpf_inode_storage.c37 bool cacheit_lockit) in inode_storage_lookup() argument
52 return bpf_local_storage_lookup(inode_storage, smap, cacheit_lockit); in inode_storage_lookup()
Dbpf_task_storage.c57 bool cacheit_lockit) in task_storage_lookup() argument
67 return bpf_local_storage_lookup(task_storage, smap, cacheit_lockit); in task_storage_lookup()
Dbpf_local_storage.c210 bool cacheit_lockit) in bpf_local_storage_lookup() argument
229 if (cacheit_lockit) { in bpf_local_storage_lookup()
/Linux-v5.15/include/linux/
Dbpf_local_storage.h127 bool cacheit_lockit);
/Linux-v5.15/net/core/
Dbpf_sk_storage.c20 bpf_sk_storage_lookup(struct sock *sk, struct bpf_map *map, bool cacheit_lockit) in bpf_sk_storage_lookup() argument
30 return bpf_local_storage_lookup(sk_storage, smap, cacheit_lockit); in bpf_sk_storage_lookup()