Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/sibyte/common/
Dsb_tbprof.c455 int cur_sample, sample_off, cur_count, sample_left; in sbprof_tb_read() local
469 sample_left = TB_SAMPLE_SIZE - sample_off; in sbprof_tb_read()
474 cur_count = size < sample_left ? size : sample_left; in sbprof_tb_read()
485 sample_left -= cur_count; in sbprof_tb_read()
486 if (!sample_left) { in sbprof_tb_read()
489 sample_left = TB_SAMPLE_SIZE; in sbprof_tb_read()