Searched defs:tasklet_struct (Results 1 – 7 of 7) sorted by relevance
26827 struct tasklet_struct { struct26828 struct tasklet_struct *next; argument26834 void (*callback)(struct tasklet_struct *); argument26836 long unsigned int data;
23920 struct tasklet_struct { struct23921 struct tasklet_struct *next; argument23927 void (*callback)(struct tasklet_struct *); argument23929 long unsigned int data;
21004 struct tasklet_struct { struct21005 struct tasklet_struct *next; argument21011 void (*callback)(struct tasklet_struct *); argument21013 long unsigned int data;
26202 struct tasklet_struct { struct26203 struct tasklet_struct *next; argument26204 long unsigned int state;26205 atomic_t count;26206 void (*func)(long unsigned int);26207 long unsigned int data;