:: RootR ::  Hosting Order Map Login   Secure Inter-Network Operations  
 
handle_early_requeue_pi_wakeup(9) - phpMan

Command: man perldoc info search(apropos)  


HANDLE_EARLY_REQUEUE(9)                Futex API reference                HANDLE_EARLY_REQUEUE(9)



NAME
       handle_early_requeue_pi_wakeup - Detect early wakeup on the initial futex

SYNOPSIS
       int handle_early_requeue_pi_wakeup(struct futex_hash_bucket * hb, struct futex_q * q,
                                          union futex_key * key2,
                                          struct hrtimer_sleeper * timeout);

ARGUMENTS
       hb
           the hash_bucket futex_q was original enqueued on

       q
           the futex_q woken while waiting to be requeued

       key2
           the futex_key of the requeue target futex

       timeout
           the timeout associated with the wait (NULL if none)

DESCRIPTION
       Detect if the task was woken on the initial futex as opposed to the requeue target futex.
       If so, determine if it was a timeout or a signal that caused the wakeup and return the
       appropriate error code to the caller. Must be called with the hb lock held.

RETURN
       0 = no early wakeup detected; <0 = -ETIMEDOUT or -ERESTARTNOINTR

AUTHOR
       Rusty Russell <rusty AT rustcorp.au>
           Author.

COPYRIGHT
Kernel Hackers Manual 4.8.                 January 2017                   HANDLE_EARLY_REQUEUE(9)


/man
rootr.net - man pages