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:tsk_index
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
acpi_pad.c
85
static void round_robin_cpu(unsigned int
tsk_index
)
in round_robin_cpu()
argument
116
if (tsk_in_cpu[
tsk_index
] != -1)
in round_robin_cpu()
117
cpumask_clear_cpu(tsk_in_cpu[
tsk_index
], pad_busy_cpus);
in round_robin_cpu()
118
tsk_in_cpu[
tsk_index
] = preferred_cpu;
in round_robin_cpu()
128
static void exit_round_robin(unsigned int
tsk_index
)
in exit_round_robin()
argument
131
cpumask_clear_cpu(tsk_in_cpu[
tsk_index
], pad_busy_cpus);
in exit_round_robin()
132
tsk_in_cpu[
tsk_index
] = -1;
in exit_round_robin()
140
unsigned int
tsk_index
= (unsigned long)data;
in power_saving_thread()
local
152
round_robin_cpu(
tsk_index
);
in power_saving_thread()
202
exit_round_robin(
tsk_index
);
in power_saving_thread()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
acpi_pad.c
87
static void round_robin_cpu(unsigned int
tsk_index
)
in round_robin_cpu()
argument
118
if (tsk_in_cpu[
tsk_index
] != -1)
in round_robin_cpu()
119
cpumask_clear_cpu(tsk_in_cpu[
tsk_index
], pad_busy_cpus);
in round_robin_cpu()
120
tsk_in_cpu[
tsk_index
] = preferred_cpu;
in round_robin_cpu()
130
static void exit_round_robin(unsigned int
tsk_index
)
in exit_round_robin()
argument
134
cpumask_clear_cpu(tsk_in_cpu[
tsk_index
], pad_busy_cpus);
in exit_round_robin()
135
tsk_in_cpu[
tsk_index
] = -1;
in exit_round_robin()
143
unsigned int
tsk_index
= (unsigned long)data;
in power_saving_thread()
local
155
round_robin_cpu(
tsk_index
);
in power_saving_thread()
211
exit_round_robin(
tsk_index
);
in power_saving_thread()
[all...]
Completed in 2 milliseconds