HomeSort by: relevance | last modified time | path
    Searched defs:tasklet_struct (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/common/include/linux/
tasklet.h 49 #define tasklet_struct linux_tasklet_struct macro
54 struct tasklet_struct { struct
55 SIMPLEQ_ENTRY(tasklet_struct) tl_entry;
65 struct tasklet_struct name = { \
73 struct tasklet_struct name = { \
83 void tasklet_init(struct tasklet_struct *, void (*)(unsigned long),
85 void tasklet_disable_nosync(struct tasklet_struct *);
86 void tasklet_disable(struct tasklet_struct *);
87 void tasklet_enable(struct tasklet_struct *);
88 void tasklet_schedule(struct tasklet_struct *);
    [all...]
tasklet.h 49 #define tasklet_struct linux_tasklet_struct macro
54 struct tasklet_struct { struct
55 SIMPLEQ_ENTRY(tasklet_struct) tl_entry;
65 struct tasklet_struct name = { \
73 struct tasklet_struct name = { \
83 void tasklet_init(struct tasklet_struct *, void (*)(unsigned long),
85 void tasklet_disable_nosync(struct tasklet_struct *);
86 void tasklet_disable(struct tasklet_struct *);
87 void tasklet_enable(struct tasklet_struct *);
88 void tasklet_schedule(struct tasklet_struct *);
    [all...]

Completed in 22 milliseconds