TB_SAMPLE_SIZE     77 arch/mips/sibyte/common/sb_tbprof.c #define MAX_TB_SAMPLES (MAX_TBSAMPLE_BYTES/TB_SAMPLE_SIZE)
TB_SAMPLE_SIZE    455 arch/mips/sibyte/common/sb_tbprof.c 	cur_sample = cur_off / TB_SAMPLE_SIZE;
TB_SAMPLE_SIZE    456 arch/mips/sibyte/common/sb_tbprof.c 	sample_off = cur_off % TB_SAMPLE_SIZE;
TB_SAMPLE_SIZE    457 arch/mips/sibyte/common/sb_tbprof.c 	sample_left = TB_SAMPLE_SIZE - sample_off;
TB_SAMPLE_SIZE    477 arch/mips/sibyte/common/sb_tbprof.c 			sample_left = TB_SAMPLE_SIZE;