1. NAME

try_to_del_timer_sync - Try to deactivate a timer

2. SYNOPSIS

int try_to_del_timer_sync(struct timer_list *  timer );

3. ARGUMENTS

timer
    timer do del

4. DESCRIPTION

This function tries to deactivate a timer. Upon successful (ret >= 0) exit the timer is not queued and the handler is not running on any CPU.

5. COPYRIGHT