Searched refs:WAKE_Q_TAIL (Results 1 – 2 of 2) sorted by relevance
39 #define WAKE_Q_TAIL ((struct wake_q_node *) 0x01) macro42 struct wake_q_head name = { WAKE_Q_TAIL, &name.first }46 head->first = WAKE_Q_TAIL; in wake_q_init()
412 if (cmpxchg(&node->next, NULL, WAKE_Q_TAIL)) in wake_q_add()428 while (node != WAKE_Q_TAIL) { in wake_up_q()