linux_wake_up
void linux_wake_up(wait_queue_head_t *, unsigned int, int, bool);
linux_wake_up(wqh, TASK_NORMAL, 1, false)
linux_wake_up(wqh, TASK_NORMAL, 0, false)
linux_wake_up(wqh, TASK_NORMAL, 1, true)
linux_wake_up(wqh, TASK_NORMAL, 0, true)
linux_wake_up(wqh, TASK_INTERRUPTIBLE, 1, false)
linux_wake_up(wqh, TASK_INTERRUPTIBLE, 0, false)