Searched refs:stop_count (Results 1 – 7 of 7) sorted by relevance
28 static atomic_t stop_count; variable144 atomic_set(&stop_count, 0); in check_tsc_sync_source()158 while (atomic_read(&stop_count) != cpus-1) in check_tsc_sync_source()183 atomic_inc(&stop_count); in check_tsc_sync_source()209 atomic_inc(&stop_count); in check_tsc_sync_target()214 while (atomic_read(&stop_count) != cpus) in check_tsc_sync_target()
549 u32 stop_count = cmd->stop_arg * comedi_bytes_per_scan(s); in mite_sync_output_dma() local557 if (cmd->stop_src == TRIG_COUNT && (int)(nbytes_lb - stop_count) > 0) in mite_sync_output_dma()558 nbytes_lb = stop_count; in mite_sync_output_dma()560 if (cmd->stop_src == TRIG_COUNT && (int)(nbytes_ub - stop_count) > 0) in mite_sync_output_dma()561 nbytes_ub = stop_count; in mite_sync_output_dma()
2392 unsigned int stop_count; in ni_ai_cmd() local2453 stop_count = cmd->stop_arg - 1; in ni_ai_cmd()2457 stop_count += num_adc_stages_611x; in ni_ai_cmd()2460 ni_stc_writel(dev, stop_count, AI_SC_Load_A_Registers); in ni_ai_cmd()2467 if (stop_count == 0) { in ni_ai_cmd()
279 dvb->start_count, dvb->stop_count); in au0828_dvb_start_feed()308 dvb->stop_count++; in au0828_dvb_stop_feed()310 dvb->start_count, dvb->stop_count); in au0828_dvb_stop_feed()482 dvb->stop_count = 0; in dvb_register()
110 int stop_count; member
1064 if (tr->stop_count) in update_max_tr()1098 if (tr->stop_count) in update_max_tr_single()1400 return global_trace.stop_count; in is_tracing_stopped()1418 if (--global_trace.stop_count) { in tracing_start()1419 if (global_trace.stop_count < 0) { in tracing_start()1422 global_trace.stop_count = 0; in tracing_start()1460 if (--tr->stop_count) { in tracing_start_tr()1461 if (tr->stop_count < 0) { in tracing_start_tr()1464 tr->stop_count = 0; in tracing_start_tr()1489 if (global_trace.stop_count++) in tracing_stop()[all …]
217 int stop_count; member