Name

requeue_futex — Requeue a futex_q from one hb to another

Synopsis

void requeue_futex (struct futex_q * q,
 struct futex_hash_bucket * hb1,
 struct futex_hash_bucket * hb2,
 union futex_key * key2);
 

Arguments

q

the futex_q to requeue

hb1

the source hash_bucket

hb2

the target hash_bucket

key2

the new key for the requeued futex_q