Searched defs:tasklet_struct (Results 1 – 3 of 3) sorted by relevance
609 struct tasklet_struct struct611 struct tasklet_struct *next; argument617 void (*callback)(struct tasklet_struct *t); argument623 struct tasklet_struct name = { \ argument
542 struct tasklet_struct struct544 struct tasklet_struct *next; argument552 struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), func, data } argument
587 void (*callback)(struct tasklet_struct *)) in tasklet_setup()