Searched refs:__wait (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/jfs/ |
| H A D | jfs_lock.h | 24 DECLARE_WAITQUEUE(__wait, current); \ 26 add_wait_queue(&wq, &__wait); \ 36 remove_wait_queue(&wq, &__wait); \
|
| H A D | jfs_logmgr.c | 1558 DECLARE_WAITQUEUE(__wait, current); in jfs_flush_journal() 1560 add_wait_queue(&target->gcwait, &__wait); in jfs_flush_journal() 1565 remove_wait_queue(&target->gcwait, &__wait); in jfs_flush_journal()
|
| /linux/include/linux/ |
| H A D | swait.h | 161 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); \
|
| H A D | wait.h | 782 DEFINE_WAIT(__wait); \ 784 __wait.flags |= WQ_FLAG_EXCLUSIVE; \ 786 __ret = fn(&(wq), &__wait); \ 790 __remove_wait_queue(&(wq), &__wait); \
|
| /linux/fs/jffs2/ |
| H A D | os-linux.h | 43 DECLARE_WAITQUEUE(__wait, current); \ 44 add_wait_queue((wq), &__wait); \ 48 remove_wait_queue((wq), &__wait); \
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | spufs.h | 309 DEFINE_WAIT(__wait); \ 311 prepare_to_wait(&(wq), &__wait, TASK_INTERRUPTIBLE); \ 324 finish_wait(&(wq), &__wait); \
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-block-manager.c | 122 static void __wait(struct waiter *w) in __wait() function 219 __wait(&w); in bl_down_read() 286 __wait(&w); in bl_down_write()
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | index-session.c | 728 DEFINE_WAIT(__wait); in uds_wait_cond() 730 prepare_to_wait(&cv->wait_queue, &__wait, TASK_IDLE); in uds_wait_cond() 733 finish_wait(&cv->wait_queue, &__wait); in uds_wait_cond()
|
| /linux/include/net/ |
| H A D | sock.h | 1212 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument 1217 *(__timeo) = wait_woken(__wait, \
|
| /linux/drivers/md/ |
| H A D | md.c | 400 DEFINE_WAIT(__wait); in md_handle_request() 407 prepare_to_wait(&mddev->sb_wait, &__wait, in md_handle_request() 413 finish_wait(&mddev->sb_wait, &__wait); in md_handle_request()
|