Searched refs:uprobes_mmap_mutex (Results 1 – 1 of 1) sorted by relevance
47 static struct mutex uprobes_mmap_mutex[UPROBES_HASH_SZ]; variable48 #define uprobes_mmap_hash(v) (&uprobes_mmap_mutex[((unsigned long)(v)) % UPROBES_HASH_SZ])2356 mutex_init(&uprobes_mmap_mutex[i]); in uprobes_init()