Searched refs:cache_key (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | s390-sample-raw.c | 181 long cache_key = get_counterset_start(set) + nr; in get_counter_name() local 183 .wanted = cache_key, in get_counter_name() 191 if (cache_pmu == pmu && hashmap__find(cache, cache_key, &result)) in get_counter_name() 214 hashmap__set(cache, cache_key, new_value, /*old_key=*/NULL, &old_value); in get_counter_name()
|
| /linux/drivers/md/dm-pcache/ |
| H A D | Makefile | 1 …egment.o backing_dev.o cache.o cache_gc.o cache_writeback.o cache_segment.o cache_key.o cache_req.o
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-its.c | 533 unsigned long cache_key = vgic_its_cache_key(devid, eventid); in vgic_its_check_cache() local 546 irq = xa_load(&its->translation_cache, cache_key); in vgic_its_check_cache() 559 unsigned long cache_key = vgic_its_cache_key(devid, eventid); in vgic_its_cache_translation() local 573 old = xa_store(&its->translation_cache, cache_key, irq, GFP_KERNEL_ACCOUNT); in vgic_its_cache_translation()
|