.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "__WAKE_UP" "" "06 October 2005" "" ""
.SH NAME
__wake_up \- wake up threads blocked on a waitqueue.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void __wake_up (wait_queue_head_t * \fIq\fB, unsigned int \fImode\fB, int \fInr_exclusive\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIq\fB\fR
the waitqueue
.TP
\fB\fImode\fB\fR
which threads
.TP
\fB\fInr_exclusive\fB\fR
how many wake-one or wake-many threads to wake up