Searched refs:DMF_SUSPENDED_INTERNALLY (Results 1 – 2 of 2) sorted by relevance
161 #define DMF_SUSPENDED_INTERNALLY 7 macro
3011 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE); in dm_suspend()3075 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE); in dm_resume()3112 set_bit(DMF_SUSPENDED_INTERNALLY, &md->flags); in __dm_internal_suspend()3125 DMF_SUSPENDED_INTERNALLY); in __dm_internal_suspend()3163 clear_bit(DMF_SUSPENDED_INTERNALLY, &md->flags); in __dm_internal_resume()3165 wake_up_bit(&md->flags, DMF_SUSPENDED_INTERNALLY); in __dm_internal_resume()3315 return test_bit(DMF_SUSPENDED_INTERNALLY, &md->flags); in dm_suspended_internally_md()
Completed in 13 milliseconds