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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/sibyte/common/
H A Dsb_tbprof.c89 #define TB_SAMPLE_SIZE (sizeof(tb_sample_t)) macro
90 #define MAX_TB_SAMPLES (MAX_TBSAMPLE_BYTES/TB_SAMPLE_SIZE)
454 cur_sample = cur_off / TB_SAMPLE_SIZE;
455 sample_off = cur_off % TB_SAMPLE_SIZE;
456 sample_left = TB_SAMPLE_SIZE - sample_off;
476 sample_left = TB_SAMPLE_SIZE;

Completed in 41 milliseconds