Searched refs:start_count (Results 1 – 17 of 17) sorted by relevance
/linux/arch/x86/kernel/ |
A D | tsc_sync.c | 246 static atomic_t start_count; variable 374 while (atomic_read(&start_count) != cpus - 1) { in check_tsc_sync_source() 385 atomic_inc(&start_count); in check_tsc_sync_source() 419 atomic_set(&start_count, 0); in check_tsc_sync_source() 470 atomic_inc(&start_count); in check_tsc_sync_target() 471 while (atomic_read(&start_count) != cpus) in check_tsc_sync_target()
|
/linux/lib/ |
A D | percpu-refcount.c | 68 unsigned long start_count = 0; in percpu_ref_init() local 89 start_count += PERCPU_COUNT_BIAS; in percpu_ref_init() 95 start_count++; in percpu_ref_init() 97 atomic_long_set(&data->count, start_count); in percpu_ref_init()
|
/linux/drivers/s390/char/ |
A D | sclp.c | 156 u16 start_count; in sclp_trace_req() member 164 summary.start_count = (u16)req->start_count; in sclp_trace_req() 418 req->start_count++; in __sclp_start_request() 458 if (req->start_count > 1) { in sclp_process_queue() 508 req->start_count = 0; in sclp_add_request() 602 sclp_read_req.start_count = 0; in __sclp_make_read_req() 957 sclp_init_req.start_count = 0; in __sclp_make_init_req()
|
A D | sclp.h | 251 int start_count; /* number of SVCs done for this req */ member
|
/linux/arch/ia64/kernel/ |
A D | mca.c | 1473 static int start_count = -1; in ia64_mca_cmc_int_caller() local 1479 if (start_count == -1) in ia64_mca_cmc_int_caller() 1480 start_count = IA64_LOG_COUNT(SAL_INFO_TYPE_CMC); in ia64_mca_cmc_int_caller() 1490 if (start_count == IA64_LOG_COUNT(SAL_INFO_TYPE_CMC)) { in ia64_mca_cmc_int_caller() 1501 start_count = -1; in ia64_mca_cmc_int_caller() 1540 static int start_count = -1; in ia64_mca_cpe_int_caller() local 1547 if (start_count == -1) in ia64_mca_cpe_int_caller() 1548 start_count = IA64_LOG_COUNT(SAL_INFO_TYPE_CPE); in ia64_mca_cpe_int_caller() 1561 if (start_count != IA64_LOG_COUNT(SAL_INFO_TYPE_CPE)) { in ia64_mca_cpe_int_caller() 1575 start_count = -1; in ia64_mca_cpe_int_caller()
|
/linux/drivers/ata/ |
A D | pata_pdc2027x.c | 602 long start_count, end_count; in pdc_detect_pll_input_clock() local 613 start_count = pdc_read_counter(host); in pdc_detect_pll_input_clock() 632 pll_clock = ((start_count - end_count) & 0x3fffffff) / 100 * in pdc_detect_pll_input_clock() 635 PDPRINTK("start[%ld] end[%ld] \n", start_count, end_count); in pdc_detect_pll_input_clock()
|
/linux/drivers/net/wwan/ |
A D | wwan_core.c | 67 unsigned int start_count; member 433 if (port->start_count) in wwan_remove_port() 486 if (!port->start_count) in wwan_port_op_start() 490 port->start_count++; in wwan_port_op_start() 501 port->start_count--; in wwan_port_op_stop() 502 if (!port->start_count) { in wwan_port_op_stop()
|
/linux/drivers/media/usb/au0828/ |
A D | au0828-dvb.c | 287 dvb->start_count++; in au0828_dvb_start_feed() 289 dvb->start_count, dvb->stop_count); in au0828_dvb_start_feed() 320 dvb->start_count, dvb->stop_count); in au0828_dvb_stop_feed() 496 dvb->start_count = 0; in dvb_register()
|
A D | au0828.h | 95 int start_count; member
|
/linux/drivers/tty/serial/ |
A D | mux.c | 229 __u32 start_count = port->icount.rx; in mux_read() local 254 if (start_count != port->icount.rx) in mux_read()
|
/linux/sound/soc/qcom/qdsp6/ |
A D | q6apm.h | 84 int start_count; member
|
A D | q6apm.c | 669 if (ar_graph->start_count == 0) in q6apm_graph_start() 672 ar_graph->start_count++; in q6apm_graph_start() 682 if (--ar_graph->start_count > 0) in q6apm_graph_stop()
|
/linux/sound/pci/ymfpci/ |
A D | ymfpci.h | 306 int start_count; member
|
A D | ymfpci_main.c | 170 if (chip->start_count++ > 0) in snd_ymfpci_hw_start() 185 if (--chip->start_count > 0) in snd_ymfpci_hw_stop() 2302 if (chip->start_count > 0) { in snd_ymfpci_resume()
|
/linux/drivers/clocksource/ |
A D | arm_arch_timer.c | 1062 u64 start_count; in arch_counter_register() local 1094 start_count = arch_timer_read_counter(); in arch_counter_register() 1099 &cyclecounter, start_count); in arch_counter_register()
|
/linux/arch/mips/kvm/ |
A D | vz.c | 390 u32 start_count, after_count; in _kvm_vz_restore_htimer() local 398 kvm_mips_freeze_hrtimer(vcpu, &start_count); in _kvm_vz_restore_htimer() 399 write_c0_gtoffset(start_count - read_c0_count()); in _kvm_vz_restore_htimer() 413 if (after_count - start_count > compare - start_count - 1) in _kvm_vz_restore_htimer()
|
/linux/fs/f2fs/ |
A D | super.c | 1689 block_t total_count, user_block_count, start_count; in f2fs_statfs() local 1694 start_count = le32_to_cpu(sbi->raw_super->segment0_blkaddr); in f2fs_statfs() 1698 buf->f_blocks = total_count - start_count; in f2fs_statfs()
|
Completed in 57 milliseconds