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:is_reserved
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
usercopy.c
166
bool
is_reserved
, is_cma;
in check_page_span()
local
206
is_reserved
= PageReserved(page);
in check_page_span()
208
if (!
is_reserved
&& !is_cma)
in check_page_span()
213
if (
is_reserved
&& !PageReserved(page))
in check_page_span()
/kernel/linux/linux-5.10/arch/x86/pci/
H
A
D
mmconfig-shared.c
447
static bool __ref is_mmconf_reserved(check_reserved_t
is_reserved
,
in is_mmconf_reserved()
argument
457
while (!
is_reserved
(addr, addr + size, E820_TYPE_RESERVED)) {
in is_mmconf_reserved()
/kernel/linux/linux-6.6/arch/x86/pci/
H
A
D
mmconfig-shared.c
474
static bool __ref is_mmconf_reserved(check_reserved_t
is_reserved
,
in is_mmconf_reserved()
argument
483
while (!
is_reserved
(addr, addr + size, E820_TYPE_RESERVED)) {
in is_mmconf_reserved()
/kernel/linux/linux-5.10/kernel/sched/rtg/
H
A
D
rtg.c
722
if (
is_reserved
(i))
in find_rtg_cpu()
737
if (
is_reserved
(i))
in find_rtg_cpu()
/kernel/linux/linux-6.6/kernel/sched/rtg/
H
A
D
rtg.c
723
if (
is_reserved
(i))
in find_rtg_cpu()
738
if (
is_reserved
(i))
in find_rtg_cpu()
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
sched.h
2953
static inline int
is_reserved
(int cpu)
in is_reserved()
function
3133
static inline int
is_reserved
(int cpu)
in is_reserved()
function
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
sched.h
3785
static inline int
is_reserved
(int cpu)
in is_reserved()
function
3965
static inline int
is_reserved
(int cpu)
in is_reserved()
function
Completed in 17 milliseconds