Searched refs:pi_state (Results 1 – 2 of 2) sorted by relevance
220 struct futex_pi_state *pi_state; member792 struct futex_pi_state *pi_state; in refill_pi_state_cache() local797 pi_state = kzalloc(sizeof(*pi_state), GFP_KERNEL); in refill_pi_state_cache()799 if (!pi_state) in refill_pi_state_cache()802 INIT_LIST_HEAD(&pi_state->list); in refill_pi_state_cache()804 pi_state->owner = NULL; in refill_pi_state_cache()805 refcount_set(&pi_state->refcount, 1); in refill_pi_state_cache()806 pi_state->key = FUTEX_KEY_INIT; in refill_pi_state_cache()808 current->pi_state_cache = pi_state; in refill_pi_state_cache()815 struct futex_pi_state *pi_state = current->pi_state_cache; in alloc_pi_state() local[all …]
95 the futex-queue. The pi_state includes an rt-mutex, which is a PI-aware,111 pi_state->rt_mutex and thus wakes up any potential waiters.