Home
last modified time | relevance | path

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

/Linux-v5.10/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_local_storage.c206 bool cacheit_lockit) in bpf_local_storage_lookup() argument
225 if (cacheit_lockit) { in bpf_local_storage_lookup()
/Linux-v5.10/include/linux/
Dbpf_local_storage.h127 bool cacheit_lockit);
/Linux-v5.10/net/core/
Dbpf_sk_storage.c31 sk_storage_lookup(struct sock *sk, struct bpf_map *map, bool cacheit_lockit) in sk_storage_lookup() argument
41 return bpf_local_storage_lookup(sk_storage, smap, cacheit_lockit); in sk_storage_lookup()