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

/linux-master/drivers/md/
H A Ddm-zoned.h148 DMZ_RECLAIM, enumerator in enum:__anon185
162 #define dmz_in_reclaim(z) test_bit(DMZ_RECLAIM, &(z)->flags)
H A Ddm-zoned-metadata.c1908 return !test_and_set_bit(DMZ_RECLAIM, &zone->flags);
1919 clear_bit_unlock(DMZ_RECLAIM, &zone->flags);
1921 wake_up_bit(&zone->flags, DMZ_RECLAIM);
1932 wait_on_bit_timeout(&zone->flags, DMZ_RECLAIM, TASK_UNINTERRUPTIBLE, HZ);

Completed in 92 milliseconds