linux_wait_on_atomic_t
int linux_wait_on_atomic_t(atomic_t *, unsigned int);
#define wait_on_atomic_t(a, state) linux_wait_on_atomic_t(a, state)