Lines Matching refs:tasklet_struct
592 struct tasklet_struct struct
594 struct tasklet_struct *next; argument
602 struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), func, data } argument
605 struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(1), func, data }
615 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock()
620 static inline void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock()
626 static inline void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait()
636 extern void __tasklet_schedule(struct tasklet_struct *t);
638 static inline void tasklet_schedule(struct tasklet_struct *t) in tasklet_schedule()
644 extern void __tasklet_hi_schedule(struct tasklet_struct *t);
646 static inline void tasklet_hi_schedule(struct tasklet_struct *t) in tasklet_hi_schedule()
652 static inline void tasklet_disable_nosync(struct tasklet_struct *t) in tasklet_disable_nosync()
658 static inline void tasklet_disable(struct tasklet_struct *t) in tasklet_disable()
665 static inline void tasklet_enable(struct tasklet_struct *t) in tasklet_enable()
671 extern void tasklet_kill(struct tasklet_struct *t);
672 extern void tasklet_kill_immediate(struct tasklet_struct *t, unsigned int cpu);
673 extern void tasklet_init(struct tasklet_struct *t,