Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/sibyte/sb1250/
Dbcm1250_tbprof.c301 long cur_off = *offp; in sbprof_tb_read() local
303 if (cur_off < 0) in sbprof_tb_read()
307 cur_sample = cur_off / TB_SAMPLE_SIZE; in sbprof_tb_read()
308 sample_off = cur_off % TB_SAMPLE_SIZE; in sbprof_tb_read()
324 cur_off += cur_count; in sbprof_tb_read()
328 *offp = cur_off; in sbprof_tb_read()