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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sibyte/common/
H A Dsb_tbprof.c447 int cur_sample, sample_off, cur_count, sample_left; local
460 sample_off = cur_off % TB_SAMPLE_SIZE;
461 sample_left = TB_SAMPLE_SIZE - sample_off;
467 src = (char *)(((long)sbp.sbprof_tbbuf[cur_sample])+sample_off);
480 sample_off = 0;
483 sample_off += cur_count;

Completed in 52 milliseconds