Searched refs:DMF_SUSPENDED_INTERNALLY (Results 1 – 2 of 2) sorted by relevance
159 #define DMF_SUSPENDED_INTERNALLY 7 macro
2786 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE); in dm_suspend()2846 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE); in dm_resume()2883 set_bit(DMF_SUSPENDED_INTERNALLY, &md->flags); in __dm_internal_suspend()2896 DMF_SUSPENDED_INTERNALLY); in __dm_internal_suspend()2920 clear_bit(DMF_SUSPENDED_INTERNALLY, &md->flags); in __dm_internal_resume()2922 wake_up_bit(&md->flags, DMF_SUSPENDED_INTERNALLY); in __dm_internal_resume()3072 return test_bit(DMF_SUSPENDED_INTERNALLY, &md->flags); in dm_suspended_internally_md()
Completed in 9 milliseconds