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:chase_timer
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H
A
D
qib_7220.h
84
struct timer_list
chase_timer
;
member
H
A
D
qib_iba7220.c
1048
chase_timer
);
in reenable_7220_chase()
1051
ppd->cpspec->
chase_timer
.expires = 0;
in reenable_7220_chase()
1081
ppd->cpspec->
chase_timer
.expires = jiffies +
in handle_7220_chase()
1083
add_timer(&ppd->cpspec->
chase_timer
);
in handle_7220_chase()
1658
if (ppd->cpspec->
chase_timer
.function) /* if initted */
in qib_7220_quiet_serdes()
1659
del_timer_sync(&ppd->cpspec->
chase_timer
);
in qib_7220_quiet_serdes()
2607
if (ppd->cpspec->
chase_timer
.expires) {
in qib_7220_set_ib_cfg()
2608
del_timer_sync(&ppd->cpspec->
chase_timer
);
in qib_7220_set_ib_cfg()
2609
ppd->cpspec->
chase_timer
.expires = 0;
in qib_7220_set_ib_cfg()
4031
timer_setup(&ppd->cpspec->
chase_timer
, reenable_7220_chas
in qib_init_7220_variables()
[all...]
H
A
D
qib_iba7322.c
630
struct timer_list
chase_timer
;
member
1746
struct qib_chippport_specific *cp = from_timer(cp, t,
chase_timer
);
in reenable_chase()
1749
ppd->cpspec->
chase_timer
.expires = 0;
in reenable_chase()
1764
ppd->cpspec->
chase_timer
.expires = jiffies + QIB_CHASE_DIS_TIME;
in disable_chase()
1765
add_timer(&ppd->cpspec->
chase_timer
);
in disable_chase()
2536
if (ppd->cpspec->
chase_timer
.function) /* if initted */
in qib_7322_mini_quiet_serdes()
2537
del_timer_sync(&ppd->cpspec->
chase_timer
);
in qib_7322_mini_quiet_serdes()
4264
if (ppd->cpspec->
chase_timer
.expires) {
in qib_7322_set_ib_cfg()
4265
del_timer_sync(&ppd->cpspec->
chase_timer
);
in qib_7322_set_ib_cfg()
4266
ppd->cpspec->
chase_timer
in qib_7322_set_ib_cfg()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H
A
D
qib_7220.h
84
struct timer_list
chase_timer
;
member
H
A
D
qib_iba7220.c
1048
chase_timer
);
in reenable_7220_chase()
1051
ppd->cpspec->
chase_timer
.expires = 0;
in reenable_7220_chase()
1081
ppd->cpspec->
chase_timer
.expires = jiffies +
in handle_7220_chase()
1083
add_timer(&ppd->cpspec->
chase_timer
);
in handle_7220_chase()
1658
if (ppd->cpspec->
chase_timer
.function) /* if initted */
in qib_7220_quiet_serdes()
1659
del_timer_sync(&ppd->cpspec->
chase_timer
);
in qib_7220_quiet_serdes()
2607
if (ppd->cpspec->
chase_timer
.expires) {
in qib_7220_set_ib_cfg()
2608
del_timer_sync(&ppd->cpspec->
chase_timer
);
in qib_7220_set_ib_cfg()
2609
ppd->cpspec->
chase_timer
.expires = 0;
in qib_7220_set_ib_cfg()
4031
timer_setup(&ppd->cpspec->
chase_timer
, reenable_7220_chas
in qib_init_7220_variables()
[all...]
H
A
D
qib_iba7322.c
630
struct timer_list
chase_timer
;
member
1724
struct qib_chippport_specific *cp = from_timer(cp, t,
chase_timer
);
in reenable_chase()
1727
ppd->cpspec->
chase_timer
.expires = 0;
in reenable_chase()
1742
ppd->cpspec->
chase_timer
.expires = jiffies + QIB_CHASE_DIS_TIME;
in disable_chase()
1743
add_timer(&ppd->cpspec->
chase_timer
);
in disable_chase()
2514
if (ppd->cpspec->
chase_timer
.function) /* if initted */
in qib_7322_mini_quiet_serdes()
2515
del_timer_sync(&ppd->cpspec->
chase_timer
);
in qib_7322_mini_quiet_serdes()
4242
if (ppd->cpspec->
chase_timer
.expires) {
in qib_7322_set_ib_cfg()
4243
del_timer_sync(&ppd->cpspec->
chase_timer
);
in qib_7322_set_ib_cfg()
4244
ppd->cpspec->
chase_timer
in qib_7322_set_ib_cfg()
[all...]
Completed in 29 milliseconds