Searched refs:prepare_to_wait (Results 1 - 25 of 139) sorted by last modified time

123456

/linux-master/net/unix/
H A Daf_unix.c2518 prepare_to_wait(sk_sleep(sk), &wait, state);
/linux-master/io_uring/
H A Dio_uring.c3098 prepare_to_wait(&tctx->wait, &wait, TASK_INTERRUPTIBLE);
3111 * prepare_to_wait().
H A Dsqpoll.c339 prepare_to_wait(&sqd->wait, &wait, TASK_INTERRUPTIBLE);
400 prepare_to_wait(&ctx->sqo_sq_wait, &wait, TASK_INTERRUPTIBLE);
/linux-master/fs/nfs/
H A Dnfs4proc.c1729 prepare_to_wait(&state->waitq, &wait, TASK_KILLABLE);
3511 prepare_to_wait(&state->waitq, &wait, TASK_KILLABLE);
/linux-master/fs/bcachefs/
H A Dfs.c1625 prepare_to_wait(wq, &wait.wq_entry, TASK_UNINTERRUPTIBLE);
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe.c807 prepare_to_wait(&xb_waitq, &w, TASK_INTERRUPTIBLE);
/linux-master/drivers/vhost/
H A Dvhost.c1565 prepare_to_wait(&dev->wait, &wait,
/linux-master/fs/nilfs2/
H A Dsegment.c2581 prepare_to_wait(&sci->sc_wait_daemon, &wait,
/linux-master/fs/jbd2/
H A Djournal.c225 prepare_to_wait(&journal->j_wait_commit, &wait,
736 prepare_to_wait(&journal->j_fc_wait, &wait,
3052 prepare_to_wait(wq, &wait.wq_entry, TASK_UNINTERRUPTIBLE);
/linux-master/fs/gfs2/
H A Dglock.c1167 prepare_to_wait(wq, &wait.wait, TASK_UNINTERRUPTIBLE);
/linux-master/drivers/tty/
H A Damiserial.c1136 prepare_to_wait(&info->tport.delta_msr_wait,
/linux-master/drivers/md/
H A Ddm.c2591 prepare_to_wait(&md->wait, &wait, task_state);
/linux-master/drivers/md/bcache/
H A Dsuper.c2782 prepare_to_wait(&unregister_wait, &wait,
/linux-master/drivers/android/
H A Dbinder.c4310 prepare_to_wait(&thread->wait, &wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE);
/linux-master/block/
H A Dbdev.c554 prepare_to_wait(wq, &wait, TASK_UNINTERRUPTIBLE);
/linux-master/fs/xfs/
H A Dxfs_inode.c2680 prepare_to_wait(wq, &wait.wq_entry, TASK_UNINTERRUPTIBLE);
H A Dxfs_extent_busy.c625 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE);
645 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE);
/linux-master/fs/f2fs/
H A Dsegment.c427 prepare_to_wait(&sbi->gc_thread->fggc_wq, &wait,
H A Dcheckpoint.c1329 prepare_to_wait(&sbi->cp_wait, &wait, TASK_UNINTERRUPTIBLE);
/linux-master/net/vmw_vsock/
H A Daf_vsock.c1442 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
1485 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
1532 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE);
1549 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE);
1996 prepare_to_wait(sk_sleep(sk), wait, TASK_INTERRUPTIBLE);
/linux-master/net/sctp/
H A Dsocket.c9422 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
/linux-master/net/rose/
H A Daf_rose.c889 prepare_to_wait(sk_sleep(sk), &wait,
950 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
/linux-master/net/netrom/
H A Daf_netrom.c743 prepare_to_wait(sk_sleep(sk), &wait,
803 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
/linux-master/net/iucv/
H A Daf_iucv.c61 prepare_to_wait(sk_sleep(sk), &__wait, TASK_INTERRUPTIBLE); \
/linux-master/net/core/
H A Dsock.c2746 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);

Completed in 444 milliseconds

123456