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:happy_timer
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
sunhme.c
718
hp->
happy_timer
.expires = jiffies + (12 * HZ)/10; /* 1.2 sec. */
in happy_meal_begin_auto_negotiation()
719
add_timer(&hp->
happy_timer
);
in happy_meal_begin_auto_negotiation()
724
struct happy_meal *hp = from_timer(hp, t,
happy_timer
);
in happy_meal_timer()
889
hp->
happy_timer
.expires = jiffies + ((12 * HZ)/10); /* 1.2 sec. */
in happy_meal_timer()
890
add_timer(&hp->
happy_timer
);
in happy_meal_timer()
1268
del_timer(&hp->
happy_timer
);
in happy_meal_init()
1925
del_timer(&hp->
happy_timer
);
in happy_meal_close()
2187
del_timer(&hp->
happy_timer
);
in hme_set_link_ksettings()
2463
timer_setup(&hp->
happy_timer
, happy_meal_timer, 0);
in happy_meal_common_probe()
H
A
D
sunhme.h
455
struct timer_list
happy_timer
; /* To watch the link when coming up. */
member
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
sunhme.c
690
struct happy_meal *hp = from_timer(hp, t,
happy_timer
);
in happy_meal_timer()
860
hp->
happy_timer
.expires = jiffies + ((12 * HZ)/10); /* 1.2 sec. */
in happy_meal_timer()
861
add_timer(&hp->
happy_timer
);
in happy_meal_timer()
1415
hp->
happy_timer
.expires = jiffies + (12 * HZ)/10; /* 1.2 sec. */
in happy_meal_begin_auto_negotiation()
1416
add_timer(&hp->
happy_timer
);
in happy_meal_begin_auto_negotiation()
1431
del_timer(&hp->
happy_timer
);
in happy_meal_init()
2228
del_timer(&hp->
happy_timer
);
in happy_meal_close()
2502
del_timer(&hp->
happy_timer
);
in hme_set_link_ksettings()
2820
timer_setup(&hp->
happy_timer
, happy_meal_timer, 0);
in happy_meal_sbus_probe_one()
3134
timer_setup(&hp->
happy_timer
, happy_meal_time
in happy_meal_pci_probe()
[all...]
H
A
D
sunhme.h
455
struct timer_list
happy_timer
; /* To watch the link when coming up. */
member
Completed in 11 milliseconds