OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mmap_sem
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/module/
compat24.h
49
#define lock_mmap(mm) down_read(&mm->
mmap_sem
)
50
#define unlock_mmap(mm) up_read(&mm->
mmap_sem
)
52
#define lock_mmap(mm) down(&mm->
mmap_sem
)
53
#define unlock_mmap(mm) up(&mm->
mmap_sem
)
compat22.h
60
down(¤t->mm->
mmap_sem
);
66
up(¤t->mm->
mmap_sem
);
/external/kernel-headers/original/linux/
sched.h
314
struct rw_semaphore
mmap_sem
;
member in struct:mm_struct
[
all
...]
Completed in 3096 milliseconds