Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/locking/
Dqspinlock_paravirt.h50 struct pv_node { struct
169 struct pv_node *node;
208 static struct qspinlock **pv_hash(struct qspinlock *lock, struct pv_node *node) in pv_hash()
236 static struct pv_node *pv_unhash(struct qspinlock *lock) in pv_unhash()
240 struct pv_node *node; in pv_unhash()
264 pv_wait_early(struct pv_node *prev, int loop) in pv_wait_early()
277 struct pv_node *pn = (struct pv_node *)node; in pv_init_node()
279 BUILD_BUG_ON(sizeof(struct pv_node) > sizeof(struct qnode)); in pv_init_node()
292 struct pv_node *pn = (struct pv_node *)node; in pv_wait_node()
293 struct pv_node *pp = (struct pv_node *)prev; in pv_wait_node()
[all …]