OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mmap_sem
(Results
1 - 6
of
6
) 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/
mempolicy.h
53
*
mmap_sem
.
sched.h
314
struct rw_semaphore
mmap_sem
;
member in struct:mm_struct
[
all
...]
/external/oprofile/doc/
internals.xml
468
<varname>
mmap_sem
</varname> for the task is then taken, to allow safe
[
all
...]
/external/oprofile/
ChangeLog-2001
[
all
...]
Completed in 271 milliseconds