lkml.org 
[lkml]   [2011]   [Nov]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH v7 3.2-rc2 3/30] uprobes: register/unregister probes.
    From
    Date
    On Fri, 2011-11-18 at 16:37 +0530, Srikar Dronamraju wrote:
    > +#define UPROBES_HASH_SZ 13
    > +/* serialize (un)register */
    > +static struct mutex uprobes_mutex[UPROBES_HASH_SZ];
    > +#define uprobes_hash(v) (&uprobes_mutex[((unsigned long)(v)) %\
    > + UPROBES_HASH_SZ])

    Was there any reason to for using this hasing scheme, say over hash.h?


    \
     
     \ /
      Last update: 2011-11-23 17:37    [W:4.172 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site