Home
last modified time | relevance | path

Searched refs:start_count (Results 1 – 22 of 22) sorted by relevance

/linux-6.1.9/arch/x86/kernel/
Dtsc_sync.c246 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-6.1.9/lib/
Dpercpu-refcount.c68 unsigned long start_count = 0; in percpu_ref_init() local
90 start_count += PERCPU_COUNT_BIAS; in percpu_ref_init()
96 start_count++; in percpu_ref_init()
98 atomic_long_set(&data->count, start_count); in percpu_ref_init()
/linux-6.1.9/drivers/s390/char/
Dsclp.c156 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()
955 sclp_init_req.start_count = 0; in __sclp_make_init_req()
Dsclp.h252 int start_count; /* number of SVCs done for this req */ member
/linux-6.1.9/arch/ia64/kernel/
Dmca.c1472 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()
1539 static int start_count = -1; in ia64_mca_cpe_int_caller() local
1546 if (start_count == -1) in ia64_mca_cpe_int_caller()
1547 start_count = IA64_LOG_COUNT(SAL_INFO_TYPE_CPE); in ia64_mca_cpe_int_caller()
1560 if (start_count != IA64_LOG_COUNT(SAL_INFO_TYPE_CPE)) { in ia64_mca_cpe_int_caller()
1574 start_count = -1; in ia64_mca_cpe_int_caller()
/linux-6.1.9/drivers/ata/
Dpata_pdc2027x.c587 long start_count, end_count; in pdc_detect_pll_input_clock() local
598 start_count = pdc_read_counter(host); in pdc_detect_pll_input_clock()
617 pll_clock = ((start_count - end_count) & 0x3fffffff) / 100 * in pdc_detect_pll_input_clock()
621 start_count, end_count, pll_clock); in pdc_detect_pll_input_clock()
/linux-6.1.9/drivers/media/usb/au0828/
Dau0828-dvb.c287 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()
Dau0828.h95 int start_count; member
/linux-6.1.9/drivers/net/wwan/
Dwwan_core.c74 unsigned int start_count; member
500 if (port->start_count) in wwan_remove_port()
553 if (!port->start_count) in wwan_port_op_start()
557 port->start_count++; in wwan_port_op_start()
568 port->start_count--; in wwan_port_op_stop()
569 if (!port->start_count) { in wwan_port_op_stop()
/linux-6.1.9/drivers/tty/serial/
Dmux.c229 __u32 start_count = port->icount.rx; in mux_read() local
254 if (start_count != port->icount.rx) in mux_read()
/linux-6.1.9/sound/soc/qcom/qdsp6/
Dq6apm.h84 int start_count; member
Dq6apm.c672 if (ar_graph->start_count == 0) in q6apm_graph_start()
675 ar_graph->start_count++; in q6apm_graph_start()
685 if (--ar_graph->start_count > 0) in q6apm_graph_stop()
/linux-6.1.9/drivers/media/mc/
Dmc-entity.c724 if (pipe->start_count) { in __media_pipeline_start()
725 pipe->start_count++; in __media_pipeline_start()
828 pipe->start_count++; in __media_pipeline_start()
876 if (--pipe->start_count) in __media_pipeline_stop()
/linux-6.1.9/sound/pci/ymfpci/
Dymfpci.h306 int start_count; member
Dymfpci_main.c170 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-6.1.9/drivers/clocksource/
Darm_arch_timer.c1076 u64 start_count; in arch_counter_register() local
1108 start_count = arch_timer_read_counter(); in arch_counter_register()
1113 &cyclecounter, start_count); in arch_counter_register()
/linux-6.1.9/arch/mips/kvm/
Dvz.c390 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-6.1.9/include/media/
Dmedia-entity.h112 int start_count; member
/linux-6.1.9/drivers/perf/hisilicon/
Dhisi_pcie_pmu.c543 goto start_count; in hisi_pcie_pmu_add()
555 start_count: in hisi_pcie_pmu_add()
Dhns3_pmu.c1345 goto start_count; in hns3_pmu_add()
1355 start_count: in hns3_pmu_add()
/linux-6.1.9/drivers/media/platform/rockchip/rkisp1/
Drkisp1-capture.c929 if (rkisp1->pipe.start_count < 2) in rkisp1_pipeline_stream_disable()
959 if (rkisp1->pipe.start_count > 1) in rkisp1_pipeline_stream_enable()
/linux-6.1.9/fs/f2fs/
Dsuper.c1738 block_t total_count, user_block_count, start_count; in f2fs_statfs() local
1743 start_count = le32_to_cpu(sbi->raw_super->segment0_blkaddr); in f2fs_statfs()
1747 buf->f_blocks = total_count - start_count; in f2fs_statfs()