Re: [patch] epoll bits 0.30 ...

Davide Libenzi (davidel@xmailserver.org)
Wed, 6 Nov 2002 16:46:03 -0800 (PST)


On Wed, 6 Nov 2002, Rusty Russell wrote:

> On Mon, 4 Nov 2002 19:44:29 -0800 (PST)
> Davide Libenzi <davidel@xmailserver.org> wrote:
>
> >
> > These are the latest few bits for epoll. Changes :
> >
> > *) Some constant adjusted
> >
> > *) Comments plus
> >
> > *) Better hash initialization
>
> Um, why doesn't this use linux/hash.h? Haven't looked hard, but...

Rusty, the hash is not under pressure over there. The only time seeks is
performed is at file removal ( from the set ) and eventually at file
modify. There's a direct link between the wait queue and its item during
the high frequency event delivery, so need seek is performed.

- Davide

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