Searched refs:RUNNING_MERGE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-snap.c | 153 * RUNNING_MERGE - Merge operation is in progress. 157 #define RUNNING_MERGE 0 macro 921 clear_bit_unlock(RUNNING_MERGE, &s->state_bits); in merge_shutdown() 923 wake_up_bit(&s->state_bits, RUNNING_MERGE); in merge_shutdown() 1050 BUG_ON(!test_bit(RUNNING_MERGE, &s->state_bits)); in snapshot_merge_next_chunks() 1183 if (!test_and_set_bit(RUNNING_MERGE, &s->state_bits)) in start_merge() 1193 wait_on_bit(&s->state_bits, RUNNING_MERGE, TASK_UNINTERRUPTIBLE); in stop_merge() 2273 if (snap_merging && test_bit(RUNNING_MERGE, &snap_merging->state_bits)) { in snapshot_resume()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-snap.c | 149 * RUNNING_MERGE - Merge operation is in progress. 153 #define RUNNING_MERGE 0 macro 921 clear_bit_unlock(RUNNING_MERGE, &s->state_bits); in merge_shutdown() 923 wake_up_bit(&s->state_bits, RUNNING_MERGE); in merge_shutdown() 1048 BUG_ON(!test_bit(RUNNING_MERGE, &s->state_bits)); in snapshot_merge_next_chunks() 1169 if (!test_and_set_bit(RUNNING_MERGE, &s->state_bits)) in start_merge() 1179 wait_on_bit(&s->state_bits, RUNNING_MERGE, TASK_UNINTERRUPTIBLE); in stop_merge() 2251 if (snap_merging && test_bit(RUNNING_MERGE, &snap_merging->state_bits)) { in snapshot_resume()
|
Completed in 7 milliseconds