Searched refs:wakeup (Results 1 – 2 of 2) sorted by relevance
845 bool wakeup; in sleep_until_rx_interrupt() member853 if (status[lcore].wakeup) { in sleep_until_rx_interrupt()870 status[lcore].wakeup = n != 0; in sleep_until_rx_interrupt()
3830 u16 wakeup = 0; in ice_sched_calc_wakeup() local3836 wakeup = (u16)((1 << 15) | wakeup_int); in ice_sched_calc_wakeup()3854 wakeup |= (u16)(wakeup_int << 9); in ice_sched_calc_wakeup()3855 wakeup |= (u16)(0x1ff & wakeup_f_int); in ice_sched_calc_wakeup()3858 return wakeup; in ice_sched_calc_wakeup()