timer implementation

Submitted by sounak
on March 23, 2005 - 10:03am

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_

Anonymous (not verified)
on
April 21, 2005 - 2:44am

hi

look @ init_timer, add_timer, mod_timer and del_timer man pages

Look at the code for schedule

on
April 23, 2005 - 3:11pm

Look at the code for schedule_timeout:

http://lxr.linux.no/source/kernel/timer.c#L1073

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.