Searched refs:uprobes_mmap_mutex (Results 1 – 1 of 1) sorted by relevance
59 static struct mutex uprobes_mmap_mutex[UPROBES_HASH_SZ]; variable60 #define uprobes_mmap_hash(v) (&uprobes_mmap_mutex[((unsigned long)(v)) % UPROBES_HASH_SZ])2041 mutex_init(&uprobes_mmap_mutex[i]); in init_uprobes()