pi_state_cache 69 include/linux/futex.h tsk->pi_state_cache = NULL; pi_state_cache 1056 include/linux/sched.h struct futex_pi_state *pi_state_cache; pi_state_cache 826 kernel/exit.c if (unlikely(current->pi_state_cache)) pi_state_cache 827 kernel/exit.c kfree(current->pi_state_cache); pi_state_cache 831 kernel/futex.c if (likely(current->pi_state_cache)) pi_state_cache 845 kernel/futex.c current->pi_state_cache = pi_state; pi_state_cache 852 kernel/futex.c struct futex_pi_state *pi_state = current->pi_state_cache; pi_state_cache 855 kernel/futex.c current->pi_state_cache = NULL; pi_state_cache 895 kernel/futex.c if (current->pi_state_cache) { pi_state_cache 905 kernel/futex.c current->pi_state_cache = pi_state;