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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsegment.h125 * @sc_timer: Timer for segctord
180 struct timer_list sc_timer; member in struct:nilfs_sc_info
H A Dsegment.c2160 sci->sc_timer.expires = jiffies + sci->sc_interval;
2161 add_timer(&sci->sc_timer);
2366 del_timer_sync(&sci->sc_timer);
2393 time_before(jiffies, sci->sc_timer.expires))
2394 add_timer(&sci->sc_timer);
2525 * Unclosed segment should be retried. We do this using sc_timer.
2526 * Timeout of sc_timer will invoke complete construction which leads
2581 sci->sc_timer.data = (unsigned long)current;
2582 sci->sc_timer.function = nilfs_construction_timeout;
2631 sci->sc_timer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsn_console.c92 struct timer_list sc_timer; member in struct:sn_cons_port
661 mod_timer(&port->sc_timer,
703 init_timer(&port->sc_timer);
704 port->sc_timer.function = sn_sal_timer_poll;
705 port->sc_timer.data = (unsigned long)port;
715 mod_timer(&port->sc_timer, jiffies + port->sc_interrupt_timeout);
866 del_timer_sync(&sal_console_port.sc_timer);

Completed in 128 milliseconds