Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/block/
Ddasd.c1650 struct timer_list res_timer; in dasd_steal_lock() local
1652 init_timer(&res_timer); in dasd_steal_lock()
1653 res_timer.function = dasd_resrel_timeout; in dasd_steal_lock()
1654 res_timer.data = (unsigned long) cqr; in dasd_steal_lock()
1655 res_timer.expires = jiffies + 4 * HZ; in dasd_steal_lock()
1656 add_timer(&res_timer); in dasd_steal_lock()
1660 del_timer_sync(&res_timer); in dasd_steal_lock()
2956 struct timer_list res_timer; in do_dasd_ioctl() local
2958 init_timer (&res_timer); in do_dasd_ioctl()
2959 res_timer.function = dasd_resrel_timeout; in do_dasd_ioctl()
[all …]