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:user_only
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/kernel/power/
H
A
D
process.c
28
static int try_to_freeze_tasks(bool
user_only
)
in try_to_freeze_tasks()
argument
30
const char *what =
user_only
? "user space processes" :
in try_to_freeze_tasks()
47
if (!
user_only
)
in try_to_freeze_tasks()
61
if (!
user_only
) {
in try_to_freeze_tasks()
/kernel/linux/linux-5.10/kernel/power/
H
A
D
process.c
31
static int try_to_freeze_tasks(bool
user_only
)
in try_to_freeze_tasks()
argument
46
if (!
user_only
)
in try_to_freeze_tasks()
61
if (!
user_only
) {
in try_to_freeze_tasks()
/kernel/linux/linux-5.10/arch/sh/drivers/
H
A
D
platform_early.c
299
* @
user_only
: only probe user specified early platform devices
307
int
user_only
)
in sh_early_platform_driver_probe()
320
if (
user_only
)
in sh_early_platform_driver_probe()
305
sh_early_platform_driver_probe(char *class_str, int nr_probe, int
user_only
)
sh_early_platform_driver_probe()
argument
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
H
A
D
core.c
347
static void fpu__clear(struct fpu *fpu, bool
user_only
)
in fpu__clear()
argument
359
if (
user_only
) {
in fpu__clear()
/kernel/linux/linux-6.6/arch/sh/drivers/
H
A
D
platform_early.c
299
* @
user_only
: only probe user specified early platform devices
307
int
user_only
)
in sh_early_platform_driver_probe()
320
if (
user_only
)
in sh_early_platform_driver_probe()
305
sh_early_platform_driver_probe(char *class_str, int nr_probe, int
user_only
)
sh_early_platform_driver_probe()
argument
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
platform_early.h
34
int nr_probe, int
user_only
);
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
platform_early.h
34
int nr_probe, int
user_only
);
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
probe-event.h
128
int init_probe_symbol_maps(bool
user_only
);
H
A
D
probe-event.c
72
int init_probe_symbol_maps(bool
user_only
)
in init_probe_symbol_maps()
argument
84
if (host_machine ||
user_only
) /* already initialized */
in init_probe_symbol_maps()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
probe-event.h
129
int init_probe_symbol_maps(bool
user_only
);
H
A
D
probe-event.c
75
int init_probe_symbol_maps(bool
user_only
)
in init_probe_symbol_maps()
argument
86
if (host_machine ||
user_only
) /* already initialized */
in init_probe_symbol_maps()
Completed in 13 milliseconds