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

/linux-master/sound/atmel/
H A Dac97c.c475 int offset, next_period, block_size; local
490 next_period = chip->playback_period + 1;
491 if (next_period == runtime->periods)
492 next_period = 0;
494 offset = block_size * next_period;
508 next_period = chip->capture_period + 1;
509 if (next_period == runtime->periods)
510 next_period = 0;
512 offset = block_size * next_period;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.h91 unsigned long next_period; member in struct:bnxt_ptp_cfg
H A Dbnxt_ptp.c706 if (!time_after_eq(now, ptp->next_period))
707 return ptp->next_period - now;
710 ptp->next_period = now + HZ;
/linux-master/sound/spi/
H A Dat73c213.c358 int next_period; local
370 next_period = chip->period + 1;
371 if (next_period == runtime->periods)
372 next_period = 0;
374 offset = block_size * next_period;
/linux-master/drivers/md/dm-vdo/
H A Dblock-map.h224 sequence_number_t next_period; member in struct:dirty_lists
H A Dblock-map.c1990 while (dirty->next_period <= period) {
1991 if ((dirty->next_period - dirty->oldest_period) == dirty->maximum_age)
1993 dirty->next_period++;
2940 VDO_ASSERT_LOG_ONLY(dirty_lists->next_period == 0, "current period not set");
2942 dirty_lists->next_period = map->current_era_point + 1;
2978 while (zone->dirty_lists->oldest_period < zone->dirty_lists->next_period)
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2913 unsigned long next_period; local
2927 next_period = TX_RECLAIM_PERIOD >>
2930 mod_timer(&qs->tx_reclaim_timer, jiffies + next_period);

Completed in 218 milliseconds