Searched refs:next_tb_sample (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.c75 int next_tb_sample; member in struct:sbprof_tb
137 #define TB_FULL (sbp.next_tb_sample == MAX_TB_SAMPLES)
199 if (sbp.next_tb_sample < MAX_TB_SAMPLES) {
200 u64 *p = sbp.sbprof_tbbuf[sbp.next_tb_sample++];
266 sbp.next_tb_sample = 0;
463 while (size && (cur_sample < sbp.next_tb_sample)) {

Completed in 54 milliseconds