Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dbpf_inode_storage.c38 bool cacheit_lockit) in inode_storage_lookup() argument
54 return bpf_local_storage_lookup(inode_storage, smap, cacheit_lockit); in inode_storage_lookup()
Dbpf_task_storage.c58 bool cacheit_lockit) in task_storage_lookup() argument
69 return bpf_local_storage_lookup(task_storage, smap, cacheit_lockit); in task_storage_lookup()
Dbpf_local_storage.c239 bool cacheit_lockit) in bpf_local_storage_lookup() argument
260 if (cacheit_lockit) { in bpf_local_storage_lookup()
/Linux-v6.1/include/linux/
Dbpf_local_storage.h131 bool cacheit_lockit);
/Linux-v6.1/net/core/
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()