Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Dinterrupt.h109 struct tasklet_struct struct
111 struct tasklet_struct *next; argument
119 #define DECLARE_TASKLET(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), … argument