Searched refs:__wait (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/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 | 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-6.15/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 | 780 DEFINE_WAIT(__wait); \ 782 __wait.flags |= WQ_FLAG_EXCLUSIVE; \ 784 __ret = fn(&(wq), &__wait); \ 788 __remove_wait_queue(&(wq), &__wait); \
|
| /linux-6.15/drivers/gpu/drm/vmwgfx/ |
| H 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()
|
| H 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-6.15/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-6.15/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-6.15/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-6.15/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-6.15/net/iucv/ |
| H A D | af_iucv.c | 59 DEFINE_WAIT(__wait); \ 62 prepare_to_wait(sk_sleep(sk), &__wait, TASK_INTERRUPTIBLE); \ 79 finish_wait(sk_sleep(sk), &__wait); \
|
| /linux-6.15/drivers/md/ |
| H A D | md-bitmap.c | 1695 DEFINE_WAIT(__wait); in bitmap_startwrite() 1700 prepare_to_wait(&bitmap->overflow_wait, &__wait, in bitmap_startwrite() 1704 finish_wait(&bitmap->overflow_wait, &__wait); in bitmap_startwrite()
|
| H A D | md.c | 376 DEFINE_WAIT(__wait); in md_handle_request() 383 prepare_to_wait(&mddev->sb_wait, &__wait, in md_handle_request() 389 finish_wait(&mddev->sb_wait, &__wait); in md_handle_request()
|
| /linux-6.15/include/net/ |
| H A D | sock.h | 1167 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument 1172 *(__timeo) = wait_woken(__wait, \
|