Searched refs:UPROBES_HASH_SZ (Results 1 – 1 of 1) sorted by relevance
57 #define UPROBES_HASH_SZ 13 macro59 static struct mutex uprobes_mmap_mutex[UPROBES_HASH_SZ];60 #define uprobes_mmap_hash(v) (&uprobes_mmap_mutex[((unsigned long)(v)) % UPROBES_HASH_SZ])2040 for (i = 0; i < UPROBES_HASH_SZ; i++) in init_uprobes()