Searched defs:tasklet (Results 1 – 2 of 2) sorted by relevance
293 static inline void tasklet_schedule(struct tasklet_struct *tasklet) in tasklet_schedule()299 static inline void tasklet_init(struct tasklet_struct *tasklet, in tasklet_init()308 #define tasklet_kill(tasklet) { do {} while (0); } argument
242 struct tasklet_struct tasklet; member