Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Duwb.h100 struct uwbd { struct
101 int pid;
102 struct task_struct *task;
103 wait_queue_head_t wq;
104 struct list_head event_list;
105 spinlock_t event_list_lock;
399 struct uwbd uwbd; member
/linux-3.4.99/drivers/uwb/
Duwbd.c267 static int uwbd(void *param) in uwbd() function