Home
last modified time | relevance | path

Searched refs:DMF_NOFLUSH_SUSPENDING (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/md/
H A Ddm-core.h159 #define DMF_NOFLUSH_SUSPENDING 5 macro
H A Ddm.c853 return test_bit(DMF_NOFLUSH_SUSPENDING, &md->flags); in __noflush_suspending()
2685 * DMF_NOFLUSH_SUSPENDING must be set before presuspend. in __dm_suspend()
2689 set_bit(DMF_NOFLUSH_SUSPENDING, &md->flags); in __dm_suspend()
2747 clear_bit(DMF_NOFLUSH_SUSPENDING, &md->flags); in __dm_suspend()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm.c143 #define DMF_NOFLUSH_SUSPENDING 5 macro
893 return test_bit(DMF_NOFLUSH_SUSPENDING, &md->flags); in __noflush_suspending()
2495 * DMF_NOFLUSH_SUSPENDING must be set before presuspend. in __dm_suspend()
2499 set_bit(DMF_NOFLUSH_SUSPENDING, &md->flags); in __dm_suspend()
2557 clear_bit(DMF_NOFLUSH_SUSPENDING, &md->flags); in __dm_suspend()

Completed in 9 milliseconds