Lines Matching defs:next
40 struct spin_wait *next, *prev;
119 struct spin_wait *node, *next;
126 node->prev = node->next = NULL;
138 * be stolen three times before the next queued
153 /* Set the 'next' pointer of the tail node in the queue */
157 WRITE_ONCE(node->prev->next, node);
199 /* Pass lock_spin job to next CPU in the queue */
201 /* Wait until the next CPU has set up the 'next' pointer */
202 while ((next = READ_ONCE(node->next)) == NULL)
204 next->prev = NULL;