Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sched/
H A Dwake_q.h43 #define WAKE_Q_TAIL ((struct wake_q_node *) 0x01) macro
46 { WAKE_Q_TAIL, &name.first }
53 head->first = WAKE_Q_TAIL; in wake_q_init()
59 return head->first == WAKE_Q_TAIL; in wake_q_empty()
/linux-6.15/kernel/sched/
H A Dcore.c1011 if (unlikely(cmpxchg_relaxed(&node->next, NULL, WAKE_Q_TAIL))) in __wake_q_add()
1067 while (node != WAKE_Q_TAIL) { in wake_up_q()