Home
last modified time | relevance | path

Searched hist:"07 a3b417" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/md/
H A DKconfig07a3b417 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 Draid5.c07a3b417 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>