Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/sibyte/common/
Dsb_tbprof.c459 long cur_off = *offp; in sbprof_tb_read() local
467 cur_sample = cur_off / TB_SAMPLE_SIZE; in sbprof_tb_read()
468 sample_off = cur_off % TB_SAMPLE_SIZE; in sbprof_tb_read()
478 *offp = cur_off + cur_count - err; in sbprof_tb_read()
493 cur_off += cur_count; in sbprof_tb_read()
497 *offp = cur_off; in sbprof_tb_read()