how to use hashmap in kernel module?
Sept. 19, 2011
6:23 a.m.
Hi I want to hashmap to store datat in kernel module, how can I do this? Any existed code? Thanks jon
Sept. 19, 2011
7:14 a.m.
On Mon, Sep 19, 2011 at 9:23 AM, Jon Zhou <Jon.Zhou@jdsu.com> wrote:
Hi
I want to hashmap to store datat in kernel module, how can I do this? Any existed code? Hello,
There are a lot of places where hashes are used. Just grep for 'hash' through the kernel sources. For example have a look at futex_queues [1]. thanks, Daniel. [1] http://lxr.linux.no/linux+v3.0.4/kernel/futex.c#L150
5443
Age (days ago)
5443
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel Baluta -
Jon Zhou