/linux-4.1.27/kernel/trace/ |
D | ring_buffer_benchmark.c | 220 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 …]
|
D | Kconfig | 317 taken in the kernel is recorded whether it hit or miss. 484 have been hit and their counters.
|
/linux-4.1.27/fs/fat/ |
D | cache.c | 85 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/ |
D | dsp_ecdis.h | 39 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/ |
D | stats.c | 184 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/ |
D | cache.c | 64 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/ |
D | callchain.c | 272 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()
|
D | callchain.h | 38 u64 hit; member 107 root->node.hit = 0; in callchain_init() 115 return node->hit + node->children_hit; in callchain_cumul_hits()
|
D | build-id.c | 44 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()
|
D | sort.c | 661 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()
|
D | dso.h | 145 u8 hit:1; member
|
D | dso.c | 1020 if (with_hits && !pos->hit) in __dsos__read_build_ids()
|
D | header.c | 2754 if (!pos->hit) in perf_event__synthesize_build_id()
|
/linux-4.1.27/net/wireless/ |
D | radiotap.c | 215 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/ |
D | builtin-kmem.c | 46 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()
|
D | builtin-buildid-list.c | 50 return with_hits && !dso->hit; in dso__skip_buildid()
|
D | builtin-inject.c | 230 if (!al.map->dso->hit) { in perf_event__inject_buildid() 231 al.map->dso->hit = 1; in perf_event__inject_buildid()
|
D | builtin-mem.c | 80 al.map->dso->hit = 1; in dump_raw_samples()
|
D | builtin-report.c | 167 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/ |
D | test-core.c | 1216 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/ |
D | garbage.c | 169 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/ |
D | kgdb.c | 362 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/ |
D | hit,tx23d38vm0caa.txt | 4 - compatible: should be "hit,tx23d38vm0caa"
|
/linux-4.1.27/Documentation/device-mapper/ |
D | cache-policies.txt | 20 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
|
D | cache.txt | 66 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/ |
D | DefaultKeyAssignments | 9 hit the keypad period. 36 KeyPad-Enter Shut Up (until another key is hit) and sync reading cursor
|
D | spkguide.txt | 188 until you hit another key. When you hit speakup plus keypad enter,
|
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/ |
D | TINY_RCU.txt | 10 The theory here is that randconfig testing will hit the other six possible
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.txt | 194 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?
|
D | Debugging390.txt | 1049 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/ |
D | menu.c | 621 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()
|
D | zconf.lex.c_shipped | 1689 * valid NUL; if not, then we've hit the end of the buffer.
|
/linux-4.1.27/Documentation/ |
D | kprobes.txt | 26 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 …]
|
D | numastat.txt | 2 Numa policy hit/miss statistics
|
D | sysrq.txt | 6 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?
|
D | gdb-kernel-debugging.txt | 85 the breakpoint hit:
|
D | bcache.txt | 293 partial hit is counted as a miss. 425 purposes (i.e. testing how different size caches affect your hit rate), but
|
D | 00-INDEX | 341 - info on how to read Numa policy hit/miss statistics in sysfs.
|
D | IPMI.txt | 425 want the CPU hit) can disable it.
|
D | kernel-parameters.txt | 2912 If you hit the warning due to signal overflow, 3687 warning is hit. This turns off "tracing_on". Tracing can
|
D | memory-barriers.txt | 2909 mechanisms may alleviate this - once the store has actually hit the cache
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunvnet.h | 90 u8 hit; member
|
D | sunvnet.c | 1496 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/ |
D | head-xscale.S | 20 @ memory to be sure we hit the same cache.
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-kmem.txt | 40 Sort the output (default: frag,hit,bytes)
|
D | perf-top.txt | 218 Profile display filter (>= hit count).
|
/linux-4.1.27/include/trace/events/ |
D | bcache.h | 123 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/ |
D | input.c | 774 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/ |
D | provoke-crashes.txt | 26 cpoint_count : Indicates the number of times the crash point is to be hit
|
/linux-4.1.27/Documentation/block/ |
D | queue-sysfs.txt | 81 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
|
D | writeback_cache_control.txt | 10 operating system before data actually has hit the non-volatile storage. This
|
/linux-4.1.27/Documentation/vm/ |
D | remap_file_pages.txt | 25 One side effect of emulation (apart from performance) is that user can hit
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README | 50 Host adapters, hints, known to work platforms when I hit
|
/linux-4.1.27/arch/alpha/lib/ |
D | strrchr.S | 40 bne t1, $eos # .. e1 : did we already hit the terminator?
|
D | ev67-strrchr.S | 62 bne t1, $eos # U : did we already hit the terminator?
|
/linux-4.1.27/drivers/block/ |
D | ps3vram.c | 64 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/ |
D | sysfs-devices-node | 63 The node's hit/miss statistics, in units of pages.
|
/linux-4.1.27/Documentation/trace/ |
D | events.txt | 297 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
|
D | ftrace.txt | 909 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/ |
D | 8.Conclusion | 39 somewhat obsolete by the time they hit the shelves, and they have been on
|
/linux-4.1.27/include/linux/ |
D | compiler.h | 94 unsigned long hit; member
|
/linux-4.1.27/arch/sh/ |
D | Kconfig.debug | 29 performance hit. Most users should say N.
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | statahead.c | 1483 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()
|
D | rw.c | 976 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()
|
D | llite_internal.h | 1114 unsigned hit);
|
/linux-4.1.27/arch/powerpc/platforms/8xx/ |
D | Kconfig | 127 performance hit.
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | vendor-prefixes.txt | 95 hit Hitachi Ltd.
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-nice-design.txt | 36 bigger hit than the normal linear rule would do. (The solution of
|
D | sched-stats.txt | 5 Version 14 of schedstats includes support for sched_domains, which hit the
|
/linux-4.1.27/tools/perf/ui/stdio/ |
D | hist.c | 249 percent = chain->hit * 100.0 / total_samples; in callchain__fprintf_flat()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-block-bcache | 29 counted per bio. A partial cache hit counts as a miss.
|
/linux-4.1.27/Documentation/arm/ |
D | kernel_mode_neon.txt | 44 mode will hit the lazy restore trap upon next use. This is handled by the
|
D | IXP4xx | 90 cases the performance hit is acceptable. In addition, you cannot
|
/linux-4.1.27/arch/frv/mm/ |
D | tlb-miss.S | 304 # - need to check IAMR1 lest we cause an multiple-DAT-hit exception
|
/linux-4.1.27/Documentation/fb/ |
D | vesafb.txt | 40 vga=ask and hit return. The mode you wish to use is derived from the
|
D | framebuffer.txt | 161 is hit by an electron, it emits a photon and thus becomes visible.
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.ivtv | 104 cat /dev/video0 > my.mpg (you need to hit ctrl-c to exit)
|
/linux-4.1.27/Documentation/networking/ |
D | xfrm_sync.txt | 162 If you have an SA that is getting hit by traffic in bursts such that
|
D | filter.txt | 423 break when a breakpoint is being hit (another `run` will continue from
|
D | ip-sysctl.txt | 623 also not add new buffers if the limit is hit.
|
/linux-4.1.27/drivers/scsi/libfc/ |
D | fc_exch.c | 826 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/ |
D | sram243x.S | 308 str r10, [r11] @ hit DLLB also
|
D | sram242x.S | 308 str r10, [r11] @ hit DLLB also
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | Kconfig | 217 plus a spinlock, but in some cases the performance hit is
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_hid.txt | 107 --caps-lock and hit return. A report is then sent by the
|
/linux-4.1.27/mm/ |
D | Kconfig | 475 in a negligible performance hit. 491 compare-against-NULL resulting in a negligible performance hit
|
/linux-4.1.27/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 261 to a suspend operation in progress at the same time, then we could hit the
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 745 CL_ENV_INC(hit); in cl_env_peek()
|
D | cl_page.c | 391 CS_PAGE_INC(o, hit); in cl_page_find0()
|
D | cl_lock.c | 495 CS_LOCK_INC(obj, hit); in cl_lock_lookup()
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 369 conservatively. When hit, it throttles allocations by forcing them 386 many different ways. For example, the upper boundary hit count is
|
D | memory.txt | 553 hit its limit. When a memory cgroup hits a limit, failcnt increases and 845 not yet hit but the usage is getting closer
|
D | cpusets.txt | 586 - The latency is required even it sacrifices cache hit rate etc.
|
/linux-4.1.27/Documentation/RCU/ |
D | rcubarrier.txt | 287 Much later, yours truly hit the RCU module-unload problem when
|
/linux-4.1.27/arch/sh/lib/ |
D | memcpy-sh4.S | 450 ! and dest hit the same cache line, this will thrash, so make
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1163 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/ |
D | Kconfig | 360 performance hit.
|
/linux-4.1.27/arch/ |
D | Kconfig | 96 are hit by user-space applications.
|
/linux-4.1.27/drivers/md/ |
D | Kconfig | 302 A cache policy that uses a multiqueue ordered by recent hit
|
/linux-4.1.27/Documentation/filesystems/ |
D | f2fs.txt | 146 increasing the cache hit ratio.
|
D | xfs-delayed-logging-design.txt | 404 we take a cache line hit for the log item list modification, then another for
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 691 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/ |
D | lex.lex.c_shipped | 1288 * valid NUL; if not, then we've hit the end of the buffer.
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1555 * valid NUL; if not, then we've hit the end of the buffer.
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2591 - 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'
|