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:t1timer_running
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/net/lapb/
H
A
D
lapb_timer.c
43
lapb->
t1timer_running
= true;
in lapb_start_t1timer()
60
lapb->
t1timer_running
= false;
in lapb_stop_t1timer()
72
return lapb->
t1timer_running
;
in lapb_t1timer_running()
102
if (!lapb->
t1timer_running
) /* The timer has been stopped */
in lapb_t1timer_expiry()
131
lapb->
t1timer_running
= false;
in lapb_t1timer_expiry()
156
lapb->
t1timer_running
= false;
in lapb_t1timer_expiry()
175
lapb->
t1timer_running
= false;
in lapb_t1timer_expiry()
193
lapb->
t1timer_running
= false;
in lapb_t1timer_expiry()
H
A
D
lapb_iface.c
123
lapb->
t1timer_running
= false;
in lapb_create_cb()
/kernel/linux/linux-6.6/include/net/
H
A
D
lapb.h
95
bool
t1timer_running
, t2timer_running;
member
Completed in 2 milliseconds