> What do i mean is with out Doing add_timer() can we
> use del_timer().
george anzinger is right, you may del_timer() at any time.
If the timer was actually queued, del_timer() returns 0, otherwise, it
returns 1.
But you should use del_timer_sync() to be sure, that your timer function
is not currentky running on other CPU.
> Thanks in Advance
> -Rajasekhar
--- WBR. //s0mbre - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/