/Linux-v4.19/drivers/gpu/drm/amd/lib/ |
D | chash.c | 122 if (table->miss > 0) { in __chash_table_dump_stats() 123 DIV_FRAC(table->miss_steps, table->miss, quot1, frac1, 1000); in __chash_table_dump_stats() 124 DIV_FRAC(table->miss * 1000, table->miss_time_ns, in __chash_table_dump_stats() 131 table->miss, quot1, frac1, quot2, frac2); in __chash_table_dump_stats() 132 if (table->hits + table->miss > 0) { in __chash_table_dump_stats() 134 table->hits + table->miss, quot1, frac1, 1000); in __chash_table_dump_stats() 135 DIV_FRAC((table->hits + table->miss) * 1000, in __chash_table_dump_stats() 143 table->hits + table->miss, quot1, frac1, quot2, frac2); in __chash_table_dump_stats() 145 DIV_FRAC(table->hits + table->miss, table->relocs, in __chash_table_dump_stats() 378 iter->table->miss++; in chash_table_find()
|
/Linux-v4.19/tools/perf/util/ |
D | mem-events.c | 120 u64 hit, miss; in perf_mem__tlb_scnprintf() local 129 miss = m & PERF_MEM_TLB_MISS; in perf_mem__tlb_scnprintf() 147 if (miss) in perf_mem__tlb_scnprintf() 182 u64 hit, miss; in perf_mem__lvl_scnprintf() local 192 miss = m & PERF_MEM_LVL_MISS; in perf_mem__lvl_scnprintf() 230 if (miss) in perf_mem__lvl_scnprintf()
|
/Linux-v4.19/drivers/net/ethernet/arc/ |
D | emac_main.c | 280 unsigned int miss; in arc_emac_rx_miss_handle() local 282 miss = arc_reg_get(priv, R_MISS); in arc_emac_rx_miss_handle() 283 if (miss) { in arc_emac_rx_miss_handle() 284 stats->rx_errors += miss; in arc_emac_rx_miss_handle() 285 stats->rx_missed_errors += miss; in arc_emac_rx_miss_handle() 286 priv->rx_missed_errors += miss; in arc_emac_rx_miss_handle() 648 unsigned long miss, rxerr; in arc_emac_stats() local 652 miss = arc_reg_get(priv, R_MISS); in arc_emac_stats() 658 stats->rx_errors += miss; in arc_emac_stats() 664 stats->rx_missed_errors += miss; in arc_emac_stats()
|
/Linux-v4.19/Documentation/devicetree/bindings/nios2/ |
D | nios2.txt | 30 - altr,fast-tlb-miss-addr: Specifies CPU fast TLB miss exception address 58 altr,fast-tlb-miss-addr = <0xc7fff400>;
|
/Linux-v4.19/drivers/md/bcache/ |
D | request.c | 869 struct bio *miss, *cache_bio; in cached_dev_cache_miss() local 874 miss = bio_next_split(bio, sectors, GFP_NOIO, &s->d->bio_split); in cached_dev_cache_miss() 875 ret = miss == bio ? MAP_DONE : MAP_CONTINUE; in cached_dev_cache_miss() 897 miss = bio_next_split(bio, sectors, GFP_NOIO, &s->d->bio_split); in cached_dev_cache_miss() 900 ret = miss == bio ? MAP_DONE : -EINTR; in cached_dev_cache_miss() 908 cache_bio->bi_iter.bi_sector = miss->bi_iter.bi_sector; in cached_dev_cache_miss() 909 bio_copy_dev(cache_bio, miss); in cached_dev_cache_miss() 922 s->cache_miss = miss; in cached_dev_cache_miss() 932 miss->bi_end_io = backing_request_endio; in cached_dev_cache_miss() 933 miss->bi_private = &s->cl; in cached_dev_cache_miss() [all …]
|
/Linux-v4.19/Documentation/perf/ |
D | xgene-pmu.txt | 43 / # perf stat -a -e l3c0/read-miss/,mcb1/csw-write-request/ sleep 1 45 / # perf stat -a -e l3c0/read-miss,config1=0xfffffffffffffffe/ sleep 1
|
D | qcom_l3_pmu.txt | 22 perf stat -e l3cache_0_0/read-miss,lc/
|
/Linux-v4.19/Documentation/networking/ |
D | ax25.txt | 10 subscribed to post but of course that means you might miss an answer.
|
/Linux-v4.19/lib/ |
D | btree.c | 335 goto miss; in btree_get_prev() 339 goto miss; in btree_get_prev() 344 goto miss; in btree_get_prev() 352 goto miss; in btree_get_prev() 355 miss: in btree_get_prev()
|
/Linux-v4.19/Documentation/ |
D | numastat.txt | 2 Numa policy hit/miss statistics
|
/Linux-v4.19/drivers/gpu/drm/amd/include/linux/ |
D | chash.h | 54 u64 miss, miss_steps, miss_time_ns; member 118 prefix.miss = 0, \
|
/Linux-v4.19/net/wireless/ |
D | wext-proc.c | 64 stats->discard.misc, stats->miss.beacon); in wireless_seq_printf_stats()
|
/Linux-v4.19/arch/arc/kernel/ |
D | entry-arcv2.S | 36 VECTOR EV_TLBMissI ; Intruction TLB miss 37 VECTOR EV_TLBMissD ; Data TLB miss
|
D | entry-compact.S | 108 VECTOR EV_TLBMissI ; 0x108, Instruction TLB miss (0x21) 109 VECTOR EV_TLBMissD ; 0x110, Data TLB miss (0x22)
|
/Linux-v4.19/drivers/perf/ |
D | qcom_l3_pmu.c | 673 L3CACHE_EVENT_ATTR(read-miss, L3_EVENT_READ_MISS), 675 L3CACHE_EVENT_ATTR(read-miss-d-side, L3_EVENT_READ_MISS_D), 677 L3CACHE_EVENT_ATTR(write-miss, L3_EVENT_WRITE_MISS),
|
/Linux-v4.19/arch/mips/kernel/ |
D | entry.S | 48 local_irq_disable # make sure we dont miss an
|
/Linux-v4.19/Documentation/trace/ |
D | uprobetracer.rst | 72 You can check the total number of probe hits and probe miss-hits via 75 the third is the number of probe miss-hits.
|
D | kprobetrace.rst | 104 You can check the total number of probe hits and probe miss-hits via 107 the third is the number of probe miss-hits.
|
/Linux-v4.19/drivers/block/ |
D | ps3vram.c | 65 unsigned int miss; member 400 cache->miss++; in ps3vram_cache_match() 521 seq_printf(m, "hit:%u\nmiss:%u\n", priv->cache.hit, priv->cache.miss); in ps3vram_proc_show()
|
/Linux-v4.19/Documentation/hwmon/ |
D | smsc47m1 | 58 miss once-only alarms.
|
D | lm80 | 60 miss once-only alarms.
|
/Linux-v4.19/include/linux/ |
D | compiler_types.h | 97 unsigned long miss; member
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-devices-node | 63 The node's hit/miss statistics, in units of pages.
|
/Linux-v4.19/arch/nios2/boot/dts/ |
D | 3c120_devboard.dts | 51 altr,fast-tlb-miss-addr = <0xc7fff400>;
|
/Linux-v4.19/Documentation/openrisc/ |
D | README | 92 complete change of TLB miss handling.
|