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:tsync
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/
H
A
D
ifb.c
48
struct u64_stats_sync
tsync
;
member
83
u64_stats_update_begin(&txp->
tsync
);
in ifb_ri_tasklet()
86
u64_stats_update_end(&txp->
tsync
);
in ifb_ri_tasklet()
147
start = u64_stats_fetch_begin_irq(&txp->
tsync
);
in ifb_stats64()
150
} while (u64_stats_fetch_retry_irq(&txp->
tsync
, start));
in ifb_stats64()
174
u64_stats_init(&txp->
tsync
);
in ifb_dev_init()
/kernel/linux/linux-5.10/drivers/ntb/test/
H
A
D
ntb_perf.c
198
atomic_t
tsync
;
member
853
return likely(atomic_read(&pthr->perf->
tsync
) > 0) ? 0 : -EINTR;
in perf_copy_chunk()
916
atomic_dec(&perf->
tsync
);
in perf_init_test()
975
atomic_read(&perf->
tsync
) < 0));
in perf_sync_test()
977
if (atomic_read(&perf->
tsync
) < 0)
in perf_sync_test()
1016
atomic_dec(&perf->
tsync
);
in perf_clear_test()
1070
atomic_set(&perf->
tsync
, -1);
in perf_terminate_test()
1093
atomic_set(&perf->
tsync
, perf->tcnt);
in perf_submit_test()
1106
atomic_read(&perf->
tsync
) <= 0);
in perf_submit_test()
/kernel/linux/linux-6.6/drivers/ntb/test/
H
A
D
ntb_perf.c
198
atomic_t
tsync
;
member
853
return likely(atomic_read(&pthr->perf->
tsync
) > 0) ? 0 : -EINTR;
in perf_copy_chunk()
916
atomic_dec(&perf->
tsync
);
in perf_init_test()
975
atomic_read(&perf->
tsync
) < 0));
in perf_sync_test()
977
if (atomic_read(&perf->
tsync
) < 0)
in perf_sync_test()
1016
atomic_dec(&perf->
tsync
);
in perf_clear_test()
1070
atomic_set(&perf->
tsync
, -1);
in perf_terminate_test()
1093
atomic_set(&perf->
tsync
, perf->tcnt);
in perf_submit_test()
1106
atomic_read(&perf->
tsync
) <= 0);
in perf_submit_test()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-stm32f7.c
438
u32
tsync
;
in stm32f7_i2c_compute_timing()
local
540
tsync
= af_delay_min + dnf_delay + (2 * i2cclk);
in stm32f7_i2c_compute_timing()
559
u32 tscl_l = (l + 1) * prescaler +
tsync
;
in stm32f7_i2c_compute_timing()
568
u32 tscl_h = (h + 1) * prescaler +
tsync
;
in stm32f7_i2c_compute_timing()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-stm32f7.c
457
u32
tsync
;
in stm32f7_i2c_compute_timing()
local
560
tsync
= af_delay_min + dnf_delay + (2 * i2cclk);
in stm32f7_i2c_compute_timing()
579
u32 tscl_l = (l + 1) * prescaler +
tsync
;
in stm32f7_i2c_compute_timing()
588
u32 tscl_h = (h + 1) * prescaler +
tsync
;
in stm32f7_i2c_compute_timing()
Completed in 12 milliseconds