Searched refs:cache (Results 1 – 5 of 5) sorted by relevance
101 void **cache = per_cpu_ptr(scs_cache, cpu); in scs_cleanup() local104 vfree(cache[i]); in scs_cleanup()105 cache[i] = NULL; in scs_cleanup()
86 struct kprobe_insn_cache *cache; member183 kip->cache = c; in __get_insn_slot()206 kip->cache->free(kip->insns); in collect_one_slot()
119 implementations of RCU, and allows trading off cache misses126 number of cache misses incurred during RCU's grace-period
688 "START". The second string records the cold cache time of the first691 As it is a tight loop, it benchmarks as hot cache. That's fine because692 we care most about hot paths that are probably in cache already.
287 better performance thanks to cache locality; unfortunately,