Searched refs:__wait (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/fs/jfs/ |
D | jfs_lock.h | 37 DECLARE_WAITQUEUE(__wait, current); \ 39 add_wait_queue(&wq, &__wait); \ 49 remove_wait_queue(&wq, &__wait); \
|
D | jfs_logmgr.c | 1581 DECLARE_WAITQUEUE(__wait, current); in jfs_flush_journal() 1583 add_wait_queue(&target->gcwait, &__wait); in jfs_flush_journal() 1588 remove_wait_queue(&target->gcwait, &__wait); in jfs_flush_journal()
|
/linux-4.19.296/include/linux/ |
D | swait.h | 174 struct swait_queue __wait; \ 177 INIT_LIST_HEAD(&__wait.task_list); \ 179 long __int = prepare_to_swait_event(&wq, &__wait, state);\ 191 finish_swait(&wq, &__wait); \
|
D | wait.h | 748 DEFINE_WAIT(__wait); \ 750 __wait.flags |= WQ_FLAG_EXCLUSIVE; \ 752 __ret = fn(&(wq), &__wait); \ 756 __remove_wait_queue(&(wq), &__wait); \
|
/linux-4.19.296/fs/jffs2/ |
D | os-linux.h | 43 DECLARE_WAITQUEUE(__wait, current); \ 44 add_wait_queue((wq), &__wait); \ 48 remove_wait_queue((wq), &__wait); \
|
/linux-4.19.296/include/net/ |
D | sock.h | 1021 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument 1027 *(__timeo) = wait_woken(__wait, \
|