'\" t .\" Title: requeue_futex .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Futex API reference .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "REQUEUE_FUTEX" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Futex API reference" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" requeue_futex \- Requeue a futex_q from one hb to another .SH "SYNOPSIS" .HP \w'void\ requeue_futex('u .BI "void requeue_futex(struct\ futex_q\ *\ " "q" ", struct\ futex_hash_bucket\ *\ " "hb1" ", struct\ futex_hash_bucket\ *\ " "hb2" ", union\ futex_key\ *\ " "key2" ");" .SH "ARGUMENTS" .PP \fIq\fR .RS 4 the futex_q to requeue .RE .PP \fIhb1\fR .RS 4 the source hash_bucket .RE .PP \fIhb2\fR .RS 4 the target hash_bucket .RE .PP \fIkey2\fR .RS 4 the new key for the requeued futex_q .RE .SH "AUTHOR" .PP \fBRusty Russell\fR <\&rusty@rustcorp.com.au\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br