Searched refs:__wait (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/jfs/ |
| A D | jfs_lock.h | 24 DECLARE_WAITQUEUE(__wait, current); \ 26 add_wait_queue(&wq, &__wait); \ 36 remove_wait_queue(&wq, &__wait); \
|
| A D | jfs_logmgr.c | 1559 DECLARE_WAITQUEUE(__wait, current); in jfs_flush_journal() 1561 add_wait_queue(&target->gcwait, &__wait); in jfs_flush_journal() 1566 remove_wait_queue(&target->gcwait, &__wait); in jfs_flush_journal()
|
| /linux/include/linux/ |
| 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); \
|
| A D | wait.h | 776 DEFINE_WAIT(__wait); \ 778 __wait.flags |= WQ_FLAG_EXCLUSIVE; \ 780 __ret = fn(&(wq), &__wait); \ 784 __remove_wait_queue(&(wq), &__wait); \
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_irq.c | 177 DEFINE_WAIT(__wait); in vmw_fallback_wait() 202 prepare_to_wait(&dev_priv->fence_queue, &__wait, in vmw_fallback_wait() 230 finish_wait(&dev_priv->fence_queue, &__wait); in vmw_fallback_wait()
|
| A D | vmwgfx_cmd.c | 203 DEFINE_WAIT(__wait); in vmw_fifo_wait_noirq() 208 prepare_to_wait(&dev_priv->fifo_queue, &__wait, in vmw_fifo_wait_noirq() 224 finish_wait(&dev_priv->fifo_queue, &__wait); in vmw_fifo_wait_noirq()
|
| /linux/fs/jffs2/ |
| 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/ |
| A D | spufs.h | 307 DEFINE_WAIT(__wait); \ 309 prepare_to_wait(&(wq), &__wait, TASK_INTERRUPTIBLE); \ 322 finish_wait(&(wq), &__wait); \
|
| /linux/drivers/md/persistent-data/ |
| 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/ |
| A D | index-session.c | 732 DEFINE_WAIT(__wait); in uds_wait_cond() 734 prepare_to_wait(&cv->wait_queue, &__wait, TASK_IDLE); in uds_wait_cond() 737 finish_wait(&cv->wait_queue, &__wait); in uds_wait_cond()
|
| /linux/net/iucv/ |
| A D | af_iucv.c | 58 DEFINE_WAIT(__wait); \ 61 prepare_to_wait(sk_sleep(sk), &__wait, TASK_INTERRUPTIBLE); \ 78 finish_wait(sk_sleep(sk), &__wait); \
|
| /linux/drivers/md/ |
| A D | md-bitmap.c | 1703 DEFINE_WAIT(__wait); in bitmap_startwrite() 1708 prepare_to_wait(&bitmap->overflow_wait, &__wait, in bitmap_startwrite() 1712 finish_wait(&bitmap->overflow_wait, &__wait); in bitmap_startwrite()
|
| A D | md.c | 382 DEFINE_WAIT(__wait); in md_handle_request() 389 prepare_to_wait(&mddev->sb_wait, &__wait, in md_handle_request() 395 finish_wait(&mddev->sb_wait, &__wait); in md_handle_request()
|
| /linux/include/net/ |
| A D | sock.h | 1150 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument 1155 *(__timeo) = wait_woken(__wait, \
|
Completed in 57 milliseconds