/linux-4.1.27/include/linux/ |
H A D | wait.h | 956 * wait_on_bit - wait for a bit to be cleared 964 * call wait_on_bit() in threads waiting for the bit to clear. 965 * One uses wait_on_bit() where one is waiting for the bit to clear, 972 wait_on_bit(void *word, int bit, unsigned mode) wait_on_bit() function 989 * to be cleared. This is similar to wait_on_bit(), but calls 1015 * to be cleared. This is similar to wait_on_bit(), except also takes a 1042 * This is like wait_on_bit() but allows fine control of how the waiting 1069 * wait_on_bit() in threads waiting to be able to set the bit. 1094 * to wait_on_bit(), but calls io_schedule() instead of schedule() 1120 * This is like wait_on_bit() but allows fine control of how the waiting
|
H A D | writeback.h | 107 wait_on_bit(&inode->i_state, __I_NEW, TASK_UNINTERRUPTIBLE); wait_on_inode()
|
H A D | fs.h | 1822 * I_DIO_WAKEUP Never set. Only used as a key for wait_on_bit().
|
/linux-4.1.27/fs/fscache/ |
H A D | cookie.c | 257 wait_on_bit(&cookie->flags, FSCACHE_COOKIE_LOOKING_UP, fscache_acquire_non_index_cookie() 465 wait_on_bit(&cookie->flags, FSCACHE_COOKIE_INVALIDATING, __fscache_wait_on_invalidate()
|
H A D | page.c | 317 if (wait_on_bit(&cookie->flags, FSCACHE_COOKIE_LOOKING_UP, fscache_wait_for_deferred_lookup() 360 if (wait_on_bit(&op->flags, FSCACHE_OP_WAITING, fscache_wait_for_operation_activation() 368 wait_on_bit(&op->flags, FSCACHE_OP_WAITING, fscache_wait_for_operation_activation()
|
/linux-4.1.27/security/keys/ |
H A D | gc.c | 117 wait_on_bit(&key_gc_flags, KEY_GC_REAPING_KEYTYPE, key_gc_keytype()
|
H A D | request_key.c | 590 ret = wait_on_bit(&key->flags, KEY_FLAG_USER_CONSTRUCT, wait_for_key_construction()
|
/linux-4.1.27/fs/gfs2/ |
H A D | recovery.c | 606 wait_on_bit(&jd->jd_flags, JDF_RECOVERY, gfs2_recover_journal()
|
H A D | glock.c | 861 wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE); gfs2_glock_wait() 1101 wait_on_bit(&gl->gl_flags, GLF_DEMOTE, TASK_UNINTERRUPTIBLE); gfs2_glock_dq_wait()
|
H A D | ops_fstype.c | 1023 return wait_on_bit(&sdp->sd_flags, SDF_NOJOURNALID, TASK_INTERRUPTIBLE) wait_on_journal()
|
H A D | lock_dlm.c | 972 wait_on_bit(&ls->ls_recover_flags, DFL_DLM_RECOVERY, control_first_done()
|
H A D | super.c | 884 wait_on_bit(&jd->jd_flags, JDF_RECOVERY, gfs2_put_super()
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
H A D | dvb_usb_core.c | 269 wait_on_bit(&adap->state_bits, ADAP_INIT, TASK_UNINTERRUPTIBLE); dvb_usb_start_feed() 618 wait_on_bit(&adap->state_bits, ADAP_STREAMING, dvb_usb_fe_sleep()
|
/linux-4.1.27/fs/nfs/ |
H A D | pnfs_nfs.c | 538 wait_on_bit(&ds->ds_state, NFS4DS_CONNECTING, nfs4_wait_ds_connect()
|
H A D | pagelist.c | 197 wait_on_bit(&head->wb_flags, PG_HEADLOCK, nfs_page_group_lock_wait()
|
H A D | pnfs.c | 1502 wait_on_bit(&lo->plh_flags, NFS_LAYOUT_FIRST_LAYOUTGET, pnfs_update_layout()
|
/linux-4.1.27/fs/cifs/ |
H A D | misc.c | 558 rc = wait_on_bit(&cinode->flags, CIFS_INODE_PENDING_OPLOCK_BREAK, cifs_get_writer()
|
H A D | connect.c | 4059 ret = wait_on_bit(&tlink->tl_flags, TCON_LINK_PENDING, cifs_sb_tlink()
|
H A D | file.c | 3802 wait_on_bit(&cinode->flags, CIFS_INODE_PENDING_WRITERS, cifs_oplock_break()
|
/linux-4.1.27/kernel/ |
H A D | ptrace.c | 390 wait_on_bit(&task->jobctl, JOBCTL_TRAPPING_BIT, ptrace_attach()
|
/linux-4.1.27/net/rds/ |
H A D | send.c | 112 * We don't use wait_on_bit()/wake_up_bit() because our waking is in a release_in_xmit()
|
/linux-4.1.27/net/sunrpc/ |
H A D | sched.c | 308 * Note the use of out_of_line_wait_on_bit() rather than wait_on_bit()
|
/linux-4.1.27/drivers/md/ |
H A D | dm.c | 3253 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE); dm_suspend() 3311 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE); dm_resume()
|
H A D | dm-snap.c | 1089 wait_on_bit(&s->state_bits, RUNNING_MERGE, TASK_UNINTERRUPTIBLE); stop_merge()
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_bitmap.c | 200 * changes) may happen from various contexts, and wait_on_bit/wake_up_bit
|
/linux-4.1.27/mm/ |
H A D | ksm.c | 1985 wait_on_bit(&ksm_run, ilog2(KSM_RUN_OFFLINE), wait_while_offlining()
|
/linux-4.1.27/net/bluetooth/ |
H A D | hci_core.c | 1298 if (wait_on_bit(&hdev->flags, HCI_INQUIRY, hci_inquiry()
|