Searched refs:clear_and_wake_up_bit (Results 1 – 12 of 12) sorted by relevance
/linux/include/linux/ |
A D | wait_bit.h | 330 static inline void clear_and_wake_up_bit(int bit, void *word) in clear_and_wake_up_bit() function
|
/linux/fs/erofs/ |
A D | xattr.c | 150 clear_and_wake_up_bit(EROFS_I_BL_XATTR_BIT, &vi->flags); in init_inode_xattrs()
|
A D | zmap.c | 105 clear_and_wake_up_bit(EROFS_I_BL_Z_BIT, &vi->flags); in z_erofs_fill_inode_lazy()
|
/linux/fs/nfs/ |
A D | pnfs_nfs.c | 815 clear_and_wake_up_bit(NFS4DS_CONNECTING, &ds->ds_state); in nfs4_clear_ds_conn_bit()
|
A D | nfs4state.c | 1197 clear_and_wake_up_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state); in nfs4_clear_state_manager_bit()
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_reset.c | 1351 clear_and_wake_up_bit(I915_RESET_ENGINE + engine->id, in intel_gt_handle_error()
|
A D | selftest_lrc.c | 1622 clear_and_wake_up_bit(bit, lock); in garbage_reset()
|
A D | intel_execlists_submission.c | 2372 clear_and_wake_up_bit(bit, lock); in execlists_reset()
|
A D | selftest_execlists.c | 573 clear_and_wake_up_bit(I915_RESET_ENGINE + engine->id, in engine_unlock_reset_tasklet()
|
/linux/fs/gfs2/ |
A D | glock.c | 515 clear_and_wake_up_bit(GLF_INSTANTIATE_IN_PROG, &gl->gl_flags); in gfs2_instantiate()
|
/linux/fs/btrfs/ |
A D | relocation.c | 3902 clear_and_wake_up_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags); in reloc_chunk_end()
|
A D | disk-io.c | 1901 clear_and_wake_up_bit(BTRFS_FS_CLEANER_RUNNING, &fs_info->flags); in cleaner_kthread()
|
Completed in 67 milliseconds