/Linux-v4.19/arch/x86/kernel/ |
D | tsc_sync.c | 205 static atomic_t start_count; variable 334 while (atomic_read(&start_count) != cpus - 1) { in check_tsc_sync_source() 345 atomic_inc(&start_count); in check_tsc_sync_source() 379 atomic_set(&start_count, 0); in check_tsc_sync_source() 430 atomic_inc(&start_count); in check_tsc_sync_target() 431 while (atomic_read(&start_count) != cpus) in check_tsc_sync_target()
|
/Linux-v4.19/lib/ |
D | percpu-refcount.c | 64 unsigned long start_count = 0; in percpu_ref_init() local 76 start_count += PERCPU_COUNT_BIAS; in percpu_ref_init() 81 start_count++; in percpu_ref_init() 83 atomic_long_set(&ref->count, start_count); in percpu_ref_init()
|
/Linux-v4.19/drivers/ide/ |
D | pdc202xx_new.c | 247 long start_count, end_count; in detect_pll_input_clock() local 251 start_count = read_counter(dma_base); in detect_pll_input_clock() 277 pll_input = ((start_count - end_count) & 0x3fffffff) / 10 * in detect_pll_input_clock() 280 DBG("start[%ld] end[%ld]\n", start_count, end_count); in detect_pll_input_clock()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | mca.c | 1472 static int start_count = -1; in ia64_mca_cmc_int_caller() local 1478 if (start_count == -1) in ia64_mca_cmc_int_caller() 1479 start_count = IA64_LOG_COUNT(SAL_INFO_TYPE_CMC); in ia64_mca_cmc_int_caller() 1489 if (start_count == IA64_LOG_COUNT(SAL_INFO_TYPE_CMC)) { in ia64_mca_cmc_int_caller() 1500 start_count = -1; in ia64_mca_cmc_int_caller() 1541 static int start_count = -1; in ia64_mca_cpe_int_caller() local 1548 if (start_count == -1) in ia64_mca_cpe_int_caller() 1549 start_count = IA64_LOG_COUNT(SAL_INFO_TYPE_CPE); in ia64_mca_cpe_int_caller() 1562 if (start_count != IA64_LOG_COUNT(SAL_INFO_TYPE_CPE)) { in ia64_mca_cpe_int_caller() 1576 start_count = -1; in ia64_mca_cpe_int_caller()
|
/Linux-v4.19/drivers/ata/ |
D | pata_pdc2027x.c | 608 long start_count, end_count; in pdc_detect_pll_input_clock() local 619 start_count = pdc_read_counter(host); in pdc_detect_pll_input_clock() 638 pll_clock = ((start_count - end_count) & 0x3fffffff) / 100 * in pdc_detect_pll_input_clock() 641 PDPRINTK("start[%ld] end[%ld] \n", start_count, end_count); in pdc_detect_pll_input_clock()
|
/Linux-v4.19/drivers/media/usb/au0828/ |
D | au0828-dvb.c | 297 dvb->start_count++; in au0828_dvb_start_feed() 299 dvb->start_count, dvb->stop_count); in au0828_dvb_start_feed() 330 dvb->start_count, dvb->stop_count); in au0828_dvb_stop_feed() 506 dvb->start_count = 0; in dvb_register()
|
D | au0828.h | 104 int start_count; member
|
/Linux-v4.19/drivers/s390/char/ |
D | sclp.c | 280 req->start_count++; in __sclp_start_request() 322 if (req->start_count > 1) { in sclp_process_queue() 367 req->start_count = 0; in sclp_add_request() 462 sclp_read_req.start_count = 0; in __sclp_make_read_req() 763 sclp_init_req.start_count = 0; in __sclp_make_init_req()
|
D | sclp.h | 201 int start_count; /* number of SVCs done for this req */ member
|
/Linux-v4.19/drivers/tty/serial/ |
D | mux.c | 233 __u32 start_count = port->icount.rx; in mux_read() local 258 if (start_count != port->icount.rx) in mux_read()
|
/Linux-v4.19/sound/pci/ymfpci/ |
D | ymfpci.h | 324 int start_count; member
|
D | ymfpci_main.c | 184 if (chip->start_count++ > 0) in snd_ymfpci_hw_start() 199 if (--chip->start_count > 0) in snd_ymfpci_hw_stop() 2348 if (chip->start_count > 0) { in snd_ymfpci_resume()
|
/Linux-v4.19/drivers/clocksource/ |
D | arm_arch_timer.c | 927 u64 start_count; in arch_counter_register() local 944 start_count = arch_timer_read_counter(); in arch_counter_register() 949 &cyclecounter, start_count); in arch_counter_register()
|
/Linux-v4.19/arch/mips/kvm/ |
D | vz.c | 414 u32 start_count, after_count; in _kvm_vz_restore_htimer() local 423 freeze_time = kvm_mips_freeze_hrtimer(vcpu, &start_count); in _kvm_vz_restore_htimer() 424 write_c0_gtoffset(start_count - read_c0_count()); in _kvm_vz_restore_htimer() 438 if (after_count - start_count > compare - start_count - 1) in _kvm_vz_restore_htimer()
|
/Linux-v4.19/fs/f2fs/ |
D | super.c | 1183 block_t total_count, user_block_count, start_count; in f2fs_statfs() local 1188 start_count = le32_to_cpu(sbi->raw_super->segment0_blkaddr); in f2fs_statfs() 1192 buf->f_blocks = total_count - start_count; in f2fs_statfs()
|