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:ct_kill_exit_tm
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
tt.c
156
thermal_throttle.
ct_kill_exit_tm
);
in iwl_tt_check_exit_ct_kill()
181
mod_timer(&priv->thermal_throttle.
ct_kill_exit_tm
,
in iwl_tt_check_exit_ct_kill()
195
mod_timer(&priv->thermal_throttle.
ct_kill_exit_tm
,
in iwl_perform_ct_kill_task()
524
/* stop
ct_kill_exit_tm
timer */
in iwl_bg_ct_exit()
525
del_timer_sync(&priv->thermal_throttle.
ct_kill_exit_tm
);
in iwl_bg_ct_exit()
603
timer_setup(&priv->thermal_throttle.
ct_kill_exit_tm
,
in iwl_tt_initialize()
658
/* stop
ct_kill_exit_tm
timer if activated */
in iwl_tt_exit()
659
del_timer_sync(&priv->thermal_throttle.
ct_kill_exit_tm
);
in iwl_tt_exit()
H
A
D
tt.h
86
* @
ct_kill_exit_tm
: timer to exit thermal kill
98
struct timer_list
ct_kill_exit_tm
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
tt.c
152
thermal_throttle.
ct_kill_exit_tm
);
in iwl_tt_check_exit_ct_kill()
176
mod_timer(&priv->thermal_throttle.
ct_kill_exit_tm
,
in iwl_tt_check_exit_ct_kill()
190
mod_timer(&priv->thermal_throttle.
ct_kill_exit_tm
,
in iwl_perform_ct_kill_task()
519
/* stop
ct_kill_exit_tm
timer */
in iwl_bg_ct_exit()
520
del_timer_sync(&priv->thermal_throttle.
ct_kill_exit_tm
);
in iwl_bg_ct_exit()
598
timer_setup(&priv->thermal_throttle.
ct_kill_exit_tm
,
in iwl_tt_initialize()
653
/* stop
ct_kill_exit_tm
timer if activated */
in iwl_tt_exit()
654
del_timer_sync(&priv->thermal_throttle.
ct_kill_exit_tm
);
in iwl_tt_exit()
H
A
D
tt.h
82
* @
ct_kill_exit_tm
: timer to exit thermal kill
94
struct timer_list
ct_kill_exit_tm
;
member
Completed in 3 milliseconds