Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/sched/
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.1.9/kernel/sched/
Dcore.c939 if (unlikely(cmpxchg_relaxed(&node->next, NULL, WAKE_Q_TAIL))) in __wake_q_add()
995 while (node != WAKE_Q_TAIL) { in wake_up_q()