Searched refs:cops_timer (Results 1 – 1 of 1) sorted by relevance
157 static struct timer_list cops_timer; variable427 init_timer(&cops_timer); in cops_open()428 cops_timer.function = cops_poll; in cops_open()429 cops_timer.data = (unsigned long)dev; in cops_open()430 cops_timer.expires = jiffies + HZ/20; in cops_open()431 add_timer(&cops_timer); in cops_open()683 del_timer(&cops_timer); in cops_poll()699 cops_timer.expires = jiffies + HZ/20; in cops_poll()700 add_timer(&cops_timer); in cops_poll()978 del_timer(&cops_timer); in cops_close()