Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dring_buffer_benchmark.c220 unsigned long hit = 0; in ring_buffer_producer() local
241 hit++; in ring_buffer_producer()
321 trace_printk("Hit: %ld\n", hit); in ring_buffer_producer()
326 hit /= (long)time; in ring_buffer_producer()
330 trace_printk("Entries per millisec: %ld\n", hit); in ring_buffer_producer()
332 if (hit) { in ring_buffer_producer()
334 avg = NSEC_PER_MSEC / hit; in ring_buffer_producer()
343 hit + missed); in ring_buffer_producer()
346 if (!(hit + missed)) { in ring_buffer_producer()
348 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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/tools/perf/util/
Dcallchain.c272 if (rnode->hit < chain->hit) in rb_insert_callchain()
309 if (node->hit && node->hit >= min_hit) in __sort_chain_flat()
484 new->hit = period; in add_child()
527 new->hit = parent->hit; in split_add_child()
540 parent->hit = 0; in split_add_child()
563 parent->hit = period; in split_add_child()
661 root->hit += period; in append_chain()
706 if (src->hit) { in merge_chain_branch()
708 append_chain_children(dst, cursor, src->hit); in merge_chain_branch()
Dcallchain.h38 u64 hit; member
107 root->node.hit = 0; in callchain_init()
115 return node->hit + node->children_hit; in callchain_cumul_hits()
Dbuild-id.c44 al.map->dso->hit = 1; in build_id__mark_dso_hit()
174 if (!pos->hit) in __dsos__write_buildid_table()
240 pos->hit = true; in __dsos__hit_all()
Dsort.c661 u64 hit, miss; in hist_entry__tlb_snprintf() local
668 hit = m & PERF_MEM_TLB_HIT; in hist_entry__tlb_snprintf()
686 if (hit) in hist_entry__tlb_snprintf()
738 u64 hit, miss; in hist_entry__lvl_snprintf() local
745 hit = m & PERF_MEM_LVL_HIT; in hist_entry__lvl_snprintf()
763 if (hit) in hist_entry__lvl_snprintf()
Ddso.h145 u8 hit:1; member
Ddso.c1020 if (with_hits && !pos->hit) in __dsos__read_build_ids()
Dheader.c2754 if (!pos->hit) in perf_event__synthesize_build_id()
/linux-4.1.27/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.1.27/tools/perf/
Dbuiltin-kmem.c46 u32 hit; member
82 data->hit++; in insert_alloc_stat()
93 data->hit = 1; in insert_alloc_stat()
125 data->hit++; in insert_caller_stat()
136 data->hit = 1; in insert_caller_stat()
554 (unsigned long)data->bytes_alloc / data->hit, in __print_slab_result()
556 (unsigned long)data->bytes_req / data->hit, in __print_slab_result()
557 (unsigned long)data->hit, in __print_slab_result()
883 if (l->hit < r->hit) in hit_cmp()
885 else if (l->hit > r->hit) in hit_cmp()
Dbuiltin-buildid-list.c50 return with_hits && !dso->hit; in dso__skip_buildid()
Dbuiltin-inject.c230 if (!al.map->dso->hit) { in perf_event__inject_buildid()
231 al.map->dso->hit = 1; in perf_event__inject_buildid()
Dbuiltin-mem.c80 al.map->dso->hit = 1; in dump_raw_samples()
Dbuiltin-report.c167 al.map->dso->hit = 1; in process_sample_event()
353 (kernel_map->dso->hit && in report__warn_kptr_restrict()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/panel/
Dhit,tx23d38vm0caa.txt4 - compatible: should be "hit,tx23d38vm0caa"
/linux-4.1.27/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
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.1.27/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.1.27/tools/testing/selftests/rcutorture/doc/
DTINY_RCU.txt10 The theory here is that randconfig testing will hit the other six possible
/linux-4.1.27/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.1.27/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_shipped1689 * valid NUL; if not, then we've hit the end of the buffer.
/linux-4.1.27/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
184 * I hit SysRq, but nothing seems to happen, what's wrong?
227 * 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
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.txt2912 If you hit the warning due to signal overflow,
3687 warning is hit. This turns off "tracing_on". Tracing can
Dmemory-barriers.txt2909 mechanisms may alleviate this - once the store has actually hit the cache
/linux-4.1.27/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.1.27/arch/arm/boot/compressed/
Dhead-xscale.S20 @ memory to be sure we hit the same cache.
/linux-4.1.27/tools/perf/Documentation/
Dperf-kmem.txt40 Sort the output (default: frag,hit,bytes)
Dperf-top.txt218 Profile display filter (>= hit count).
/linux-4.1.27/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.1.27/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.1.27/Documentation/fault-injection/
Dprovoke-crashes.txt26 cpoint_count : Indicates the number of times the crash point is to be hit
/linux-4.1.27/Documentation/block/
Dqueue-sysfs.txt81 enabled. When set to 1 only simple one-hit merges will be tried. When
82 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.1.27/Documentation/vm/
Dremap_file_pages.txt25 One side effect of emulation (apart from performance) is that user can hit
/linux-4.1.27/drivers/staging/i2o/
DREADME50 Host adapters, hints, known to work platforms when I hit
/linux-4.1.27/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.1.27/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.1.27/Documentation/ABI/stable/
Dsysfs-devices-node63 The node's hit/miss statistics, in units of pages.
/linux-4.1.27/Documentation/trace/
Devents.txt297 a stack trace whenever the trace event is hit. Whenever a trace event
359 the triggering event is hit. When these commands are registered,
406 kmalloc tracepoint is hit:
470 hit. The parameter determines how many times the tracing system is
Dftrace.txt909 disabled. When a new maximum latency is hit, the tracer saves
1703 tracing at the point that you hit the part that you are
2412 functions are hit. The parameter determines how many times the
2415 is hit the first 5 times, run:
2419 To always disable tracing when __schedule_bug is hit:
2435 Will cause a snapshot to be triggered when the function is hit.
2473 When the function is hit, it will dump the contents of the ftrace
2476 is hit. Perhaps its a function that is called before a tripple
2480 When the function is hit, it will dump the contents of the ftrace
/linux-4.1.27/Documentation/development-process/
D8.Conclusion39 somewhat obsolete by the time they hit the shelves, and they have been on
/linux-4.1.27/include/linux/
Dcompiler.h94 unsigned long hit; member
/linux-4.1.27/arch/sh/
DKconfig.debug29 performance hit. Most users should say N.
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dstatahead.c1483 int hit; in ll_sai_unplug() local
1486 hit = 1; in ll_sai_unplug()
1488 hit = 0; in ll_sai_unplug()
1491 if (hit) { in ll_sai_unplug()
Drw.c976 unsigned hit) in ras_update() argument
983 ll_ra_stats_inc_sbi(sbi, hit ? RA_STAT_HIT : RA_STAT_MISS); in ras_update()
993 } else if (!hit && ras->ras_window_len && in ras_update()
Dllite_internal.h1114 unsigned hit);
/linux-4.1.27/arch/powerpc/platforms/8xx/
DKconfig127 performance hit.
/linux-4.1.27/Documentation/devicetree/bindings/
Dvendor-prefixes.txt95 hit Hitachi Ltd.
/linux-4.1.27/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.1.27/tools/perf/ui/stdio/
Dhist.c249 percent = chain->hit * 100.0 / total_samples; in callchain__fprintf_flat()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-block-bcache29 counted per bio. A partial cache hit counts as a miss.
/linux-4.1.27/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.1.27/arch/frv/mm/
Dtlb-miss.S304 # - need to check IAMR1 lest we cause an multiple-DAT-hit exception
/linux-4.1.27/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.1.27/Documentation/video4linux/
DREADME.ivtv104 cat /dev/video0 > my.mpg (you need to hit ctrl-c to exit)
/linux-4.1.27/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.txt623 also not add new buffers if the limit is hit.
/linux-4.1.27/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.1.27/arch/arm/mach-omap2/
Dsram243x.S308 str r10, [r11] @ hit DLLB also
Dsram242x.S308 str r10, [r11] @ hit DLLB also
/linux-4.1.27/arch/arm/mach-ixp4xx/
DKconfig217 plus a spinlock, but in some cases the performance hit is
/linux-4.1.27/Documentation/usb/
Dgadget_hid.txt107 --caps-lock and hit return. A report is then sent by the
/linux-4.1.27/mm/
DKconfig475 in a negligible performance hit.
491 compare-against-NULL resulting in a negligible performance hit
/linux-4.1.27/Documentation/power/
Dsuspend-and-cpuhotplug.txt261 to a suspend operation in progress at the same time, then we could hit the
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c745 CL_ENV_INC(hit); in cl_env_peek()
Dcl_page.c391 CS_PAGE_INC(o, hit); in cl_page_find0()
Dcl_lock.c495 CS_LOCK_INC(obj, hit); in cl_lock_lookup()
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt369 conservatively. When hit, it throttles allocations by forcing them
386 many different ways. For example, the upper boundary hit count is
Dmemory.txt553 hit its limit. When a memory cgroup hits a limit, failcnt increases and
845 not yet hit but the usage is getting closer
Dcpusets.txt586 - The latency is required even it sacrifices cache hit rate etc.
/linux-4.1.27/Documentation/RCU/
Drcubarrier.txt287 Much later, yours truly hit the RCU module-unload problem when
/linux-4.1.27/arch/sh/lib/
Dmemcpy-sh4.S450 ! and dest hit the same cache line, this will thrash, so make
/linux-4.1.27/arch/arm/
DKconfig1163 can populate the micro-TLB with a stale entry which may be hit with
1179 bool "ARM errata: Possible cache data corruption with hit-under-miss enabled"
1184 hit-under-miss enabled). It sets the undocumented bit 31 in
1186 register, thus disabling hit-under-miss without putting the
/linux-4.1.27/arch/ia64/
DKconfig360 performance hit.
/linux-4.1.27/arch/
DKconfig96 are hit by user-space applications.
/linux-4.1.27/drivers/md/
DKconfig302 A cache policy that uses a multiqueue ordered by recent hit
/linux-4.1.27/Documentation/filesystems/
Df2fs.txt146 increasing the cache hit ratio.
Dxfs-delayed-logging-design.txt404 we take a cache line hit for the log item list modification, then another for
/linux-4.1.27/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.1.27/scripts/genksyms/
Dlex.lex.c_shipped1288 * valid NUL; if not, then we've hit the end of the buffer.
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped1555 * valid NUL; if not, then we've hit the end of the buffer.
/linux-4.1.27/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'