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