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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sibyte/sb1250/
H A Dbcm1250_tbprof.c278 int cur_sample, sample_off, cur_count, sample_left; local
287 sample_left = TB_SAMPLE_SIZE - sample_off;
289 cur_count = size < sample_left ? size : sample_left;
294 sample_left -= cur_count;
295 if (!sample_left) {
298 sample_left = TB_SAMPLE_SIZE;

Completed in 36 milliseconds