Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dfutex.c415 if (likely(current->pi_state_cache)) in refill_pi_state_cache()
429 current->pi_state_cache = pi_state; in refill_pi_state_cache()
436 struct futex_pi_state *pi_state = current->pi_state_cache; in alloc_pi_state()
439 current->pi_state_cache = NULL; in alloc_pi_state()
461 if (current->pi_state_cache) in free_pi_state()
471 current->pi_state_cache = pi_state; in free_pi_state()
Dexit.c1029 if (unlikely(current->pi_state_cache)) in do_exit()
1030 kfree(current->pi_state_cache); in do_exit()
Dfork.c1217 p->pi_state_cache = NULL; in copy_process()
/linux-2.6.39/include/linux/
Dsched.h1473 struct futex_pi_state *pi_state_cache; member