Home
last modified time | relevance | path

Searched refs:stop_pos (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dintel_pt.h101 unsigned long stop_pos, intr_pos; member
Dperf_event_intel_pt.c696 buf->topa_index[buf->stop_pos]->stop = 0; in pt_buffer_reset_markers()
697 buf->topa_index[buf->stop_pos]->intr = 0; in pt_buffer_reset_markers()
709 buf->stop_pos = idx; in pt_buffer_reset_markers()
721 buf->topa_index[buf->stop_pos]->stop = 1; in pt_buffer_reset_markers()
722 buf->topa_index[buf->stop_pos]->intr = 1; in pt_buffer_reset_markers()
/linux-4.4.14/drivers/staging/comedi/drivers/
Dadl_pci9118.c411 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_samples_ready() local
412 unsigned int span_len = stop_pos + devpriv->ai_add_back; in pci9118_ai_samples_ready()
444 if (dma_pos < stop_pos) { in pci9118_ai_samples_ready()
446 x = stop_pos - dma_pos; in pci9118_ai_samples_ready()
455 stop_pos += span_len; in pci9118_ai_samples_ready()
468 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_dma_xfer() local
469 unsigned int span_len = stop_pos + devpriv->ai_add_back; in pci9118_ai_dma_xfer()
494 if (dma_pos < stop_pos) { in pci9118_ai_dma_xfer()
496 x = stop_pos - dma_pos; in pci9118_ai_dma_xfer()
505 stop_pos += span_len; in pci9118_ai_dma_xfer()