Searched refs:cur_count (Results 1 – 4 of 4) sorted by relevance
455 int cur_sample, sample_off, cur_count, sample_left; in sbprof_tb_read() local474 cur_count = size < sample_left ? size : sample_left; in sbprof_tb_read()476 err = __copy_to_user(dest, src, cur_count); in sbprof_tb_read()478 *offp = cur_off + cur_count - err; in sbprof_tb_read()483 cur_sample, cur_count); in sbprof_tb_read()484 size -= cur_count; in sbprof_tb_read()485 sample_left -= cur_count; in sbprof_tb_read()491 sample_off += cur_count; in sbprof_tb_read()493 cur_off += cur_count; in sbprof_tb_read()494 dest += cur_count; in sbprof_tb_read()[all …]
519 size_t cur_count; in nvt_tx_ir() local527 nvt->tx.buf_count = cur_count = TX_BUF_LEN; in nvt_tx_ir()530 nvt->tx.buf_count = cur_count = n; in nvt_tx_ir()
85 u64 cur_count; /* current sample position (for playback) */ member
680 update = (int)(count - pipe->cur_count); in vx_update_pipe_position()681 pipe->cur_count = count; in vx_update_pipe_position()