Home
last modified time | relevance | path

Searched refs:cur_sample (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/sibyte/common/
H A Dsb_tbprof.c443 int cur_sample, sample_off, cur_count, sample_left; in sbprof_tb_read() local
455 cur_sample = cur_off / TB_SAMPLE_SIZE; in sbprof_tb_read()
459 while (size && (cur_sample < sbp.next_tb_sample)) { in sbprof_tb_read()
463 src = (char *)(((long)sbp.sbprof_tbbuf[cur_sample])+sample_off); in sbprof_tb_read()
471 cur_sample, cur_count); in sbprof_tb_read()
475 cur_sample++; in sbprof_tb_read()
/linux/drivers/net/
H A Dvirtio_net.c3107 struct dim_sample cur_sample = {}; in virtnet_rx_dim_update() local
3118 &cur_sample); in virtnet_rx_dim_update()
3120 net_dim(&rq->dim, &cur_sample); in virtnet_rx_dim_update()