Searched refs:cops_timer (Results 1 – 1 of 1) sorted by relevance
159 static struct timer_list cops_timer; variable431 timer_setup(&cops_timer, cops_poll, 0); in cops_open()432 cops_timer.expires = jiffies + HZ/20; in cops_open()433 add_timer(&cops_timer); in cops_open()684 del_timer(&cops_timer); in cops_poll()700 cops_timer.expires = jiffies + HZ/20; in cops_poll()701 add_timer(&cops_timer); in cops_poll()973 del_timer(&cops_timer); in cops_close()