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:refresh_time
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/temperature/
H
A
D
mlx90632.c
281
unsigned int
refresh_time
;
in mlx90632_calculate_dataset_ready_time()
local
290
refresh_time
= ret;
in mlx90632_calculate_dataset_ready_time()
297
refresh_time
+= ret;
in mlx90632_calculate_dataset_ready_time()
304
refresh_time
= ret;
in mlx90632_calculate_dataset_ready_time()
311
refresh_time
+= ret;
in mlx90632_calculate_dataset_ready_time()
318
refresh_time
+= ret;
in mlx90632_calculate_dataset_ready_time()
321
return
refresh_time
;
in mlx90632_calculate_dataset_ready_time()
/kernel/linux/linux-5.10/net/atm/
H
A
D
mpoa_caches.h
26
uint32_t
refresh_time
;
member
H
A
D
mpoa_caches.c
310
if (!(entry->
refresh_time
))
in refresh_entries()
311
entry->
refresh_time
= (2 * (entry->ctrl_info.holding_time))/3;
in refresh_entries()
313
entry->
refresh_time
) {
in refresh_entries()
H
A
D
mpc.c
1181
entry->
refresh_time
= 0;
in MPOA_res_reply_rcvd()
/kernel/linux/linux-6.6/net/atm/
H
A
D
mpoa_caches.h
26
uint32_t
refresh_time
;
member
H
A
D
mpoa_caches.c
310
if (!(entry->
refresh_time
))
in refresh_entries()
311
entry->
refresh_time
= (2 * (entry->ctrl_info.holding_time))/3;
in refresh_entries()
313
entry->
refresh_time
) {
in refresh_entries()
H
A
D
mpc.c
1181
entry->
refresh_time
= 0;
in MPOA_res_reply_rcvd()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H
A
D
hw.h
654
u16
refresh_time
; /* Flow control refresh timer */
member
H
A
D
netdev.c
4062
fc->
refresh_time
= 0x1000;
in e1000e_reset()
4071
fc->
refresh_time
= 0xFFFF;
in e1000e_reset()
H
A
D
ich8lan.c
5019
ew32(FCRTV_PCH, hw->fc.
refresh_time
);
in e1000_setup_link_ich8lan()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H
A
D
hw.h
675
u16
refresh_time
; /* Flow control refresh timer */
member
H
A
D
netdev.c
4054
fc->
refresh_time
= 0x1000;
in e1000e_reset()
4066
fc->
refresh_time
= 0xFFFF;
in e1000e_reset()
H
A
D
ich8lan.c
5035
ew32(FCRTV_PCH, hw->fc.
refresh_time
);
in e1000_setup_link_ich8lan()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_dcb.c
1414
u16
refresh_time
= (u16)I40E_DEFAULT_PAUSE_TIME / 2;
in i40e_dcb_hw_pfc_config()
local
1487
reg |= ((u32)
refresh_time
<<
in i40e_dcb_hw_pfc_config()
Completed in 42 milliseconds