Searched refs:uprobes_mmap_mutex (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/kernel/events/
H A Duprobes.c57 static struct mutex uprobes_mmap_mutex[UPROBES_HASH_SZ]; variable in typeref:struct:mutex
58 #define uprobes_mmap_hash(v) (&uprobes_mmap_mutex[((unsigned long)(v)) % UPROBES_HASH_SZ])
2018 mutex_init(&uprobes_mmap_mutex[i]); init_uprobes()

Completed in 77 milliseconds