Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sibyte/common/
H A Dsb_tbprof.c443 int cur_sample, sample_off, cur_count, sample_left; in sbprof_tb_read() local
457 sample_left = TB_SAMPLE_SIZE - sample_off; in sbprof_tb_read()
462 cur_count = size < sample_left ? size : sample_left; in sbprof_tb_read()
473 sample_left -= cur_count; in sbprof_tb_read()
474 if (!sample_left) { in sbprof_tb_read()
477 sample_left = TB_SAMPLE_SIZE; in sbprof_tb_read()