Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/futex/
A Dpi.c16 if (likely(current->pi_state_cache)) in refill_pi_state_cache()
30 current->pi_state_cache = pi_state; in refill_pi_state_cache()
37 struct futex_pi_state *pi_state = current->pi_state_cache; in alloc_pi_state()
40 current->pi_state_cache = NULL; in alloc_pi_state()
98 if (current->pi_state_cache) { in put_pi_state()
108 current->pi_state_cache = pi_state; in put_pi_state()
/linux-6.3-rc2/include/linux/
A Dfutex.h69 tsk->pi_state_cache = NULL; in futex_init_task()
A Dsched.h1235 struct futex_pi_state *pi_state_cache; member
/linux-6.3-rc2/kernel/
A Dexit.c893 if (unlikely(current->pi_state_cache)) in do_exit()
894 kfree(current->pi_state_cache); in do_exit()

Completed in 15 milliseconds