Name

hrtimer_is_queued —

Synopsis

bool hrtimer_is_queued (struct hrtimer * timer);
 

Arguments

timer

Timer to check

Returns

True if the timer is queued, false otherwise

The function can be used lockless, but it gives only a current snapshot.