Re: [PATCH 2/5] mm: slab allocation fairness

From: Christoph Lameter
Date: Mon May 14 2007 - 11:52:00 EST


On Mon, 14 May 2007, Peter Zijlstra wrote:

> @@ -3182,13 +3192,13 @@ static inline void *____cache_alloc(stru
> check_irq_off();
>
> ac = cpu_cache_get(cachep);
> - if (likely(ac->avail)) {
> + if (likely(ac->avail) && !slab_insufficient_rank(cachep, rank)) {
> STATS_INC_ALLOCHIT(cachep);
> ac->touched = 1;

Hotpath modifications.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/