/Linux-v5.4/kernel/ |
D | profile.c | 36 u32 pc, hits; member 256 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[j]; in profile_flip_buffers() local 258 if (!hits[i].hits) { in profile_flip_buffers() 259 if (hits[i].pc) in profile_flip_buffers() 260 hits[i].pc = 0; in profile_flip_buffers() 263 atomic_add(hits[i].hits, &prof_buffer[hits[i].pc]); in profile_flip_buffers() 264 hits[i].hits = hits[i].pc = 0; in profile_flip_buffers() 279 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[i]; in profile_discard_flip_buffers() local 280 memset(hits, 0, NR_PROFILE_HIT*sizeof(struct profile_hit)); in profile_discard_flip_buffers() 289 struct profile_hit *hits; in do_profile_hits() local [all …]
|
/Linux-v5.4/drivers/cpuidle/governors/ |
D | teo.c | 90 unsigned int hits; member 174 unsigned int hits = cpu_data->states[idx_timer].hits; in teo_update() local 177 hits -= hits >> DECAY_SHIFT; in teo_update() 185 hits += PULSE; in teo_update() 189 cpu_data->states[idx_timer].hits = hits; in teo_update() 303 if (cpu_data->states[idx].hits <= cpu_data->states[idx].misses && in teo_select()
|
/Linux-v5.4/mm/ |
D | swap_state.c | 52 #define SWAP_RA_VAL(addr, win, hits) \ argument 55 ((hits) & SWAP_RA_HITS_MASK)) 338 int win, hits; in lookup_swap_cache() local 342 hits = SWAP_RA_HITS(ra_val); in lookup_swap_cache() 344 hits = min_t(int, hits + 1, SWAP_RA_HITS_MAX); in lookup_swap_cache() 346 SWAP_RA_VAL(addr, win, hits)); in lookup_swap_cache() 463 int hits, in __swapin_nr_pages() argument 474 pages = hits + 2; in __swapin_nr_pages() 504 unsigned int hits, pages, max_pages; in swapin_nr_pages() local 511 hits = atomic_xchg(&swapin_readahead_hits, 0); in swapin_nr_pages() [all …]
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_acl_flex_keys.c | 102 } hits[0]; member 120 __set_bit(element, picker->hits[i].element); in mlxsw_afk_picker_count_hits() 121 picker->hits[i].total++; in mlxsw_afk_picker_count_hits() 135 memcpy(&hits_element, &picker->hits[block_index].element, in mlxsw_afk_picker_subtract_hits() 140 if (__test_and_clear_bit(j, picker->hits[i].element)) in mlxsw_afk_picker_subtract_hits() 141 picker->hits[i].total--; in mlxsw_afk_picker_subtract_hits() 154 if (picker->hits[i].total > most_hits) { in mlxsw_afk_picker_most_hits_get() 155 most_hits = picker->hits[i].total; in mlxsw_afk_picker_most_hits_get() 172 for_each_set_bit(element, picker->hits[block_index].element, in mlxsw_afk_picker_key_info_add() 193 alloc_size = sizeof(picker->hits[0]) * mlxsw_afk->blocks_count; in mlxsw_afk_picker()
|
/Linux-v5.4/fs/ |
D | fs_struct.c | 69 int hits = 0; in chroot_fs_refs() local 72 hits += replace_path(&fs->root, old_root, new_root); in chroot_fs_refs() 73 hits += replace_path(&fs->pwd, old_root, new_root); in chroot_fs_refs() 75 while (hits--) { in chroot_fs_refs()
|
/Linux-v5.4/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 221 int mon, hits = 0; in parse_monitor_param() local 239 tmp_mons[hits] = monitors[num]; in parse_monitor_param() 240 hits++; in parse_monitor_param() 244 if (hits == 0) { in parse_monitor_param() 252 avail_monitors = hits; in parse_monitor_param()
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-buildid-list.txt | 25 --with-hits:: 26 Show only DSOs with hits.
|
D | perf-annotate.txt | 123 global-period, local-period, global-hits, local-hits 127 The period/hits keywords set the base the percentage is computed 128 on - the samples period or the number of samples (hits).
|
D | perf-archive.txt | 15 This command runs perf-buildid-list --with-hits, and collects the files with the
|
/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_debugfs.c | 62 u32 hits = mvpp2_cls_flow_hits(entry->priv, entry->id); in mvpp2_dbgfs_flow_flt_hits_show() local 64 seq_printf(s, "%u\n", hits); in mvpp2_dbgfs_flow_flt_hits_show() 75 u32 hits = mvpp2_cls_lookup_hits(entry->priv, entry->flow); in mvpp2_dbgfs_flow_dec_hits_show() local 77 seq_printf(s, "%u\n", hits); in mvpp2_dbgfs_flow_dec_hits_show() 194 u32 hits; in mvpp2_dbgfs_flow_c2_hits_show() local 196 hits = mvpp2_cls_c2_hit_count(entry->priv, entry->id); in mvpp2_dbgfs_flow_c2_hits_show() 198 seq_printf(s, "%u\n", hits); in mvpp2_dbgfs_flow_c2_hits_show()
|
/Linux-v5.4/lib/ |
D | lru_cache.c | 202 lc->hits = 0; in lc_reset() 240 lc->hits, lc->misses, lc->starving, lc->locked, lc->changed); in lc_seq_printf_stats() 387 ++lc->hits; in __lc_get() 391 ++lc->hits; in __lc_get()
|
/Linux-v5.4/Documentation/devicetree/bindings/arc/ |
D | archs-pct.txt | 4 CPU and cache events like cache misses and hits. Like conventional PCT there
|
D | pct.txt | 4 CPU and cache events like cache misses and hits. Like conventional PCT there
|
/Linux-v5.4/tools/perf/ |
D | perf-archive.sh | 25 perf buildid-list -i $PERF_DATA --with-hits | grep -v "^$NOBUILDID " > $BUILDIDS
|
/Linux-v5.4/drivers/md/ |
D | dm-cache-policy-smq.c | 516 unsigned hits; member 529 s->hits = 0u; in stats_init() 535 s->hits = s->misses = 0u; in stats_reset() 541 s->hits++; in stats_level_accessed() 559 unsigned confidence = safe_div(s->hits << FP_SHIFT, s->hits + s->misses); in stats_assess() 1031 unsigned hits = mq->cache_stats.hits; in default_promote_level() local 1033 unsigned index = safe_div(hits << 4u, hits + misses); in default_promote_level()
|
/Linux-v5.4/Documentation/admin-guide/hw-vuln/ |
D | multihit.rst | 6 instruction fetch hits multiple entries in the instruction TLB. This can 105 the possibility of multiple hits. 114 the nested guest can trigger multiple iTLB hits by modifying its own
|
/Linux-v5.4/drivers/acpi/acpica/ |
D | dbstats.c | 86 "%8.2X %8.2X %8.2X %8.2X\n", list->requests, list->hits, in acpi_db_list_info() 87 list->requests - list->hits, list->object_size); in acpi_db_list_info()
|
D | utcache.c | 237 ACPI_MEM_TRACKING(cache->hits++); in acpi_os_acquire_object()
|
/Linux-v5.4/Documentation/trace/ |
D | kprobetrace.rst | 145 You can check the total number of probe hits and probe miss-hits via 147 The first column is event name, the second is the number of probe hits, 148 the third is the number of probe miss-hits. 252 Each line shows when the kernel hits an event, and <- SYMBOL means kernel
|
/Linux-v5.4/include/linux/ |
D | lru_cache.h | 196 unsigned long hits, misses, starving, locked, changed; member
|
/Linux-v5.4/scripts/coccinelle/misc/ |
D | returnvar.cocci | 9 // "when strict" can be removed to get more hits, but adds false
|
/Linux-v5.4/kernel/trace/ |
D | tracing_map.h | 199 atomic64_t hits; member
|
D | tracing_map.c | 535 atomic64_inc(&map->hits); in __tracing_map_insert() 575 atomic64_inc(&map->hits); in __tracing_map_insert() 695 atomic64_set(&map->hits, 0); in tracing_map_clear()
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | cache.rst | 95 forwarded to the origin device; additionally, write hits cause cache 240 <#read hits> <#read misses> <#write hits> <#write misses> 255 #read hits Number of times a READ bio has been mapped 259 #write hits Number of times a WRITE bio has been mapped
|
/Linux-v5.4/Documentation/fb/ |
D | cmap_xfbdev.rst | 39 colormap. For example, Xfbdev hits the following:
|