Searched defs:uwbd (Results 1 – 2 of 2) sorted by relevance
100 struct uwbd { struct101 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
267 static int uwbd(void *param) in uwbd() function