Searched hist:"07 a3b417" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | Kconfig | 07a3b417 Sat Aug 29 21:13:13 CDT 2009 Dan Williams <dan.j.williams@intel.com> md/raid456: distribute raid processing over multiple cores
Now that the resources to handle stripe_head operations are allocated percpu it is possible for raid5d to distribute stripe handling over multiple cores. This conversion also adds a call to cond_resched() in the non-multicore case to prevent one core from getting monopolized for raid operations.
Cc: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com> 07a3b417 Sat Aug 29 21:13:13 CDT 2009 Dan Williams <dan.j.williams@intel.com> md/raid456: distribute raid processing over multiple cores Now that the resources to handle stripe_head operations are allocated percpu it is possible for raid5d to distribute stripe handling over multiple cores. This conversion also adds a call to cond_resched() in the non-multicore case to prevent one core from getting monopolized for raid operations. Cc: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
|
H A D | raid5.c | 07a3b417 Sat Aug 29 21:13:13 CDT 2009 Dan Williams <dan.j.williams@intel.com> md/raid456: distribute raid processing over multiple cores
Now that the resources to handle stripe_head operations are allocated percpu it is possible for raid5d to distribute stripe handling over multiple cores. This conversion also adds a call to cond_resched() in the non-multicore case to prevent one core from getting monopolized for raid operations.
Cc: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
|