I need to do the job at regular intervals in the kernel module after loading the module. How do I achieve this. Examples on the Internet show hello world in init_module and exit_module. I have not seen any literature on how to regularly code events inside a kernel module. Can someone ask for input? Thanks
source
share