Searched refs:pi_state_cache (Results 1 – 3 of 3) sorted by relevance
17 if (likely(current->pi_state_cache)) in refill_pi_state_cache() 31 current->pi_state_cache = pi_state; in refill_pi_state_cache() 38 struct futex_pi_state *pi_state = current->pi_state_cache; in alloc_pi_state() 41 current->pi_state_cache = NULL; in alloc_pi_state() 99 if (current->pi_state_cache) { in put_pi_state() 109 current->pi_state_cache = pi_state; in put_pi_state()
72 tsk->pi_state_cache = NULL; in futex_init_task()
977 if (unlikely(current->pi_state_cache)) in do_exit() 978 kfree(current->pi_state_cache); in do_exit()