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:ps_tsk_num
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
acpi_pad.c
207
static unsigned int
ps_tsk_num
;
variable
212
ps_tsks[
ps_tsk_num
] = kthread_run(power_saving_thread,
in create_power_saving_task()
213
(void *)(unsigned long)
ps_tsk_num
,
in create_power_saving_task()
214
"acpi_pad/%d",
ps_tsk_num
);
in create_power_saving_task()
216
if (IS_ERR(ps_tsks[
ps_tsk_num
])) {
in create_power_saving_task()
217
rc = PTR_ERR(ps_tsks[
ps_tsk_num
]);
in create_power_saving_task()
218
ps_tsks[
ps_tsk_num
] = NULL;
in create_power_saving_task()
221
ps_tsk_num
++;
in create_power_saving_task()
229
if (
ps_tsk_num
> 0) {
in destroy_power_saving_task()
230
ps_tsk_num
in destroy_power_saving_task()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
acpi_pad.c
216
static unsigned int
ps_tsk_num
;
variable
221
ps_tsks[
ps_tsk_num
] = kthread_run(power_saving_thread,
in create_power_saving_task()
222
(void *)(unsigned long)
ps_tsk_num
,
in create_power_saving_task()
223
"acpi_pad/%d",
ps_tsk_num
);
in create_power_saving_task()
225
if (IS_ERR(ps_tsks[
ps_tsk_num
])) {
in create_power_saving_task()
226
rc = PTR_ERR(ps_tsks[
ps_tsk_num
]);
in create_power_saving_task()
227
ps_tsks[
ps_tsk_num
] = NULL;
in create_power_saving_task()
230
ps_tsk_num
++;
in create_power_saving_task()
238
if (
ps_tsk_num
> 0) {
in destroy_power_saving_task()
239
ps_tsk_num
in destroy_power_saving_task()
[all...]
Completed in 2 milliseconds