Home
last modified time | relevance | path

Searched refs:hit (Results 1 – 110 of 110) sorted by relevance

/linux-4.4.14/kernel/trace/
Dring_buffer_benchmark.c235 unsigned long hit = 0; in ring_buffer_producer() local
256 hit++; in ring_buffer_producer()
333 trace_printk("Hit: %ld\n", hit); in ring_buffer_producer()
338 hit /= (long)time; in ring_buffer_producer()
342 trace_printk("Entries per millisec: %ld\n", hit); in ring_buffer_producer()
344 if (hit) { in ring_buffer_producer()
346 avg = NSEC_PER_MSEC / hit; in ring_buffer_producer()
355 hit + missed); in ring_buffer_producer()
358 if (!(hit + missed)) { in ring_buffer_producer()
360 hit--; /* make it non zero */ in ring_buffer_producer()
[all …]
DKconfig317 taken in the kernel is recorded whether it hit or miss.
484 have been hit and their counters.
/linux-4.4.14/fs/fat/
Dcache.c85 struct fat_cache *hit = &nohit, *p; in fat_cache_lookup() local
91 if (p->fcluster <= fclus && hit->fcluster < p->fcluster) { in fat_cache_lookup()
92 hit = p; in fat_cache_lookup()
93 if ((hit->fcluster + hit->nr_contig) < fclus) { in fat_cache_lookup()
94 offset = hit->nr_contig; in fat_cache_lookup()
96 offset = fclus - hit->fcluster; in fat_cache_lookup()
101 if (hit != &nohit) { in fat_cache_lookup()
102 fat_cache_update_lru(inode, hit); in fat_cache_lookup()
105 cid->nr_contig = hit->nr_contig; in fat_cache_lookup()
106 cid->fcluster = hit->fcluster; in fat_cache_lookup()
[all …]
/linux-4.4.14/drivers/isdn/mISDN/
Ddsp_ecdis.h39 int hit; member
64 det->hit = 0; in echo_can_disable_detector_init()
94 det->hit = TRUE; in echo_can_disable_detector_update()
107 return det->hit; in echo_can_disable_detector_update()
/linux-4.4.14/tools/perf/Documentation/
Dperf-kmem.txt40 Sort the output (default: 'frag,hit,bytes' for slab and 'bytes,hit'
41 for page). Available sort keys are 'ptr, callsite, bytes, hit,
42 pingpong, frag' for slab and 'page, callsite, bytes, hit, order,
Dperf-top.txt246 Profile display filter (>= hit count).
/linux-4.4.14/drivers/md/bcache/
Dstats.c184 bool hit, bool bypass) in mark_cache_stats() argument
187 if (hit) in mark_cache_stats()
192 if (hit) in mark_cache_stats()
199 bool hit, bool bypass) in bch_mark_cache_accounting() argument
202 mark_cache_stats(&dc->accounting.collector, hit, bypass); in bch_mark_cache_accounting()
203 mark_cache_stats(&c->accounting.collector, hit, bypass); in bch_mark_cache_accounting()
/linux-4.4.14/Documentation/device-mapper/
Dcache-policies.txt20 doesn't update states (eg, hit counts) for a block more than once
39 on hit count on entry. The policy aims to take different cache miss
67 Internally the mq policy determines a promotion threshold. If the hit
99 pointers. It avoids storing an explicit hit count for each block. It
109 based on their hit count (~ln(hit count)). This means the bottom
114 SMQ does not maintain a hit count, instead it swaps hit entries with
121 The MQ policy maintains a hit count for each cache block. For a
122 different block to get promoted to the cache it's hit count has to
125 Periodically degrading the hit counts could help with this, but I
128 SMQ doesn't maintain hit counts, so a lot of this problem just goes
Dcache.txt66 getting hit a lot, yet the whole block will be promoted to the cache.
82 complete until it has hit both the origin and cache devices. Clean
147 uses this facility to store the hit count of the cache blocks. If
149 may be less efficient until those hit counts are regenerated.
/linux-4.4.14/fs/coda/
Dcache.c64 int hit; in coda_cache_check() local
67 hit = (mask & cii->c_cached_perm) == mask && in coda_cache_check()
72 return hit; in coda_cache_check()
/linux-4.4.14/tools/perf/util/
Dcallchain.c221 if (rnode->hit < chain->hit) in rb_insert_callchain()
258 if (node->hit && node->hit >= min_hit) in __sort_chain_flat()
433 new->hit = period; in add_child()
476 new->hit = parent->hit; in split_add_child()
489 parent->hit = 0; in split_add_child()
512 parent->hit = period; in split_add_child()
610 root->hit += period; in append_chain()
655 if (src->hit) { in merge_chain_branch()
657 append_chain_children(dst, cursor, src->hit); in merge_chain_branch()
Dcallchain.h62 u64 hit; member
136 root->node.hit = 0; in callchain_init()
144 return node->hit + node->children_hit; in callchain_cumul_hits()
Dbuild-id.c44 al.map->dso->hit = 1; in build_id__mark_dso_hit()
215 if (!pos->hit) in machine__write_buildid_table()
261 pos->hit = true; in __dsos__hit_all()
Dsort.c786 u64 hit, miss; in hist_entry__tlb_snprintf() local
793 hit = m & PERF_MEM_TLB_HIT; in hist_entry__tlb_snprintf()
811 if (hit) in hist_entry__tlb_snprintf()
863 u64 hit, miss; in hist_entry__lvl_snprintf() local
870 hit = m & PERF_MEM_LVL_HIT; in hist_entry__lvl_snprintf()
888 if (hit) in hist_entry__lvl_snprintf()
Ddso.h156 u8 hit:1; member
Ddso.c1167 if (with_hits && !pos->hit) in __dsos__read_build_ids()
Dheader.c2843 if (!pos->hit) in perf_event__synthesize_build_id()
/linux-4.4.14/arch/arm64/mm/
Dcontext.c82 bool hit = false; in check_update_reserved_asid() local
95 hit = true; in check_update_reserved_asid()
100 return hit; in check_update_reserved_asid()
/linux-4.4.14/net/wireless/
Dradiotap.c215 int hit = 0; in ieee80211_radiotap_iterator_next() local
335 hit = 1; in ieee80211_radiotap_iterator_next()
358 hit = 1; in ieee80211_radiotap_iterator_next()
365 if (hit) in ieee80211_radiotap_iterator_next()
/linux-4.4.14/arch/arm/mm/
Dcontext.c171 bool hit = false; in check_update_reserved_asid() local
184 hit = true; in check_update_reserved_asid()
189 return hit; in check_update_reserved_asid()
/linux-4.4.14/arch/arm/probes/kprobes/
Dtest-core.c1216 int hit; member
1238 probe->hit = -1; in register_test_probe()
1246 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_before_pre_handler()
1262 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_case_pre_handler()
1271 if (container_of(p, struct test_probe, kprobe)->hit == test_instance) in test_after_pre_handler()
1290 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_after_pre_handler()
1535 if (test_before_probe.hit != test_instance) { in kprobes_test_case_end()
1540 if (test_after_probe.hit != test_instance && in kprobes_test_case_end()
1541 test_after2_probe.hit != test_instance) { in kprobes_test_case_end()
1565 if (test_case_probe.hit != test_instance) { in kprobes_test_case_end()
[all …]
/linux-4.4.14/net/unix/
Dgarbage.c169 bool hit = false; in scan_inflight() local
186 hit = true; in scan_inflight()
192 if (hit && hitlist != NULL) { in scan_inflight()
/linux-4.4.14/arch/mn10300/kernel/
Dkgdb.c362 bool hit = false; in kgdb_arch_undo_singlestep() local
369 hit = true; in kgdb_arch_undo_singlestep()
379 hit = true; in kgdb_arch_undo_singlestep()
392 return hit; in kgdb_arch_undo_singlestep()
/linux-4.4.14/tools/perf/
Dbuiltin-kmem.c52 u32 hit; member
88 data->hit++; in insert_alloc_stat()
99 data->hit = 1; in insert_alloc_stat()
131 data->hit++; in insert_caller_stat()
142 data->hit = 1; in insert_caller_stat()
985 (unsigned long)data->bytes_alloc / data->hit, in __print_slab_result()
987 (unsigned long)data->bytes_req / data->hit, in __print_slab_result()
988 (unsigned long)data->hit, in __print_slab_result()
1408 if (l->hit < r->hit) in hit_cmp()
1410 else if (l->hit > r->hit) in hit_cmp()
Dbuiltin-buildid-list.c46 return with_hits && !dso->hit; in dso__skip_buildid()
Dbuiltin-mem.c80 al.map->dso->hit = 1; in dump_raw_samples()
Dbuiltin-inject.c373 if (!al.map->dso->hit) { in perf_event__inject_buildid()
374 al.map->dso->hit = 1; in perf_event__inject_buildid()
Dbuiltin-report.c183 al.map->dso->hit = 1; in process_sample_event()
394 (kernel_map->dso->hit && in report__warn_kptr_restrict()
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/
Dhit,tx23d38vm0caa.txt4 - compatible: should be "hit,tx23d38vm0caa"
/linux-4.4.14/drivers/staging/speakup/
DDefaultKeyAssignments9 hit the keypad period.
36 KeyPad-Enter Shut Up (until another key is hit) and sync reading cursor
Dspkguide.txt188 until you hit another key. When you hit speakup plus keypad enter,
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/
DTINY_RCU.txt10 The theory here is that randconfig testing will hit the other six possible
/linux-4.4.14/Documentation/s390/
D3270.txt194 and hit ENTER to execute them.
200 and more output will appear. You may hit ENTER with nothing typed in
202 which indicates no scrolling will occur. (If you hit ENTER with "Linux
211 Other things you may do when the log area fills up are: hit PA2 to
212 clear the log area and write more output to it, or hit CLEAR to clear
241 may hit PF10 again for the next-most-recent command, and so on. A
262 hit PF24. Want to see the command line first, before you execute it?
DDebugging390.txt1049 hit b to continue till breakpoint
1054 or whatever the IO channels you wish to trace are & hit b
1227 boot the kernel & hit PA1 at some random time
1753 e.g. hit br <TAB> & cursor up & down :-).
/linux-4.4.14/scripts/kconfig/
Dmenu.c621 bool hit; in get_symbol_str() local
651 hit = false; in get_symbol_str()
653 if (!hit) { in get_symbol_str()
655 hit = true; in get_symbol_str()
660 if (hit) in get_symbol_str()
Dzconf.lex.c_shipped1742 * valid NUL; if not, then we've hit the end of the buffer.
/linux-4.4.14/Documentation/
Dkprobes.txt26 routine to be invoked when the breakpoint is hit.
41 the probe is hit.
87 Here's how it works. When the probe is hit, Kprobes makes a copy of
112 probe is hit, Kprobes saves a copy of the return address, and replaces
118 passes to the trampoline and that probe is hit. Kprobes' trampoline
148 function entry is hit, the user-defined entry_handler, if any, is invoked.
172 sysctl(8)), Kprobes tries to reduce probe-hit overhead by using a jump
228 it. If the to-be-optimized probepoint is hit before being optimized,
339 hit, Kprobes calls kp->pre_handler. After the probed instruction
345 so, its handlers aren't hit until calling enable_kprobe(kp).
[all …]
Dnumastat.txt2 Numa policy hit/miss statistics
Dsysrq.txt6 It is a 'magical' key combo you can hit which the kernel will respond to
186 * I hit SysRq, but nothing seems to happen, what's wrong?
229 * When I hit a SysRq key combination only the header appears on the console?
Dgdb-kernel-debugging.txt85 the breakpoint hit:
Dbcache.txt293 partial hit is counted as a miss.
425 purposes (i.e. testing how different size caches affect your hit rate), but
Dadding-syscalls.txt352 should hit the compat entry point:
362 arch/x86/entry/syscalls/syscall_64.tbl is split so that x32 programs hit the
D00-INDEX341 - info on how to read Numa policy hit/miss statistics in sysfs.
DIPMI.txt425 want the CPU hit) can disable it.
Dkernel-parameters.txt2989 If you hit the warning due to signal overflow,
3807 warning is hit. This turns off "tracing_on". Tracing can
Dmemory-barriers.txt2864 mechanisms may alleviate this - once the store has actually hit the cache
/linux-4.4.14/arch/arm/boot/compressed/
Dhead-xscale.S20 @ memory to be sure we hit the same cache.
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunvnet.h90 u8 hit; member
Dsunvnet.c1496 m->hit = 1; in __update_mc_list()
1505 m->hit = 1; in __update_mc_list()
1552 if (m->hit) { in __send_mc_list()
1553 m->hit = 0; in __send_mc_list()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_binding.c1047 unsigned long hit = 0; in vmw_binding_emit_dirty() local
1049 while ((hit = find_next_bit(&cbs->dirty, VMW_BINDING_NUM_BITS, hit)) in vmw_binding_emit_dirty()
1052 switch (hit) { in vmw_binding_emit_dirty()
1071 __clear_bit(hit, &cbs->dirty); in vmw_binding_emit_dirty()
1072 hit++; in vmw_binding_emit_dirty()
/linux-4.4.14/include/trace/events/
Dbcache.h123 TP_PROTO(struct bio *bio, bool hit, bool bypass),
124 TP_ARGS(bio, hit, bypass),
140 __entry->cache_hit = hit;
/linux-4.4.14/net/sctp/
Dinput.c774 goto hit; in __sctp_rcv_lookup_endpoint()
779 hit: in __sctp_rcv_lookup_endpoint()
870 goto hit; in __sctp_lookup_association()
877 hit: in __sctp_lookup_association()
/linux-4.4.14/Documentation/fault-injection/
Dprovoke-crashes.txt26 cpoint_count : Indicates the number of times the crash point is to be hit
/linux-4.4.14/Documentation/vm/
Dremap_file_pages.txt25 One side effect of emulation (apart from performance) is that user can hit
/linux-4.4.14/Documentation/block/
Dqueue-sysfs.txt89 enabled. When set to 1 only simple one-hit merges will be tried. When
90 set to 2 no merge algorithms will be tried (including one-hit or more
Dwriteback_cache_control.txt10 operating system before data actually has hit the non-volatile storage. This
/linux-4.4.14/arch/alpha/lib/
Dstrrchr.S40 bne t1, $eos # .. e1 : did we already hit the terminator?
Dev67-strrchr.S62 bne t1, $eos # U : did we already hit the terminator?
/linux-4.4.14/drivers/block/
Dps3vram.c64 unsigned int hit; member
386 cache->hit++; in ps3vram_cache_match()
522 seq_printf(m, "hit:%u\nmiss:%u\n", priv->cache.hit, priv->cache.miss); in ps3vram_proc_show()
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-devices-node63 The node's hit/miss statistics, in units of pages.
/linux-4.4.14/arch/sh/
DKconfig.debug29 performance hit. Most users should say N.
/linux-4.4.14/Documentation/development-process/
D8.Conclusion39 somewhat obsolete by the time they hit the shelves, and they have been on
/linux-4.4.14/Documentation/trace/
Devents.txt315 a stack trace whenever the trace event is hit. Whenever a trace event
377 the triggering event is hit. When these commands are registered,
424 kmalloc tracepoint is hit:
488 hit. The parameter determines how many times the tracing system is
Dftrace.txt922 disabled. When a new maximum latency is hit, the tracer saves
1716 tracing at the point that you hit the part that you are
2465 functions are hit. The parameter determines how many times the
2468 is hit the first 5 times, run:
2472 To always disable tracing when __schedule_bug is hit:
2488 Will cause a snapshot to be triggered when the function is hit.
2526 When the function is hit, it will dump the contents of the ftrace
2529 is hit. Perhaps its a function that is called before a tripple
2533 When the function is hit, it will dump the contents of the ftrace
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dstatahead.c1463 int hit; in ll_sai_unplug() local
1466 hit = 1; in ll_sai_unplug()
1468 hit = 0; in ll_sai_unplug()
1471 if (hit) { in ll_sai_unplug()
Drw.c948 unsigned hit) in ras_update() argument
955 ll_ra_stats_inc_sbi(sbi, hit ? RA_STAT_HIT : RA_STAT_MISS); in ras_update()
965 } else if (!hit && ras->ras_window_len && in ras_update()
Dllite_internal.h1062 unsigned hit);
/linux-4.4.14/include/linux/
Dcompiler.h96 unsigned long hit; member
/linux-4.4.14/Documentation/cgroups/
Dpids.txt10 Since it is trivial to hit the task limit without hitting any kmemcg limits in
Dunified-hierarchy.txt555 conservatively. When hit, it throttles allocations by forcing them
572 many different ways. For example, the upper boundary hit count is
Dmemory.txt554 hit its limit. When a memory cgroup hits a limit, failcnt increases and
846 not yet hit but the usage is getting closer
Dcpusets.txt586 - The latency is required even it sacrifices cache hit rate etc.
/linux-4.4.14/arch/powerpc/platforms/8xx/
DKconfig127 performance hit.
/linux-4.4.14/Documentation/scheduler/
Dsched-nice-design.txt36 bigger hit than the normal linear rule would do. (The solution of
Dsched-stats.txt5 Version 14 of schedstats includes support for sched_domains, which hit the
/linux-4.4.14/tools/perf/ui/stdio/
Dhist.c249 percent = chain->hit * 100.0 / total_samples; in callchain__fprintf_flat()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-block-bcache29 counted per bio. A partial cache hit counts as a miss.
/linux-4.4.14/Documentation/arm/
Dkernel_mode_neon.txt44 mode will hit the lazy restore trap upon next use. This is handled by the
DIXP4xx90 cases the performance hit is acceptable. In addition, you cannot
/linux-4.4.14/arch/frv/mm/
Dtlb-miss.S304 # - need to check IAMR1 lest we cause an multiple-DAT-hit exception
/linux-4.4.14/Documentation/fb/
Dvesafb.txt40 vga=ask and hit return. The mode you wish to use is derived from the
Dframebuffer.txt161 is hit by an electron, it emits a photon and thus becomes visible.
/linux-4.4.14/Documentation/networking/
Dxfrm_sync.txt162 If you have an SA that is getting hit by traffic in bursts such that
Dfilter.txt423 break when a breakpoint is being hit (another `run` will continue from
Dip-sysctl.txt664 also not add new buffers if the limit is hit.
/linux-4.4.14/Documentation/devicetree/bindings/
Dvendor-prefixes.txt105 hit Hitachi Ltd.
/linux-4.4.14/Documentation/video4linux/
DREADME.ivtv104 cat /dev/video0 > my.mpg (you need to hit ctrl-c to exit)
/linux-4.4.14/drivers/scsi/libfc/
Dfc_exch.c826 goto hit; in fc_exch_em_alloc()
831 goto hit; in fc_exch_em_alloc()
842 hit: in fc_exch_em_alloc()
/linux-4.4.14/arch/arm/mach-omap2/
Dsram242x.S308 str r10, [r11] @ hit DLLB also
Dsram243x.S308 str r10, [r11] @ hit DLLB also
/linux-4.4.14/arch/arm/mach-ixp4xx/
DKconfig217 plus a spinlock, but in some cases the performance hit is
/linux-4.4.14/Documentation/usb/
Dgadget_hid.txt107 --caps-lock and hit return. A report is then sent by the
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c720 CL_ENV_INC(hit); in cl_env_peek()
Dcl_lock.c495 CS_LOCK_INC(obj, hit); in cl_lock_lookup()
/linux-4.4.14/Documentation/power/
Dsuspend-and-cpuhotplug.txt261 to a suspend operation in progress at the same time, then we could hit the
/linux-4.4.14/mm/
DKconfig458 in a negligible performance hit.
474 compare-against-NULL resulting in a negligible performance hit
/linux-4.4.14/arch/sh/lib/
Dmemcpy-sh4.S450 ! and dest hit the same cache line, this will thrash, so make
/linux-4.4.14/Documentation/nvdimm/
Dbtt.txt162 writes. We can hit a condition where the writer thread grabs a free block to do
/linux-4.4.14/Documentation/RCU/
Drcubarrier.txt287 Much later, yours truly hit the RCU module-unload problem when
/linux-4.4.14/arch/arm/
DKconfig1176 can populate the micro-TLB with a stale entry which may be hit with
1192 bool "ARM errata: Possible cache data corruption with hit-under-miss enabled"
1197 hit-under-miss enabled). It sets the undocumented bit 31 in
1199 register, thus disabling hit-under-miss without putting the
/linux-4.4.14/arch/
DKconfig104 are hit by user-space applications.
/linux-4.4.14/arch/ia64/
DKconfig337 performance hit.
/linux-4.4.14/drivers/md/
DKconfig303 A cache policy that uses a multiqueue ordered by recent hit
/linux-4.4.14/Documentation/kbuild/
Dkconfig-language.txt400 If you've hit the Kconfig error: "recursive dependency detected" you've run
/linux-4.4.14/Documentation/filesystems/
Df2fs.txt147 increasing the cache hit ratio. Set by default.
Dxfs-delayed-logging-design.txt404 we take a cache line hit for the log item list modification, then another for
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS691 card to work by booting DOS before starting Linux (boot DOS, hit ctrl-alt-del
744 (n/y) means 'n'. To use the default value, just hit ENTER. But be careful
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped1584 * valid NUL; if not, then we've hit the end of the buffer.
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped1288 * valid NUL; if not, then we've hit the end of the buffer.
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2591 - it will just sit there after you hit return
2668 After you run UML and it sits there doing nothing, you hit return at
2893 sh -c 'echo pid=$$; echo -n hit return; read x; exec strace -p 1 -o strace.out'