Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/comedi/drivers/
Dadl_pci9118.c431 unsigned int stop_pos = start_pos + cmd->chanlist_len; in valid_samples_in_act_dma_buf() local
432 unsigned int span_len = stop_pos + devpriv->ai_add_back; in valid_samples_in_act_dma_buf()
464 if (dma_pos < stop_pos) { in valid_samples_in_act_dma_buf()
466 x = stop_pos - dma_pos; in valid_samples_in_act_dma_buf()
475 stop_pos += span_len; in valid_samples_in_act_dma_buf()
488 unsigned int stop_pos = start_pos + cmd->chanlist_len; in move_block_from_dma() local
489 unsigned int span_len = stop_pos + devpriv->ai_add_back; in move_block_from_dma()
514 if (dma_pos < stop_pos) { in move_block_from_dma()
516 x = stop_pos - dma_pos; in move_block_from_dma()
525 stop_pos += span_len; in move_block_from_dma()
/linux-4.1.27/arch/x86/kernel/cpu/
Dintel_pt.h116 unsigned long stop_pos, intr_pos; member
Dperf_event_intel_pt.c635 buf->topa_index[buf->stop_pos]->stop = 0; in pt_buffer_reset_markers()
636 buf->topa_index[buf->stop_pos]->intr = 0; in pt_buffer_reset_markers()
648 buf->stop_pos = idx; in pt_buffer_reset_markers()
660 buf->topa_index[buf->stop_pos]->stop = 1; in pt_buffer_reset_markers()
661 buf->topa_index[buf->stop_pos]->intr = 1; in pt_buffer_reset_markers()