Searched refs:next_status_checked_time (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/dvb-frontends/
H A Dsp2_priv.h21 unsigned long next_status_checked_time; member in struct:sp2
H A Dsp2.c246 if (time_after(jiffies, s->next_status_checked_time)) {
248 s->next_status_checked_time = jiffies + msecs_to_jiffies(1000);
/linux-master/drivers/media/pci/cx23885/
H A Dcimax2.c78 unsigned long next_status_checked_time; member in struct:netup_ci_state
347 if (time_after(jiffies, state->next_status_checked_time)
352 state->next_status_checked_time = jiffies

Completed in 182 milliseconds