Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/sibyte/common/
Dsb_tbprof.c458 long cur_off = *offp; in sbprof_tb_read() local
466 cur_sample = cur_off / TB_SAMPLE_SIZE; in sbprof_tb_read()
467 sample_off = cur_off % TB_SAMPLE_SIZE; in sbprof_tb_read()
477 *offp = cur_off + cur_count - err; in sbprof_tb_read()
492 cur_off += cur_count; in sbprof_tb_read()
496 *offp = cur_off; in sbprof_tb_read()