Once I schedule a tasklet by calling "tasklet_schedule", I need to provide a pointer which is pointering to a "tasklet_struct" structure. How does the kernel deal with the memory for this structure? If I keep malloc memory for the new "tasklet_struct" structure and deliver them to the kernel by calling "tasklet_schedule", does the kernel handle these memory or I have to free them by myself? Thanks! -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/