Searched refs:new_count (Results 1 – 6 of 6) sorted by relevance
/arch/tile/gxio/ |
D | dma_queue.c | 73 uint64_t new_count; in __gxio_dma_queue_update_credits() local 106 new_count = orig_hw_complete_count + delta; in __gxio_dma_queue_update_credits() 109 new_count) != orig_hw_complete_count) in __gxio_dma_queue_update_credits()
|
/arch/ia64/sn/kernel/ |
D | io_init.c | 164 unsigned int new_count; in sn_pci_window_fixup() local 170 new_count = controller->windows + count; in sn_pci_window_fixup() 171 new_window = kcalloc(new_count, sizeof(struct pci_window), GFP_KERNEL); in sn_pci_window_fixup() 189 controller->windows = new_count; in sn_pci_window_fixup()
|
/arch/arm/kernel/ |
D | etm.c | 864 int new_count; in etm_probe() local 871 new_count = t->etm_regs_count + 1; in etm_probe() 873 sizeof(t->etm_regs[0]) * new_count, GFP_KERNEL); in etm_probe() 913 etm_writel(t, t->etm_regs_count, new_count, ETMR_TRACEIDR); in etm_probe() 975 if (new_count > 1) in etm_probe() 978 t->etm_regs_count = new_count; in etm_probe()
|
/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 157 int new_count = (hi & THRESHOLD_MAX) + in threshold_restart_bank() local 161 (new_count & THRESHOLD_MAX); in threshold_restart_bank()
|
/arch/sparc/kernel/ |
D | ds.c | 888 u64 new_count; in register_services() local 893 new_count = sched_clock() & 0xffffffff; in register_services() 894 cp->handle = ((u64) i << 32) | new_count; in register_services()
|
/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore.c | 2534 u64 prev_count, new_count, delta; in uncore_perf_event_update() local 2545 new_count = uncore_read_counter(box, event); in uncore_perf_event_update() 2546 if (local64_xchg(&event->hw.prev_count, new_count) != prev_count) in uncore_perf_event_update() 2549 delta = (new_count << shift) - (prev_count << shift); in uncore_perf_event_update()
|