__wq_entry 262 include/linux/wait.h struct wait_queue_entry __wq_entry; \ __wq_entry 265 include/linux/wait.h init_wait_entry(&__wq_entry, exclusive ? WQ_FLAG_EXCLUSIVE : 0); \ __wq_entry 267 include/linux/wait.h long __int = prepare_to_wait_event(&wq_head, &__wq_entry, state);\ __wq_entry 279 include/linux/wait.h finish_wait(&wq_head, &__wq_entry); \