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

/linux-master/include/linux/
H A Dfutex.h69 tsk->pi_state_cache = NULL;
H A Dsched.h1248 struct futex_pi_state *pi_state_cache; member in struct:task_struct
/linux-master/kernel/futex/
H A Dpi.c17 if (likely(current->pi_state_cache))
31 current->pi_state_cache = pi_state;
38 struct futex_pi_state *pi_state = current->pi_state_cache;
41 current->pi_state_cache = NULL;
99 if (current->pi_state_cache) {
109 current->pi_state_cache = pi_state;
/linux-master/kernel/
H A Dexit.c902 if (unlikely(current->pi_state_cache))
903 kfree(current->pi_state_cache);

Completed in 222 milliseconds