I would like to implement a program, which declares a number of tasklet, schedules them and make sure that they are executed by the Linux kernel. I know how to declare and schedule tasklets, but dont know how they can run in kernel space, where in the kernel source code they should be implemented, or can they be run by a program from user space?
Title: Bottomhalves / tasklets