Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfutex.h69 tsk->pi_state_cache = NULL; in futex_init_task()
Dsched.h1219 struct futex_pi_state *pi_state_cache; member
/Linux-v5.15/kernel/
Dfutex.c794 if (likely(current->pi_state_cache)) in refill_pi_state_cache()
808 current->pi_state_cache = pi_state; in refill_pi_state_cache()
815 struct futex_pi_state *pi_state = current->pi_state_cache; in alloc_pi_state()
818 current->pi_state_cache = NULL; in alloc_pi_state()
876 if (current->pi_state_cache) { in put_pi_state()
886 current->pi_state_cache = pi_state; in put_pi_state()
Dexit.c849 if (unlikely(current->pi_state_cache)) in do_exit()
850 kfree(current->pi_state_cache); in do_exit()