Home
last modified time | relevance | path

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

/linux/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()