Searched refs:cacheit_lockit (Results 1 – 5 of 5) sorted by relevance
38 bool cacheit_lockit) in inode_storage_lookup() argument54 return bpf_local_storage_lookup(inode_storage, smap, cacheit_lockit); in inode_storage_lookup()
58 bool cacheit_lockit) in task_storage_lookup() argument69 return bpf_local_storage_lookup(task_storage, smap, cacheit_lockit); in task_storage_lookup()
239 bool cacheit_lockit) in bpf_local_storage_lookup() argument260 if (cacheit_lockit) { in bpf_local_storage_lookup()
131 bool cacheit_lockit);
21 bpf_sk_storage_lookup(struct sock *sk, struct bpf_map *map, bool cacheit_lockit) in bpf_sk_storage_lookup() argument32 return bpf_local_storage_lookup(sk_storage, smap, cacheit_lockit); in bpf_sk_storage_lookup()