Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dfutex.c235 struct futex_pi_state *pi_state; member
696 struct futex_pi_state *pi_state; in refill_pi_state_cache() local
701 pi_state = kzalloc(sizeof(*pi_state), GFP_KERNEL); in refill_pi_state_cache()
703 if (!pi_state) in refill_pi_state_cache()
706 INIT_LIST_HEAD(&pi_state->list); in refill_pi_state_cache()
708 pi_state->owner = NULL; in refill_pi_state_cache()
709 atomic_set(&pi_state->refcount, 1); in refill_pi_state_cache()
710 pi_state->key = FUTEX_KEY_INIT; in refill_pi_state_cache()
712 current->pi_state_cache = pi_state; in refill_pi_state_cache()
719 struct futex_pi_state *pi_state = current->pi_state_cache; in alloc_pi_state() local
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c466 info->pi_state = policy->pol_state; in nrs_policy_get_info_locked()
535 memcpy(&infos[pol_idx].pi_state, &tmp.pi_state, in ptlrpc_lprocfs_nrs_seq_show()
536 sizeof(tmp.pi_state)); in ptlrpc_lprocfs_nrs_seq_show()
604 nrs_state2str(infos[pol_idx].pi_state), in ptlrpc_lprocfs_nrs_seq_show()
/linux-4.4.14/Documentation/
Dpi-futex.txt94 the futex-queue. The pi_state includes an rt-mutex, which is a PI-aware,
110 pi_state->rt_mutex and thus wakes up any potential waiters.
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1030 enum ptlrpc_nrs_pol_state pi_state; member