Searched refs:destroyme (Results 1 – 1 of 1) sorted by relevance
71 struct timer_list destroyme; member156 static void destroyme(unsigned long me) in destroyme() function227 init_timer(&redir->destroyme); in do_redirect()228 redir->destroyme.function = destroyme; in do_redirect()229 redir->destroyme.data = (unsigned long)redir; in do_redirect()230 redir->destroyme.expires = jiffies + REDIR_TIMEOUT; in do_redirect()231 add_timer(&redir->destroyme); in do_redirect()273 if (del_timer(&redir->destroyme)) { in check_for_redirect()274 redir->destroyme.expires = jiffies + REDIR_TIMEOUT; in check_for_redirect()275 add_timer(&redir->destroyme); in check_for_redirect()[all …]