Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mm_alloc
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sched/
H
A
D
mm.h
15
extern struct mm_struct *
mm_alloc
(void);
/kernel/linux/linux-6.6/include/linux/sched/
H
A
D
mm.h
15
extern struct mm_struct *
mm_alloc
(void);
/kernel/linux/linux-5.10/drivers/dma-buf/
H
A
D
dma-resv.c
98
struct mm_struct *mm =
mm_alloc
();
in dma_resv_lockdep()
/kernel/linux/linux-6.6/arch/powerpc/lib/
H
A
D
code-patching.c
155
mm =
mm_alloc
();
in text_area_cpu_up_mm()
/kernel/linux/linux-6.6/drivers/dma-buf/
H
A
D
dma-resv.c
768
struct mm_struct *mm =
mm_alloc
();
in dma_resv_lockdep()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
init.c
809
poking_mm =
mm_alloc
();
in poking_init()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
init.c
820
poking_mm =
mm_alloc
();
in poking_init()
/kernel/linux/linux-5.10/arch/arm/mach-rpc/
H
A
D
ecard.c
247
struct mm_struct * mm =
mm_alloc
();
in ecard_init_mm()
/kernel/linux/linux-6.6/arch/arm/mach-rpc/
H
A
D
ecard.c
247
struct mm_struct * mm =
mm_alloc
();
in ecard_init_mm()
/kernel/linux/linux-5.10/mm/
H
A
D
debug_vm_pgtable.c
993
mm =
mm_alloc
();
in debug_vm_pgtable()
/kernel/linux/linux-6.6/mm/
H
A
D
debug_vm_pgtable.c
1221
args->mm =
mm_alloc
();
in init_args()
/kernel/linux/linux-5.10/fs/
H
A
D
exec.c
369
bprm->mm = mm =
mm_alloc
();
in bprm_mm_init()
/kernel/linux/linux-6.6/fs/
H
A
D
exec.c
374
bprm->mm = mm =
mm_alloc
();
in bprm_mm_init()
/kernel/linux/linux-5.10/kernel/
H
A
D
fork.c
1098
struct mm_struct *
mm_alloc
(void)
in mm_alloc()
function
/kernel/linux/linux-6.6/kernel/
H
A
D
fork.c
1343
struct mm_struct *
mm_alloc
(void)
in mm_alloc()
function
Completed in 24 milliseconds