Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_tasklet.c56 TAILQ_HEAD(tasklet_list, tasklet_struct) head;
69 struct tasklet_struct *ts; in tasklet_handler()
70 struct tasklet_struct *last; in tasklet_handler()
144 tasklet_init(struct tasklet_struct *ts, in tasklet_init()
168 tasklet_schedule(struct tasklet_struct *ts) in tasklet_schedule()
205 tasklet_kill(struct tasklet_struct *ts) in tasklet_kill()
216 tasklet_enable(struct tasklet_struct *ts) in tasklet_enable()
223 tasklet_disable(struct tasklet_struct *ts) in tasklet_disable()
231 tasklet_trylock(struct tasklet_struct *ts) in tasklet_trylock()
238 tasklet_unlock(struct tasklet_struct *ts) in tasklet_unlock()
[all …]
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dinterrupt.h191 struct tasklet_struct { struct
192 TAILQ_ENTRY(tasklet_struct) entry;
201 struct tasklet_struct _name = { .func = (_func), .data = (_data) } argument
205 extern void tasklet_schedule(struct tasklet_struct *);
206 extern void tasklet_kill(struct tasklet_struct *);
207 extern void tasklet_init(struct tasklet_struct *, tasklet_func_t *,
209 extern void tasklet_enable(struct tasklet_struct *);
210 extern void tasklet_disable(struct tasklet_struct *);
211 extern int tasklet_trylock(struct tasklet_struct *);
212 extern void tasklet_unlock(struct tasklet_struct *);
[all …]
/freebsd-12.1/sys/dev/mlx5/mlx5_fpga/
H A Dconn.h60 struct tasklet_struct tasklet;