/openbmc/linux/fs/gfs2/ |
H A D | util.c | 189 wait_on_bit(&i_gl->gl_flags, GLF_DEMOTE, TASK_UNINTERRUPTIBLE); in signal_our_withdraw() 211 wait_on_bit(&i_gl->gl_flags, GLF_FREEING, TASK_UNINTERRUPTIBLE); in signal_our_withdraw() 331 wait_on_bit(&sdp->sd_flags, in gfs2_withdraw()
|
H A D | glock.c | 471 wait_on_bit(&gl->gl_flags, GLF_INSTANTIATE_IN_PROG, in gfs2_instantiate() 1377 wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE); in gfs2_glock_wait() 1706 wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE); in gfs2_glock_dq() 1723 wait_on_bit(&sdp->sd_flags, SDF_WITHDRAW_RECOVERY, in gfs2_glock_dq() 1738 wait_on_bit(&gl->gl_flags, GLF_DEMOTE, TASK_UNINTERRUPTIBLE); in gfs2_glock_dq_wait()
|
H A D | recovery.c | 577 wait_on_bit(&jd->jd_flags, JDF_RECOVERY, in gfs2_recover_journal()
|
H A D | lock_dlm.c | 1038 wait_on_bit(&ls->ls_recover_flags, DFL_DLM_RECOVERY, in control_first_done()
|
H A D | super.c | 603 wait_on_bit(&jd->jd_flags, JDF_RECOVERY, in gfs2_put_super()
|
H A D | ops_fstype.c | 1087 return wait_on_bit(&sdp->sd_flags, SDF_NOJOURNALID, TASK_INTERRUPTIBLE) in wait_on_journal()
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | igt_reset.c | 28 wait_on_bit(>->reset.flags, I915_RESET_ENGINE + id, in igt_global_reset_lock()
|
/openbmc/linux/fs/fscache/ |
H A D | volume.c | 163 wait_on_bit(&candidate->flags, FSCACHE_VOLUME_ACQUIRE_PENDING, in fscache_wait_on_volume_collision() 320 wait_on_bit(&volume->flags, FSCACHE_VOLUME_CREATING, in fscache_create_volume()
|
/openbmc/linux/include/linux/ |
H A D | writeback.h | 197 wait_on_bit(&inode->i_state, __I_NEW, TASK_UNINTERRUPTIBLE); in wait_on_inode()
|
H A D | wait_bit.h | 71 wait_on_bit(unsigned long *word, int bit, unsigned mode) in wait_on_bit() function
|
/openbmc/linux/security/keys/ |
H A D | gc.c | 125 wait_on_bit(&key_gc_flags, KEY_GC_REAPING_KEYTYPE, in key_gc_keytype()
|
H A D | request_key.c | 680 ret = wait_on_bit(&key->flags, KEY_FLAG_USER_CONSTRUCT, in wait_for_key_construction()
|
/openbmc/linux/fs/orangefs/ |
H A D | file.c | 290 ret = wait_on_bit(bitlock, 1, TASK_KILLABLE); in orangefs_revalidate_mapping()
|
H A D | inode.c | 644 if (wait_on_bit(bitlock, 1, TASK_KILLABLE)) { in orangefs_page_mkwrite()
|
/openbmc/linux/fs/ceph/ |
H A D | mds_client.h | 611 return wait_on_bit(&ci->i_ceph_flags, CEPH_ASYNC_CREATE_BIT, in ceph_wait_on_async_create()
|
/openbmc/linux/fs/afs/ |
H A D | volume.c | 442 ret = wait_on_bit(&volume->flags, AFS_VOLUME_WAIT, in afs_check_volume_status()
|
H A D | server.c | 711 ret = wait_on_bit(&server->flags, AFS_SERVER_FL_UPDATING, in afs_check_server_record()
|
/openbmc/linux/fs/nfs/ |
H A D | pnfs.c | 1358 if (wait_on_bit(&lo->plh_flags, NFS_LAYOUT_RETURN, in _pnfs_return_layout() 1383 wait_on_bit(&lo->plh_flags, NFS_LAYOUT_RETURN, TASK_UNINTERRUPTIBLE); in _pnfs_return_layout() 1450 wait_on_bit(&lo->plh_flags, NFS_LAYOUT_RETURN, in pnfs_roc() 2043 lseg = ERR_PTR(wait_on_bit(&lo->plh_flags, NFS_LAYOUT_DRAIN, in pnfs_update_layout() 2094 lseg = ERR_PTR(wait_on_bit(&lo->plh_flags, in pnfs_update_layout()
|
H A D | pnfs_nfs.c | 813 return wait_on_bit(&ds->ds_state, NFS4DS_CONNECTING, TASK_KILLABLE); in nfs4_wait_ds_connect()
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | dvb_usb_core.c | 254 wait_on_bit(&adap->state_bits, ADAP_INIT, TASK_UNINTERRUPTIBLE); in dvb_usb_start_feed() 602 wait_on_bit(&adap->state_bits, ADAP_STREAMING, in dvb_usb_fe_sleep()
|
/openbmc/linux/fs/nfsd/ |
H A D | filecache.c | 1052 wait_on_bit(&nf->nf_flags, NFSD_FILE_PENDING, TASK_UNINTERRUPTIBLE); in nfsd_file_do_acquire()
|
/openbmc/linux/kernel/ |
H A D | ptrace.c | 494 wait_on_bit(&task->jobctl, JOBCTL_TRAPPING_BIT, TASK_KILLABLE); in ptrace_attach()
|
/openbmc/linux/fs/smb/client/ |
H A D | misc.c | 584 rc = wait_on_bit(&cinode->flags, CIFS_INODE_PENDING_OPLOCK_BREAK, in cifs_get_writer()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_reset.c | 1475 wait_on_bit(>->reset.flags, in intel_gt_handle_error()
|
/openbmc/linux/drivers/md/ |
H A D | dm.c | 2803 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE); in dm_suspend() 2867 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE); in dm_resume()
|