Home
last modified time | relevance | path

Searched refs:stop_count (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/kernel/
A Dtsc_sync.c247 static atomic_t stop_count; variable
389 while (atomic_read(&stop_count) != cpus-1) in check_tsc_sync_source()
428 atomic_inc(&stop_count); in check_tsc_sync_source()
484 atomic_inc(&stop_count); in check_tsc_sync_target()
489 while (atomic_read(&stop_count) != cpus) in check_tsc_sync_target()
495 atomic_set(&stop_count, 0); in check_tsc_sync_target()
/linux/drivers/comedi/drivers/
A Dmite.c308 u32 stop_count = cmd->stop_arg * comedi_bytes_per_scan(s); in mite_sync_output_dma() local
312 bool finite_regen = (cmd->stop_src == TRIG_NONE && stop_count != 0); in mite_sync_output_dma()
317 if (cmd->stop_src == TRIG_COUNT && (int)(nbytes_lb - stop_count) > 0) in mite_sync_output_dma()
318 nbytes_lb = stop_count; in mite_sync_output_dma()
320 if (cmd->stop_src == TRIG_COUNT && (int)(nbytes_ub - stop_count) > 0) in mite_sync_output_dma()
321 nbytes_ub = stop_count; in mite_sync_output_dma()
323 if ((!finite_regen || stop_count > old_alloc_count) && in mite_sync_output_dma()
A Dni_mio_common.c2170 unsigned int stop_count; in ni_ai_cmd() local
2233 stop_count = cmd->stop_arg - 1; in ni_ai_cmd()
2237 stop_count += num_adc_stages_611x; in ni_ai_cmd()
2240 ni_stc_writel(dev, stop_count, NISTC_AI_SC_LOADA_REG); in ni_ai_cmd()
2249 if (stop_count == 0) { in ni_ai_cmd()
/linux/drivers/media/usb/au0828/
A Dau0828-dvb.c289 dvb->start_count, dvb->stop_count); in au0828_dvb_start_feed()
318 dvb->stop_count++; in au0828_dvb_stop_feed()
320 dvb->start_count, dvb->stop_count); in au0828_dvb_stop_feed()
497 dvb->stop_count = 0; in dvb_register()
A Dau0828.h96 int stop_count; member
/linux/kernel/trace/
A Dtrace.c1790 if (tr->stop_count) in update_max_tr()
1834 if (tr->stop_count) in update_max_tr_single()
2247 return global_trace.stop_count; in is_tracing_stopped()
2265 if (--global_trace.stop_count) { in tracing_start()
2266 if (global_trace.stop_count < 0) { in tracing_start()
2269 global_trace.stop_count = 0; in tracing_start()
2307 if (--tr->stop_count) { in tracing_start_tr()
2308 if (tr->stop_count < 0) { in tracing_start_tr()
2311 tr->stop_count = 0; in tracing_start_tr()
2336 if (global_trace.stop_count++) in tracing_stop()
[all …]
A Dtrace.h341 int stop_count; member

Completed in 45 milliseconds