Searched refs:big_stripe_tree (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5-cache.c | 154 struct radix_tree_root big_stripe_tree; member 165 * (big_stripe_tree). We use radix_tree item pointer as the counter. 174 * big_stripe_tree. Instead of adding new flag, we reuses existing flags: 176 * two flags are set, the stripe is counted in big_stripe_tree. This 191 * calculate key for big_stripe_tree 2696 /* if the stripe is not counted in big_stripe_tree, add it now */ in r5c_try_caching_write() 2701 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_try_caching_write() 2708 &log->big_stripe_tree, pslot, in r5c_try_caching_write() 2716 &log->big_stripe_tree, tree_index, in r5c_try_caching_write() 2851 /* stop counting this stripe in big_stripe_tree */ in r5c_finish_stripe_write_out() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5-cache.c | 154 struct radix_tree_root big_stripe_tree; member 165 * (big_stripe_tree). We use radix_tree item pointer as the counter. 174 * big_stripe_tree. Instead of adding new flag, we reuses existing flags: 176 * two flags are set, the stripe is counted in big_stripe_tree. This 191 * calculate key for big_stripe_tree 2693 /* if the stripe is not counted in big_stripe_tree, add it now */ in r5c_try_caching_write() 2698 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_try_caching_write() 2705 &log->big_stripe_tree, pslot, in r5c_try_caching_write() 2713 &log->big_stripe_tree, tree_index, in r5c_try_caching_write() 2848 /* stop counting this stripe in big_stripe_tree */ in r5c_finish_stripe_write_out() [all...] |
Completed in 15 milliseconds