Searched refs:pi_state_cache (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/kernel/
H A Dfutex.c621 if (likely(current->pi_state_cache)) refill_pi_state_cache()
635 current->pi_state_cache = pi_state; refill_pi_state_cache()
642 struct futex_pi_state *pi_state = current->pi_state_cache; alloc_pi_state()
645 current->pi_state_cache = NULL; alloc_pi_state()
673 if (current->pi_state_cache) free_pi_state()
683 current->pi_state_cache = pi_state; free_pi_state()
H A Dexit.c774 if (unlikely(current->pi_state_cache)) do_exit()
775 kfree(current->pi_state_cache); do_exit()
H A Dfork.c1476 p->pi_state_cache = NULL; copy_process()
/linux-4.1.27/include/linux/
H A Dsched.h1595 struct futex_pi_state *pi_state_cache; member in struct:task_struct

Completed in 97 milliseconds