Home
last modified time | relevance | path

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

/kernel/
Dfutex.c236 struct futex_pi_state *pi_state; member
812 struct futex_pi_state *pi_state; in refill_pi_state_cache() local
817 pi_state = kzalloc(sizeof(*pi_state), GFP_KERNEL); in refill_pi_state_cache()
819 if (!pi_state) in refill_pi_state_cache()
822 INIT_LIST_HEAD(&pi_state->list); in refill_pi_state_cache()
824 pi_state->owner = NULL; in refill_pi_state_cache()
825 refcount_set(&pi_state->refcount, 1); in refill_pi_state_cache()
826 pi_state->key = FUTEX_KEY_INIT; in refill_pi_state_cache()
828 current->pi_state_cache = pi_state; in refill_pi_state_cache()
835 struct futex_pi_state *pi_state = current->pi_state_cache; in alloc_pi_state() local
[all …]