OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vm_file
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/module/ia64/
op_syscalls.c
129
if (!(map->vm_flags & VM_EXEC) || !map->
vm_file
)
135
GET_VM_OFFSET(map), map->
vm_file
, 1);
138
if (!(map->vm_flags & VM_EXEC) || !map->
vm_file
)
144
GET_VM_OFFSET(map), map->
vm_file
, 0);
/external/oprofile/module/x86/
op_syscalls.c
90
if (!(map->vm_flags & VM_EXEC) || !map->
vm_file
)
96
GET_VM_OFFSET(map), map->
vm_file
, 1);
99
if (!(map->vm_flags & VM_EXEC) || !map->
vm_file
)
105
GET_VM_OFFSET(map), map->
vm_file
, 0);
/external/kernel-headers/original/linux/
mm.h
101
unsigned long vm_pgoff; /* Offset (within
vm_file
) in PAGE_SIZE
103
struct file *
vm_file
; /* File we map to (can be NULL). */
member in struct:vm_area_struct
[
all
...]
Completed in 23 milliseconds