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:TICKS_PER_SECOND
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H
A
D
srf.c
169
#define THRESHOLD_2 (2*
TICKS_PER_SECOND
)
170
#define THRESHOLD_32 (32*
TICKS_PER_SECOND
)
188
int T_Limit = 2*
TICKS_PER_SECOND
;
in smt_srf_event()
413
smc->srf.sr_state, smc->srf.SRThreshold /
TICKS_PER_SECOND
);
in smt_send_srf()
H
A
D
smt.c
209
100)/
TICKS_PER_SECOND
;
in smt_emulate_token_ct()
271
if (time - smc->sm.smt_last_lem >=
TICKS_PER_SECOND
*8) {
in smt_event()
371
(smc->mib.fddiSMTTT_Notify *
TICKS_PER_SECOND
) ) {
in smt_event()
389
time - smc->sm.smt_tvu > 228*
TICKS_PER_SECOND
) {
in smt_event()
412
time - smc->sm.smt_tvd > 228*
TICKS_PER_SECOND
) {
in smt_event()
434
if (time - smc->sm.last_tok_time[i] > 2*
TICKS_PER_SECOND
){
in smt_event()
1232
time /=
TICKS_PER_SECOND
;
in smt_set_timestamp()
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H
A
D
srf.c
164
#define THRESHOLD_2 (2*
TICKS_PER_SECOND
)
165
#define THRESHOLD_32 (32*
TICKS_PER_SECOND
)
183
int T_Limit = 2*
TICKS_PER_SECOND
;
in smt_srf_event()
408
smc->srf.sr_state, smc->srf.SRThreshold /
TICKS_PER_SECOND
);
in smt_send_srf()
H
A
D
smt.c
209
100)/
TICKS_PER_SECOND
;
in smt_emulate_token_ct()
271
if (time - smc->sm.smt_last_lem >=
TICKS_PER_SECOND
*8) {
in smt_event()
371
(smc->mib.fddiSMTTT_Notify *
TICKS_PER_SECOND
) ) {
in smt_event()
389
time - smc->sm.smt_tvu > 228*
TICKS_PER_SECOND
) {
in smt_event()
412
time - smc->sm.smt_tvd > 228*
TICKS_PER_SECOND
) {
in smt_event()
434
if (time - smc->sm.last_tok_time[i] > 2*
TICKS_PER_SECOND
){
in smt_event()
1232
time /=
TICKS_PER_SECOND
;
in smt_set_timestamp()
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H
A
D
targetos.h
73
#define
TICKS_PER_SECOND
HZ
macro
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/
H
A
D
targetos.h
73
#define
TICKS_PER_SECOND
HZ
macro
/kernel/linux/linux-6.6/sound/firewire/motu/
H
A
D
amdtp-motu.c
21
#define
TICKS_PER_SECOND
(TICKS_PER_CYCLE * CYCLES_PER_SECOND)
macro
320
tick +=
TICKS_PER_SECOND
;
in cache_event_offsets()
383
unsigned int tick = (base_tick + event_offsets[cache_head]) %
TICKS_PER_SECOND
;
in write_sph()
/kernel/linux/linux-5.10/sound/firewire/
H
A
D
amdtp-stream.c
21
#define
TICKS_PER_SECOND
(TICKS_PER_CYCLE * CYCLES_PER_SECOND)
macro
298
TICKS_PER_SECOND
* s->syt_interval / rate;
in amdtp_stream_set_parameters()
/kernel/linux/linux-6.6/sound/firewire/
H
A
D
amdtp-stream.c
21
#define
TICKS_PER_SECOND
(TICKS_PER_CYCLE * CYCLES_PER_SECOND)
macro
301
s->transfer_delay +=
TICKS_PER_SECOND
* s->syt_interval / rate;
in amdtp_stream_set_parameters()
Completed in 13 milliseconds