Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dwait.h30 #define WAIT_ATOMIC_T_BIT_NR -1 macro
70 { .flags = p, .bit_nr = WAIT_ATOMIC_T_BIT_NR, }
/linux-4.4.14/kernel/sched/
Dwait.c580 __wake_up_bit(atomic_t_waitqueue(p), p, WAIT_ATOMIC_T_BIT_NR); in wake_up_atomic_t()