Searched refs:DMF_SUSPENDED_INTERNALLY (Results 1 – 2 of 2) sorted by relevance
139 #define DMF_SUSPENDED_INTERNALLY 7 macro
2493 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE); in dm_suspend()2552 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE); in dm_resume()2589 set_bit(DMF_SUSPENDED_INTERNALLY, &md->flags); in __dm_internal_suspend()2602 DMF_SUSPENDED_INTERNALLY); in __dm_internal_suspend()2626 clear_bit(DMF_SUSPENDED_INTERNALLY, &md->flags); in __dm_internal_resume()2628 wake_up_bit(&md->flags, DMF_SUSPENDED_INTERNALLY); in __dm_internal_resume()2774 return test_bit(DMF_SUSPENDED_INTERNALLY, &md->flags); in dm_suspended_internally_md()
Completed in 29 milliseconds