Home
last modified time | relevance | path

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

/include/linux/
A Dswait.h161 struct swait_queue __wait; \
164 INIT_LIST_HEAD(&__wait.task_list); \
166 long __int = prepare_to_swait_event(&wq, &__wait, state);\
178 finish_swait(&wq, &__wait); \
A Dwait.h782 DEFINE_WAIT(__wait); \
784 __wait.flags |= WQ_FLAG_EXCLUSIVE; \
786 __ret = fn(&(wq), &__wait); \
790 __remove_wait_queue(&(wq), &__wait); \
/include/net/
A Dsock.h1183 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument
1188 *(__timeo) = wait_woken(__wait, \

Completed in 18 milliseconds