| /drivers/isdn/mISDN/ |
| 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()
|
| /drivers/md/bcache/ |
| 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()
|
| A D | stats.h | 55 bool hit, bool bypass);
|
| /drivers/leds/ |
| A D | led-triggers.c | 110 bool hit; in led_trigger_format() local 115 hit = led_cdev->trigger && !strcmp(led_cdev->trigger->name, trig->name); in led_trigger_format() 118 " %s%s%s", hit ? "[" : "", in led_trigger_format() 119 trig->name, hit ? "]" : ""); in led_trigger_format()
|
| /drivers/accessibility/speakup/ |
| A D | DefaultKeyAssignments | 9 hit the keypad period. 36 KeyPad-Enter Shut Up (until another key is hit) and sync reading cursor
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_binding.c | 1158 unsigned long hit = 0; in vmw_binding_emit_dirty() local 1160 while ((hit = find_next_bit(&cbs->dirty, VMW_BINDING_NUM_BITS, hit)) in vmw_binding_emit_dirty() 1163 switch (hit) { in vmw_binding_emit_dirty() 1188 __clear_bit(hit, &cbs->dirty); in vmw_binding_emit_dirty() 1189 hit++; in vmw_binding_emit_dirty()
|
| /drivers/perf/ |
| A D | qcom_l3_pmu.c | 645 L3CACHE_EVENT_ATTR(read-hit, L3_EVENT_READ_HIT), 647 L3CACHE_EVENT_ATTR(read-hit-d-side, L3_EVENT_READ_HIT_D), 649 L3CACHE_EVENT_ATTR(write-hit, L3_EVENT_WRITE_HIT),
|
| A D | xgene_pmu.c | 282 XGENE_PMU_EVENT_ATTR(read-hit, 0x02), 379 XGENE_PMU_EVENT_ATTR(read-hit, 0x01), 447 XGENE_PMU_EVENT_ATTR(pa-rd-shared-snoop-hit, 0x22), 449 XGENE_PMU_EVENT_ATTR(pa-rd-exclusive-snoop-hit, 0x24), 451 XGENE_PMU_EVENT_ATTR(pa-rd-wr-invalid-snoop-hit, 0x26),
|
| /drivers/gpu/drm/i915/ |
| A D | Kconfig.profile | 60 when submitting a new context. If the current context does not hit 79 current context does not hit an arbitration point and yield to HW
|
| A D | Kconfig.debug | 92 paths that may slow the system down and if hit hang the machine.
|
| /drivers/net/ethernet/sun/ |
| A D | sunvnet_common.h | 111 u8 hit; member
|
| A D | sunvnet_common.c | 1569 m->hit = 1; in __update_mc_list() 1578 m->hit = 1; in __update_mc_list() 1625 if (m->hit) { in __send_mc_list() 1626 m->hit = 0; in __send_mc_list()
|
| /drivers/perf/hisilicon/ |
| A D | hisi_uncore_hha_pmu.c | 382 HISI_PMU_EVENT_ATTR(sdir-hit, 0x42), 383 HISI_PMU_EVENT_ATTR(edir-hit, 0x43),
|
| /drivers/gpu/drm/xe/ |
| A D | Kconfig.profile | 31 when submitting a new context. If the current context does not hit
|
| A D | Kconfig.debug | 110 are hit during checks for userptr invalidations.
|
| /drivers/gpu/drm/amd/display/ |
| A D | Kconfig | 47 Choose this option if you want to hit kdgb_break in assert.
|
| /drivers/block/ |
| A D | ps3vram.c | 65 unsigned int hit; member 380 cache->hit++; in ps3vram_cache_match() 515 seq_printf(m, "hit:%u\nmiss:%u\n", priv->cache.hit, priv->cache.miss); in ps3vram_proc_show()
|
| /drivers/mmc/host/ |
| A D | renesas_sdhi_core.c | 1244 bool hit = false; in renesas_sdhi_probe() local 1253 hit = true; in renesas_sdhi_probe() 1258 if (!hit) in renesas_sdhi_probe()
|
| /drivers/phy/tegra/ |
| A D | xusb.c | 403 struct tegra_xusb_lane *lane, *hit = ERR_PTR(-ENODEV); in tegra_xusb_find_lane() local 412 hit = lane; in tegra_xusb_find_lane() 418 return hit; in tegra_xusb_find_lane()
|
| /drivers/scsi/libfc/ |
| A D | fc_exch.c | 837 goto hit; in fc_exch_em_alloc() 844 goto hit; in fc_exch_em_alloc() 856 hit: in fc_exch_em_alloc()
|
| /drivers/vhost/ |
| A D | vhost.c | 2466 bool hit = false; in log_write_hva() local 2485 hit = true; in log_write_hva() 2489 if (!hit) in log_write_hva()
|