/openbmc/linux/fs/exfat/ |
H A D | cache.c | 89 struct exfat_cache *hit = &nohit, *p; in exfat_cache_lookup() local 95 if (p->fcluster <= fclus && hit->fcluster < p->fcluster) { in exfat_cache_lookup() 96 hit = p; in exfat_cache_lookup() 97 if (hit->fcluster + hit->nr_contig < fclus) { in exfat_cache_lookup() 98 offset = hit->nr_contig; in exfat_cache_lookup() 100 offset = fclus - hit->fcluster; in exfat_cache_lookup() 105 if (hit != &nohit) { in exfat_cache_lookup() 106 exfat_cache_update_lru(inode, hit); in exfat_cache_lookup() 109 cid->nr_contig = hit->nr_contig; in exfat_cache_lookup() 110 cid->fcluster = hit->fcluster; in exfat_cache_lookup() [all …]
|
/openbmc/linux/kernel/trace/ |
H A 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 …]
|
/openbmc/linux/tools/perf/util/ |
H A D | stream.c | 74 u64 hit; in evsel_streams__set_hot_cnode() local 87 hit = (es->streams[0].cnode)->hit; in evsel_streams__set_hot_cnode() 89 if ((es->streams[i].cnode)->hit < hit) { in evsel_streams__set_hot_cnode() 90 hit = (es->streams[i].cnode)->hit; in evsel_streams__set_hot_cnode() 95 if (cnode->hit > hit) in evsel_streams__set_hot_cnode() 234 pct = (double)base_cnode->hit / (double)es_base->streams_hits; in print_callchain_pair() 238 pct = (double)pair_cnode->hit / (double)es_pair->streams_hits; in print_callchain_pair() 277 pct = (double)cnode->hit / (double)es->streams_hits; in print_stream_callchain()
|
H A D | callchain.c | 397 if (rnode->hit < chain->hit) in rb_insert_callchain() 434 if (node->hit && node->hit >= min_hit) in __sort_chain_flat() 662 new->hit = period; in add_child() 821 new->hit = parent->hit; in split_add_child() 837 parent->hit = 0; in split_add_child() 974 root->hit += period; in append_chain() 1032 if (src->hit) { in merge_chain_branch() 1207 period = node->hit; in callchain_node__scnprintf_value() 1236 period = node->hit; in callchain_node__fprintf_value() 1522 node->hit = (node->hit * 7) / 8; in decay_callchain_node() [all …]
|
/openbmc/linux/fs/fat/ |
H A 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 …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | hw_breakpoint.c | 284 int *hit, ppc_inst_t instr) in stepping_handler() argument 292 if (!hit[i]) in stepping_handler() 305 if (!hit[i]) in stepping_handler() 316 int *hit, unsigned long ea) in handle_p10dd1_spurious_exception() argument 365 hit[i] = 1; in handle_p10dd1_spurious_exception() 383 int hit[HBP_NUM_MAX] = {0}; in hw_breakpoint_handler() local 426 hit[i] = 1; in hw_breakpoint_handler() 453 if (!hit[i] || !is_ptrace_bp(bp[i])) in hw_breakpoint_handler() 465 if (!hit[i]) in hw_breakpoint_handler() 473 if (!stepping_handler(regs, bp, hit, instr)) in hw_breakpoint_handler() [all …]
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A 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()
|
/openbmc/linux/drivers/md/bcache/ |
H A 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 203 mark_cache_stats(&dc->accounting.collector, hit, bypass); in bch_mark_cache_accounting() 204 mark_cache_stats(&c->accounting.collector, hit, bypass); in bch_mark_cache_accounting()
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A 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
|
/openbmc/qemu/target/microblaze/ |
H A D | mmu.c | 82 unsigned int i, hit = 0; in mmu_translate() local 167 hit = 1; in mmu_translate() 174 vaddr, rw, tlb_wr, tlb_ex, hit); in mmu_translate() 175 return hit; in mmu_translate() 300 int hit; in mmu_write() local 308 hit = mmu_translate(cpu, &lu, v & TLB_EPN_MASK, in mmu_write() 310 if (hit) { in mmu_write()
|
H A D | helper.c | 46 unsigned int hit; in mb_cpu_tlb_fill() local 61 hit = mmu_translate(cpu, &lu, address, access_type, mmu_idx); in mb_cpu_tlb_fill() 62 if (likely(hit)) { in mb_cpu_tlb_fill() 235 unsigned int hit; in mb_cpu_get_phys_page_attrs_debug() local 242 hit = mmu_translate(cpu, &lu, addr, 0, 0); in mb_cpu_get_phys_page_attrs_debug() 243 if (hit) { in mb_cpu_get_phys_page_attrs_debug()
|
/openbmc/linux/fs/coda/ |
H A 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()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_unicode_collation.c | 132 bool hit = false; in metai_match() local 135 hit = true; in metai_match() 138 hit = true; in metai_match() 140 if (!hit || *p != ']') in metai_match()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-kmem.txt | 47 Sort the output (default: 'frag,hit,bytes' for slab and 'bytes,hit' 48 for page). Available sort keys are 'ptr, callsite, bytes, hit, 49 pingpong, frag' for slab and 'page, callsite, bytes, hit, order,
|
/openbmc/linux/arch/mips/mm/ |
H A 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()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | vmid.c | 75 bool hit = false; in check_update_reserved_vmid() local 84 hit = true; in check_update_reserved_vmid() 89 return hit; in check_update_reserved_vmid()
|
/openbmc/qemu/hw/arm/ |
H A D | trace-events | 19 …, uint64_t addr, uint32_t hit, uint32_t miss, uint32_t p) "IOTLB cache HIT asid=%d vmid=%d addr=0x… 20 …, uint64_t addr, uint32_t hit, uint32_t miss, uint32_t p) "IOTLB cache MISS asid=%d vmid=%d addr=0… 48 …, uint32_t misses, uint32_t perc) "Config cache HIT for sid=0x%x (hits=%d, misses=%d, hit rate=%d)" 49 … uint32_t misses, uint32_t perc) "Config cache MISS for sid=0x%x (hits=%d, misses=%d, hit rate=%d)"
|
/openbmc/linux/net/wireless/ |
H A 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()
|
/openbmc/linux/Documentation/devicetree/bindings/auxdisplay/ |
H A D | hit,hd44780.yaml | 4 $id: http://devicetree.org/schemas/auxdisplay/hit,hd44780.yaml# 22 const: hit,hd44780 88 compatible = "hit,hd44780"; 114 compatible = "hit,hd44780";
|
/openbmc/linux/arch/csky/mm/ |
H A 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()
|
/openbmc/linux/arch/arm/mm/ |
H A 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()
|
/openbmc/linux/arch/arm/probes/kprobes/ |
H A 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 …]
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | bpt_helper.c | 298 int i, hit = 0; in helper_bpt_io() local 306 hit |= 1 << i; in helper_bpt_io() 311 if (hit) { in helper_bpt_io() 312 env->dr[6] = (env->dr[6] & ~0xf) | hit; in helper_bpt_io()
|
/openbmc/linux/Documentation/netlink/specs/ |
H A D | ovs_datapath.yaml | 42 name: n-hit 59 name: n-mask-hit 68 name: n-cache-hit
|
/openbmc/linux/arch/riscv/mm/ |
H A D | context.c | 40 bool hit = false; in check_update_reserved_context() local 53 hit = true; in check_update_reserved_context() 58 return hit; in check_update_reserved_context()
|