Searched defs:uwbd (Results 1 – 2 of 2) sorted by relevance
86 struct uwbd { struct87 int pid;88 struct task_struct *task;89 wait_queue_head_t wq;90 struct list_head event_list;91 spinlock_t event_list_lock;385 struct uwbd uwbd; member
253 static int uwbd(void *param) in uwbd() function