1. NAME

hrtimer_cancel - cancel a timer and wait for the handler to finish.

2. SYNOPSIS

int hrtimer_cancel(struct hrtimer *  timer );

3. ARGUMENTS

timer
    the timer to be cancelled

4. RETURNS

0 when the timer was not active 1 when the timer was active

5. COPYRIGHT