Searched refs:R5_Wantcompute (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/md/ |
| D | raid5.c | 1450 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in mark_target_uptodate() 1451 clear_bit(R5_Wantcompute, &tgt->flags); in mark_target_uptodate() 1513 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in ops_run_compute5() 1620 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in ops_run_compute6_1() 1675 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in ops_run_compute6_2() 1676 BUG_ON(!test_bit(R5_Wantcompute, &tgt2->flags)); in ops_run_compute6_2() 3343 test_bit(R5_Wantcompute, &sh->dev[pd_idx].flags))); in schedule_reconstruction() 3346 test_bit(R5_Wantcompute, &sh->dev[qd_idx].flags)))); in schedule_reconstruction() 3355 test_bit(R5_Wantcompute, &dev->flags))) { in schedule_reconstruction() 3845 BUG_ON(test_bit(R5_Wantcompute, &dev->flags)); in fetch_block() [all …]
|
| D | raid5.h | 315 R5_Wantcompute, /* compute_block in progress treat as enumerator
|