Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs53l30.c772 unsigned int slot_next, slot_step; in cs53l30_set_dai_tdm_slot() local
797 slot_next = __ffs(rx_mask); in cs53l30_set_dai_tdm_slot()
799 loc[i] = slot_next * slot_step; in cs53l30_set_dai_tdm_slot()
803 rx_mask &= ~(1 << slot_next); in cs53l30_set_dai_tdm_slot()
814 slot_next = loc[i - 1] + slot_step - 1; in cs53l30_set_dai_tdm_slot()
815 if (slot_next > 47) { in cs53l30_set_dai_tdm_slot()
817 slot_next); in cs53l30_set_dai_tdm_slot()
/openbmc/linux/net/sched/
H A Dsch_netem.c150 u64 slot_next; member
667 q->slot.slot_next = now + next_delay; in get_slot_next()
720 if (q->slot.slot_next && q->slot.slot_next < time_to_send) in netem_dequeue()
723 if (time_to_send <= now && q->slot.slot_next <= now) { in netem_dequeue()
733 if (q->slot.slot_next) { in netem_dequeue()
771 q->slot.slot_next)); in netem_dequeue()
844 q->slot.slot_next = ktime_get_ns(); in get_slot()
846 q->slot.slot_next = 0; in get_slot()