dear sir i want to implement a timer inside the kernel so that a specific function of mine is called after certain period of time
how to implement that?
thanks in advance sounak
hi
look @ init_timer, add_timer, mod_timer and del_timer man pages
Look at the code for schedule_timeout:
http://lxr.linux.no/source/kernel/timer.c#L1073
hi look @ init_timer, add_
hi
look @ init_timer, add_timer, mod_timer and del_timer man pages
Look at the code for schedule
Look at the code for schedule_timeout:
http://lxr.linux.no/source/kernel/timer.c#L1073