Searched refs:R5_DID_ALLOC (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 537 R5_DID_ALLOC, /* A stripe was allocated, don't allocate enumerator
|
H A D | raid5.c | 722 if (!sh && !test_bit(R5_DID_ALLOC, in raid5_get_active_stripe() 6488 clear_bit(R5_DID_ALLOC, &conf->cache_state); in raid5d() 6533 set_bit(R5_DID_ALLOC, &conf->cache_state); in raid5d()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 539 R5_DID_ALLOC, /* A stripe was allocated, don't allocate enumerator
|
H A D | raid5.c | 848 if (!test_bit(R5_DID_ALLOC, &conf->cache_state)) in raid5_get_active_stripe() 6812 clear_bit(R5_DID_ALLOC, &conf->cache_state); in raid5d() 6868 set_bit(R5_DID_ALLOC, &conf->cache_state); in raid5d()
|
Completed in 23 milliseconds