OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unlock_mmap
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/module/
compat24.h
50
#define
unlock_mmap
(mm) up_read(&mm->mmap_sem)
macro
53
#define
unlock_mmap
(mm) up(&mm->mmap_sem)
macro
compat22.h
31
#define
unlock_mmap
(mm) do {} while (0)
macro
/external/oprofile/module/ia64/
op_syscalls.c
147
unlock_mmap
(mm);
/external/oprofile/module/x86/
op_syscalls.c
109
unlock_mmap
(mm);
Completed in 2904 milliseconds