Searched refs:DMF_SUSPENDED_INTERNALLY (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/md/
H A Ddm-core.h161 #define DMF_SUSPENDED_INTERNALLY 7 macro
H A Ddm.c2705 * @dmf_suspended_flag: DMF_SUSPENDED or DMF_SUSPENDED_INTERNALLY
2835 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE);
2899 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE);
2936 set_bit(DMF_SUSPENDED_INTERNALLY, &md->flags);
2949 DMF_SUSPENDED_INTERNALLY);
2987 clear_bit(DMF_SUSPENDED_INTERNALLY, &md->flags);
2989 wake_up_bit(&md->flags, DMF_SUSPENDED_INTERNALLY);
3139 return test_bit(DMF_SUSPENDED_INTERNALLY, &md->flags);

Completed in 135 milliseconds