Home
last modified time | relevance | path

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

/kernel/
Dscs.c101 void **cache = per_cpu_ptr(scs_cache, cpu); in scs_cleanup() local
104 vfree(cache[i]); in scs_cleanup()
105 cache[i] = NULL; in scs_cleanup()
Dkprobes.c86 struct kprobe_insn_cache *cache; member
183 kip->cache = c; in __get_insn_slot()
206 kip->cache->free(kip->insns); in collect_one_slot()
/kernel/rcu/
DKconfig119 implementations of RCU, and allows trading off cache misses
126 number of cache misses incurred during RCU's grace-period
/kernel/trace/
DKconfig688 "START". The second string records the cold cache time of the first
691 As it is a tight loop, it benchmarks as hot cache. That's fine because
692 we care most about hot paths that are probably in cache already.
/kernel/power/
DKconfig287 better performance thanks to cache locality; unfortunately,