Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfutex.h69 tsk->pi_state_cache = NULL; in futex_init_task()
H A Dsched.h1129 struct futex_pi_state *pi_state_cache; member
/OK3568_Linux_fs/kernel/kernel/
H A Dfutex.c739 if (likely(current->pi_state_cache)) in refill_pi_state_cache()
753 current->pi_state_cache = pi_state; in refill_pi_state_cache()
760 struct futex_pi_state *pi_state = current->pi_state_cache; in alloc_pi_state()
763 current->pi_state_cache = NULL; in alloc_pi_state()
821 if (current->pi_state_cache) { in put_pi_state()
831 current->pi_state_cache = pi_state; in put_pi_state()
H A Dexit.c837 if (unlikely(current->pi_state_cache)) in do_exit()
838 kfree(current->pi_state_cache); in do_exit()