Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dfutex.c808 if (likely(current->pi_state_cache)) in refill_pi_state_cache()
822 current->pi_state_cache = pi_state; in refill_pi_state_cache()
829 struct futex_pi_state *pi_state = current->pi_state_cache; in alloc_pi_state()
832 current->pi_state_cache = NULL; in alloc_pi_state()
872 if (current->pi_state_cache) { in put_pi_state()
882 current->pi_state_cache = pi_state; in put_pi_state()
Dexit.c842 if (unlikely(current->pi_state_cache)) in do_exit()
843 kfree(current->pi_state_cache); in do_exit()
Dfork.c2071 p->pi_state_cache = NULL; in copy_process()
/Linux-v5.4/include/linux/
Dsched.h1056 struct futex_pi_state *pi_state_cache; member