Lines Matching refs:pv_node
50 struct pv_node { struct
175 struct pv_node *node;
214 static struct qspinlock **pv_hash(struct qspinlock *lock, struct pv_node *node) in pv_hash()
241 static struct pv_node *pv_unhash(struct qspinlock *lock) in pv_unhash()
245 struct pv_node *node; in pv_unhash()
269 pv_wait_early(struct pv_node *prev, int loop) in pv_wait_early()
282 struct pv_node *pn = (struct pv_node *)node; in pv_init_node()
284 BUILD_BUG_ON(sizeof(struct pv_node) > 5*sizeof(struct mcs_spinlock)); in pv_init_node()
297 struct pv_node *pn = (struct pv_node *)node; in pv_wait_node()
298 struct pv_node *pp = (struct pv_node *)prev; in pv_wait_node()
363 struct pv_node *pn = (struct pv_node *)node; in pv_kick_node()
406 struct pv_node *pn = (struct pv_node *)node; in pv_wait_head_or_lock()
496 struct pv_node *node; in __pv_queued_spin_unlock_slowpath()