Searched refs:pi_state_cache (Results 1 – 4 of 4) sorted by relevance
698 if (likely(current->pi_state_cache)) in refill_pi_state_cache()712 current->pi_state_cache = pi_state; in refill_pi_state_cache()719 struct futex_pi_state *pi_state = current->pi_state_cache; in alloc_pi_state()722 current->pi_state_cache = NULL; in alloc_pi_state()750 if (current->pi_state_cache) in free_pi_state()760 current->pi_state_cache = pi_state; in free_pi_state()
778 if (unlikely(current->pi_state_cache)) in do_exit()779 kfree(current->pi_state_cache); in do_exit()
1482 p->pi_state_cache = NULL; in copy_process()
1680 struct futex_pi_state *pi_state_cache; member