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:min_priority
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
skl.c
34
info->logs_core[i].
min_priority
= *priorities++;
in skl_enable_logs()
H
A
D
apl.c
37
info->logs_core[i].
min_priority
= *priorities++;
in apl_enable_logs()
H
A
D
messages.h
362
u32
min_priority
;
member
/kernel/linux/linux-6.6/drivers/android/
H
A
D
binder_internal.h
221
* @
min_priority
: minimum scheduling priority
262
u8
min_priority
;
member
H
A
D
binder.c
813
node->
min_priority
= flags & FLAT_BINDER_FLAG_PRIORITY_MASK;
in binder_init_node_ilocked()
4711
if (t->priority < target_node->
min_priority
&&
in binder_thread_read()
4715
t->saved_priority > target_node->
min_priority
)
in binder_thread_read()
4716
binder_set_nice(target_node->
min_priority
);
in binder_thread_read()
/kernel/linux/linux-5.10/drivers/android/
H
A
D
binder.c
319
* @
min_priority
: minimum scheduling priority
360
u8
min_priority
;
member
1186
node->
min_priority
= flags & FLAT_BINDER_FLAG_PRIORITY_MASK;
in binder_init_node_ilocked()
4880
if (t->priority < target_node->
min_priority
&&
in binder_thread_read()
4884
t->saved_priority > target_node->
min_priority
)
in binder_thread_read()
4885
binder_set_nice(target_node->
min_priority
);
in binder_thread_read()
/kernel/linux/linux-5.10/mm/
H
A
D
page_alloc.c
4198
int
min_priority
;
in should_compact_retry()
local
4256
min_priority
= (order > PAGE_ALLOC_COSTLY_ORDER) ?
in should_compact_retry()
4259
if (*compact_priority >
min_priority
) {
in should_compact_retry()
/kernel/linux/linux-6.6/mm/
H
A
D
page_alloc.c
3467
int
min_priority
;
in should_compact_retry()
local
3513
min_priority
= (order > PAGE_ALLOC_COSTLY_ORDER) ?
in should_compact_retry()
3516
if (*compact_priority >
min_priority
) {
in should_compact_retry()
Completed in 39 milliseconds