/Linux-v5.4/kernel/trace/ |
D | ring_buffer_benchmark.c | 237 unsigned long hit = 0; in ring_buffer_producer() local 258 hit++; in ring_buffer_producer() 335 trace_printk("Hit: %ld\n", hit); in ring_buffer_producer() 340 hit /= (long)time; in ring_buffer_producer() 344 trace_printk("Entries per millisec: %ld\n", hit); in ring_buffer_producer() 346 if (hit) { in ring_buffer_producer() 348 avg = NSEC_PER_MSEC / hit; in ring_buffer_producer() 357 hit + missed); in ring_buffer_producer() 360 if (!(hit + missed)) { in ring_buffer_producer() 362 hit--; /* make it non zero */ in ring_buffer_producer() [all …]
|
/Linux-v5.4/fs/fat/ |
D | cache.c | 86 struct fat_cache *hit = &nohit, *p; in fat_cache_lookup() local 92 if (p->fcluster <= fclus && hit->fcluster < p->fcluster) { in fat_cache_lookup() 93 hit = p; in fat_cache_lookup() 94 if ((hit->fcluster + hit->nr_contig) < fclus) { in fat_cache_lookup() 95 offset = hit->nr_contig; in fat_cache_lookup() 97 offset = fclus - hit->fcluster; in fat_cache_lookup() 102 if (hit != &nohit) { in fat_cache_lookup() 103 fat_cache_update_lru(inode, hit); in fat_cache_lookup() 106 cid->nr_contig = hit->nr_contig; in fat_cache_lookup() 107 cid->fcluster = hit->fcluster; in fat_cache_lookup() [all …]
|
/Linux-v5.4/drivers/isdn/mISDN/ |
D | dsp_ecdis.h | 25 int hit; member 50 det->hit = 0; in echo_can_disable_detector_init() 80 det->hit = TRUE; in echo_can_disable_detector_update() 93 return det->hit; in echo_can_disable_detector_update()
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | cache-policies.rst | 21 doesn't update states (eg, hit counts) for a block more than once 67 pointers. It avoids storing an explicit hit count for each block. It 79 based on their hit count (~ln(hit count)). This meant the bottom 84 smq does not maintain a hit count, instead it swaps hit entries with 91 The mq policy maintained a hit count for each cache block. For a 92 different block to get promoted to the cache its hit count has to 96 smq doesn't maintain hit counts, so a lot of this problem just goes
|
/Linux-v5.4/drivers/md/bcache/ |
D | stats.c | 185 bool hit, bool bypass) in mark_cache_stats() argument 188 if (hit) in mark_cache_stats() 193 if (hit) in mark_cache_stats() 200 bool hit, bool bypass) in bch_mark_cache_accounting() argument 204 mark_cache_stats(&dc->accounting.collector, hit, bypass); in bch_mark_cache_accounting() 205 mark_cache_stats(&c->accounting.collector, hit, bypass); in bch_mark_cache_accounting()
|
D | stats.h | 57 bool hit, bool bypass);
|
/Linux-v5.4/fs/coda/ |
D | cache.c | 65 int hit; in coda_cache_check() local 68 hit = (mask & cii->c_cached_perm) == mask && in coda_cache_check() 73 return hit; in coda_cache_check()
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-kmem.txt | 44 Sort the output (default: 'frag,hit,bytes' for slab and 'bytes,hit' 45 for page). Available sort keys are 'ptr, callsite, bytes, hit, 46 pingpong, frag' for slab and 'page, callsite, bytes, hit, order,
|
/Linux-v5.4/arch/mips/mm/ |
D | context.c | 101 bool hit; in check_update_reserved_mmid() local 113 hit = false; in check_update_reserved_mmid() 116 hit = true; in check_update_reserved_mmid() 121 return hit; in check_update_reserved_mmid()
|
/Linux-v5.4/net/wireless/ |
D | radiotap.c | 216 int hit = 0; in ieee80211_radiotap_iterator_next() local 336 hit = 1; in ieee80211_radiotap_iterator_next() 359 hit = 1; in ieee80211_radiotap_iterator_next() 366 if (hit) in ieee80211_radiotap_iterator_next()
|
/Linux-v5.4/tools/perf/util/ |
D | callchain.c | 390 if (rnode->hit < chain->hit) in rb_insert_callchain() 427 if (node->hit && node->hit >= min_hit) in __sort_chain_flat() 653 new->hit = period; in add_child() 812 new->hit = parent->hit; in split_add_child() 828 parent->hit = 0; in split_add_child() 855 parent->hit = period; in split_add_child() 965 root->hit += period; in append_chain() 1015 if (src->hit) { in merge_chain_branch() 1017 if (append_chain_children(dst, cursor, src->hit) < 0) in merge_chain_branch() 1184 period = node->hit; in callchain_node__scnprintf_value() [all …]
|
D | mem-events.c | 120 u64 hit, miss; in perf_mem__tlb_scnprintf() local 128 hit = m & PERF_MEM_TLB_HIT; in perf_mem__tlb_scnprintf() 145 if (hit) in perf_mem__tlb_scnprintf() 182 u64 hit, miss; in perf_mem__lvl_scnprintf() local 191 hit = m & PERF_MEM_LVL_HIT; in perf_mem__lvl_scnprintf() 228 if (hit) in perf_mem__lvl_scnprintf()
|
D | callchain.h | 70 u64 hit; member 171 root->node.hit = 0; in callchain_init() 179 return node->hit + node->children_hit; in callchain_cumul_hits()
|
/Linux-v5.4/arch/csky/mm/ |
D | asid.c | 58 bool hit = false; in check_update_reserved_asid() local 71 hit = true; in check_update_reserved_asid() 76 return hit; in check_update_reserved_asid()
|
/Linux-v5.4/arch/arm64/mm/ |
D | context.c | 113 bool hit = false; in check_update_reserved_asid() local 126 hit = true; in check_update_reserved_asid() 131 return hit; in check_update_reserved_asid()
|
/Linux-v5.4/arch/arm/probes/kprobes/ |
D | test-core.c | 1163 int hit; member 1185 probe->hit = -1; in register_test_probe() 1193 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_before_pre_handler() 1209 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_case_pre_handler() 1218 if (container_of(p, struct test_probe, kprobe)->hit == test_instance) in test_after_pre_handler() 1237 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_after_pre_handler() 1481 if (test_before_probe.hit != test_instance) { in kprobes_test_case_end() 1486 if (test_after_probe.hit != test_instance && in kprobes_test_case_end() 1487 test_after2_probe.hit != test_instance) { in kprobes_test_case_end() 1511 if (test_case_probe.hit != test_instance) { in kprobes_test_case_end() [all …]
|
/Linux-v5.4/net/unix/ |
D | garbage.c | 101 bool hit = false; in scan_inflight() local 118 hit = true; in scan_inflight() 124 if (hit && hitlist != NULL) { in scan_inflight()
|
/Linux-v5.4/arch/arm/mm/ |
D | context.c | 168 bool hit = false; in check_update_reserved_asid() local 181 hit = true; in check_update_reserved_asid() 186 return hit; in check_update_reserved_asid()
|
/Linux-v5.4/Documentation/devicetree/bindings/auxdisplay/ |
D | hit,hd44780.txt | 8 - compatible: Must contain "hit,hd44780", 34 compatible = "hit,hd44780";
|
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/ |
D | hit,tx23d38vm0caa.txt | 4 - compatible: should be "hit,tx23d38vm0caa"
|
/Linux-v5.4/tools/perf/ |
D | builtin-kmem.c | 65 u32 hit; member 105 data->hit++; in insert_alloc_stat() 116 data->hit = 1; in insert_alloc_stat() 150 data->hit++; in insert_caller_stat() 161 data->hit = 1; in insert_caller_stat() 1027 (unsigned long)data->bytes_alloc / data->hit, in __print_slab_result() 1029 (unsigned long)data->bytes_req / data->hit, in __print_slab_result() 1030 (unsigned long)data->hit, in __print_slab_result() 1453 if (l->hit < r->hit) in hit_cmp() 1455 else if (l->hit > r->hit) in hit_cmp()
|
/Linux-v5.4/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 9 hit the keypad period. 36 KeyPad-Enter Shut Up (until another key is hit) and sync reading cursor
|
/Linux-v5.4/tools/testing/selftests/rcutorture/doc/ |
D | TINY_RCU.txt | 10 The theory here is that randconfig testing will hit the other six possible
|
/Linux-v5.4/Documentation/s390/ |
D | 3270.rst | 212 and hit ENTER to execute them. 218 and more output will appear. You may hit ENTER with nothing typed in 220 which indicates no scrolling will occur. (If you hit ENTER with "Linux 231 Other things you may do when the log area fills up are: hit PA2 to 232 clear the log area and write more output to it, or hit CLEAR to clear 262 may hit PF10 again for the next-most-recent command, and so on. A 288 hit PF24. Want to see the command line first, before you execute it?
|
/Linux-v5.4/Documentation/ |
D | kprobes.txt | 30 routine to be invoked when the breakpoint is hit. 45 the probe is hit. 111 probe is hit, Kprobes saves a copy of the return address, and replaces 117 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. 175 sysctl(8)), Kprobes tries to reduce probe-hit overhead by using a jump 237 it. If the to-be-optimized probepoint is hit before being optimized, 365 hit, Kprobes calls kp->pre_handler. After the probed instruction 371 so, its handlers aren't hit until calling enable_kprobe(kp). 405 the breakpoint was hit. Return 0 here unless you're a Kprobes geek. [all …]
|