/linux-4.4.14/kernel/trace/ |
D | ring_buffer_benchmark.c | 235 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 …]
|
D | Kconfig | 317 taken in the kernel is recorded whether it hit or miss. 484 have been hit and their counters.
|
/linux-4.4.14/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.4.14/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.4.14/tools/perf/Documentation/ |
D | perf-kmem.txt | 40 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,
|
D | perf-top.txt | 246 Profile display filter (>= hit count).
|
/linux-4.4.14/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.4.14/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 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
|
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.4.14/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.4.14/tools/perf/util/ |
D | callchain.c | 221 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()
|
D | callchain.h | 62 u64 hit; member 136 root->node.hit = 0; in callchain_init() 144 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() 215 if (!pos->hit) in machine__write_buildid_table() 261 pos->hit = true; in __dsos__hit_all()
|
D | sort.c | 786 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()
|
D | dso.h | 156 u8 hit:1; member
|
D | dso.c | 1167 if (with_hits && !pos->hit) in __dsos__read_build_ids()
|
D | header.c | 2843 if (!pos->hit) in perf_event__synthesize_build_id()
|
/linux-4.4.14/arch/arm64/mm/ |
D | context.c | 82 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/ |
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.4.14/arch/arm/mm/ |
D | context.c | 171 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/ |
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.4.14/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.4.14/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.4.14/tools/perf/ |
D | builtin-kmem.c | 52 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()
|
D | builtin-buildid-list.c | 46 return with_hits && !dso->hit; in dso__skip_buildid()
|
D | builtin-mem.c | 80 al.map->dso->hit = 1; in dump_raw_samples()
|
D | builtin-inject.c | 373 if (!al.map->dso->hit) { in perf_event__inject_buildid() 374 al.map->dso->hit = 1; in perf_event__inject_buildid()
|
D | builtin-report.c | 183 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/ |
D | hit,tx23d38vm0caa.txt | 4 - compatible: should be "hit,tx23d38vm0caa"
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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 | 1742 * valid NUL; if not, then we've hit the end of the buffer.
|
/linux-4.4.14/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 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?
|
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 | adding-syscalls.txt | 352 should hit the compat entry point: 362 arch/x86/entry/syscalls/syscall_64.tbl is split so that x32 programs hit the
|
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 | 2989 If you hit the warning due to signal overflow, 3807 warning is hit. This turns off "tracing_on". Tracing can
|
D | memory-barriers.txt | 2864 mechanisms may alleviate this - once the store has actually hit the cache
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head-xscale.S | 20 @ memory to be sure we hit the same cache.
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_binding.c | 1047 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/ |
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.4.14/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.4.14/Documentation/fault-injection/ |
D | provoke-crashes.txt | 26 cpoint_count : Indicates the number of times the crash point is to be hit
|
/linux-4.4.14/Documentation/vm/ |
D | remap_file_pages.txt | 25 One side effect of emulation (apart from performance) is that user can hit
|
/linux-4.4.14/Documentation/block/ |
D | queue-sysfs.txt | 89 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
|
D | writeback_cache_control.txt | 10 operating system before data actually has hit the non-volatile storage. This
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/ABI/stable/ |
D | sysfs-devices-node | 63 The node's hit/miss statistics, in units of pages.
|
/linux-4.4.14/arch/sh/ |
D | Kconfig.debug | 29 performance hit. Most users should say N.
|
/linux-4.4.14/Documentation/development-process/ |
D | 8.Conclusion | 39 somewhat obsolete by the time they hit the shelves, and they have been on
|
/linux-4.4.14/Documentation/trace/ |
D | events.txt | 315 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
|
D | ftrace.txt | 922 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/ |
D | statahead.c | 1463 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()
|
D | rw.c | 948 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()
|
D | llite_internal.h | 1062 unsigned hit);
|
/linux-4.4.14/include/linux/ |
D | compiler.h | 96 unsigned long hit; member
|
/linux-4.4.14/Documentation/cgroups/ |
D | pids.txt | 10 Since it is trivial to hit the task limit without hitting any kmemcg limits in
|
D | unified-hierarchy.txt | 555 conservatively. When hit, it throttles allocations by forcing them 572 many different ways. For example, the upper boundary hit count is
|
D | memory.txt | 554 hit its limit. When a memory cgroup hits a limit, failcnt increases and 846 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.4.14/arch/powerpc/platforms/8xx/ |
D | Kconfig | 127 performance hit.
|
/linux-4.4.14/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.4.14/tools/perf/ui/stdio/ |
D | hist.c | 249 percent = chain->hit * 100.0 / total_samples; in callchain__fprintf_flat()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-block-bcache | 29 counted per bio. A partial cache hit counts as a miss.
|
/linux-4.4.14/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.4.14/arch/frv/mm/ |
D | tlb-miss.S | 304 # - need to check IAMR1 lest we cause an multiple-DAT-hit exception
|
/linux-4.4.14/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.4.14/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 | 664 also not add new buffers if the limit is hit.
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | vendor-prefixes.txt | 105 hit Hitachi Ltd.
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.ivtv | 104 cat /dev/video0 > my.mpg (you need to hit ctrl-c to exit)
|
/linux-4.4.14/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.4.14/arch/arm/mach-omap2/ |
D | sram242x.S | 308 str r10, [r11] @ hit DLLB also
|
D | sram243x.S | 308 str r10, [r11] @ hit DLLB also
|
/linux-4.4.14/arch/arm/mach-ixp4xx/ |
D | Kconfig | 217 plus a spinlock, but in some cases the performance hit is
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_hid.txt | 107 --caps-lock and hit return. A report is then sent by the
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 720 CL_ENV_INC(hit); in cl_env_peek()
|
D | cl_lock.c | 495 CS_LOCK_INC(obj, hit); in cl_lock_lookup()
|
/linux-4.4.14/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.4.14/mm/ |
D | Kconfig | 458 in a negligible performance hit. 474 compare-against-NULL resulting in a negligible performance hit
|
/linux-4.4.14/arch/sh/lib/ |
D | memcpy-sh4.S | 450 ! and dest hit the same cache line, this will thrash, so make
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 162 writes. We can hit a condition where the writer thread grabs a free block to do
|
/linux-4.4.14/Documentation/RCU/ |
D | rcubarrier.txt | 287 Much later, yours truly hit the RCU module-unload problem when
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1176 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/ |
D | Kconfig | 104 are hit by user-space applications.
|
/linux-4.4.14/arch/ia64/ |
D | Kconfig | 337 performance hit.
|
/linux-4.4.14/drivers/md/ |
D | Kconfig | 303 A cache policy that uses a multiqueue ordered by recent hit
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig-language.txt | 400 If you've hit the Kconfig error: "recursive dependency detected" you've run
|
/linux-4.4.14/Documentation/filesystems/ |
D | f2fs.txt | 147 increasing the cache hit ratio. Set by default.
|
D | xfs-delayed-logging-design.txt | 404 we take a cache line hit for the log item list modification, then another for
|
/linux-4.4.14/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.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1584 * valid NUL; if not, then we've hit the end of the buffer.
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 1288 * valid NUL; if not, then we've hit the end of the buffer.
|
/linux-4.4.14/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'
|