Home
last modified time | relevance | path

Searched refs:tasklet_struct (Results 1 – 13 of 13) sorted by relevance

/include/linux/
Dinterrupt.h465 struct tasklet_struct struct
467 struct tasklet_struct *next; argument
475 struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), func, data } argument
478 struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(1), func, data }
488 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock()
493 static inline void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock()
499 static inline void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait()
509 extern void __tasklet_schedule(struct tasklet_struct *t);
511 static inline void tasklet_schedule(struct tasklet_struct *t) in tasklet_schedule()
517 extern void __tasklet_hi_schedule(struct tasklet_struct *t);
[all …]
Dhil_mlc.h164 struct tasklet_struct *tasklet;
Dkbd_kern.h8 extern struct tasklet_struct keyboard_tasklet;
Dkgdb.h37 struct tasklet_struct;
Dhp_sdc.h297 struct tasklet_struct task;
Ddccp.h300 struct tasklet_struct dccps_xmitlet;
/include/net/
Dflowcache.h14 struct tasklet_struct flush_tasklet;
/include/linux/mmc/
Dsdhci.h164 struct tasklet_struct finish_tasklet; /* Tasklet structures */
Ddw_mmc.h156 struct tasklet_struct tasklet;
/include/linux/usb/
Dcdc_ncm.h90 struct tasklet_struct bh;
Dusbnet.h65 struct tasklet_struct bh;
Dhcd.h75 struct tasklet_struct bh;
/include/sound/
Dtimer.h92 struct tasklet_struct task_queue;