Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 6 of 6) sorted by relevance

/kernel/bpf/
Dbpf_local_storage.c504 u16 bpf_local_storage_cache_idx_get(struct bpf_local_storage_cache *cache) in bpf_local_storage_cache_idx_get()
528 void bpf_local_storage_cache_idx_free(struct bpf_local_storage_cache *cache, in bpf_local_storage_cache_idx_free()
Dmemalloc.c109 struct bpf_mem_cache cache[NUM_CACHES]; member
Dbtf.c7726 struct bpf_cand_cache **cache, in __print_cand_cache()
7763 struct bpf_cand_cache **cache, in check_cand_cache()
7780 struct bpf_cand_cache **cache, in populate_cand_cache()
7808 static void __purge_cand_cache(struct btf *btf, struct bpf_cand_cache **cache, in __purge_cand_cache()
/kernel/
Dscs.c96 void **cache = per_cpu_ptr(scs_cache, cpu); in scs_cleanup() local
Dseccomp.c226 struct action_cache cache; member
368 const struct action_cache *cache = &sfilter->cache; in seccomp_cache_check_allow() local
837 struct action_cache *cache = &sfilter->cache; in seccomp_cache_prepare() local
Dkprobes.c92 struct kprobe_insn_cache *cache; member