other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| HRTIMER_TRY_TO_CANCE(9) | Driver Basics | HRTIMER_TRY_TO_CANCE(9) |
NAME¶
hrtimer_try_to_cancel - try to deactivate a timerSYNOPSIS¶
int
hrtimer_try_to_cancel(struct hrtimer * timer);
ARGUMENTS¶
timerhrtimer to stop
RETURNS¶
0 when the timer was not active 1 when the timer was active -1 when the timer is currently excuting the callback function and cannot be stoppedCOPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |