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:t_now
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
tlv320dac33.c
1142
unsigned long long t0, t1,
t_now
;
in dac33_dai_delay()
local
1156
t_now
= ktime_to_us(ktime_get());
in dac33_dai_delay()
1167
time_delta =
t_now
- t0;
in dac33_dai_delay()
1176
} else if ((
t_now
- t1) <= dac33->mode1_us_burst) {
in dac33_dai_delay()
1181
time_delta =
t_now
- t0;
in dac33_dai_delay()
1186
time_delta =
t_now
- t1;
in dac33_dai_delay()
1203
time_delta =
t_now
- t0;
in dac33_dai_delay()
1224
t_now
= ktime_to_us(ktime_get());
in dac33_dai_delay()
1230
if (
t_now
<= t0) {
in dac33_dai_delay()
1239
time_delta =
t_now
in dac33_dai_delay()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
tlv320dac33.c
1142
unsigned long long t0, t1,
t_now
;
in dac33_dai_delay()
local
1156
t_now
= ktime_to_us(ktime_get());
in dac33_dai_delay()
1167
time_delta =
t_now
- t0;
in dac33_dai_delay()
1176
} else if ((
t_now
- t1) <= dac33->mode1_us_burst) {
in dac33_dai_delay()
1181
time_delta =
t_now
- t0;
in dac33_dai_delay()
1186
time_delta =
t_now
- t1;
in dac33_dai_delay()
1203
time_delta =
t_now
- t0;
in dac33_dai_delay()
1224
t_now
= ktime_to_us(ktime_get());
in dac33_dai_delay()
1230
if (
t_now
<= t0) {
in dac33_dai_delay()
1239
time_delta =
t_now
in dac33_dai_delay()
[all...]
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-cmos.c
1177
time64_t
t_now
;
in cmos_aie_poweroff()
local
1193
t_now
= rtc_tm_to_time64(&now);
in cmos_aie_poweroff()
1204
if (cmos->alarm_expires ==
t_now
+ 1) {
in cmos_aie_poweroff()
1208
rtc_time64_to_tm(
t_now
- 1, &alarm.time);
in cmos_aie_poweroff()
1211
} else if (cmos->alarm_expires >
t_now
+ 1) {
in cmos_aie_poweroff()
1277
time64_t
t_now
;
in cmos_check_wkalrm()
local
1287
t_now
= rtc_tm_to_time64(&now);
in cmos_check_wkalrm()
1293
if (
t_now
>= cmos->alarm_expires && cmos_use_acpi_alarm()) {
in cmos_check_wkalrm()
H
A
D
interface.c
217
time64_t
t_now
, t_alm;
in __rtc_read_alarm()
local
327
t_now
= rtc_tm_to_time64(&now);
in __rtc_read_alarm()
329
if (
t_now
< t_alm)
in __rtc_read_alarm()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-cmos.c
1189
time64_t
t_now
;
in cmos_aie_poweroff()
local
1205
t_now
= rtc_tm_to_time64(&now);
in cmos_aie_poweroff()
1216
if (cmos->alarm_expires ==
t_now
+ 1) {
in cmos_aie_poweroff()
1220
rtc_time64_to_tm(
t_now
- 1, &alarm.time);
in cmos_aie_poweroff()
1223
} else if (cmos->alarm_expires >
t_now
+ 1) {
in cmos_aie_poweroff()
1289
time64_t
t_now
;
in cmos_check_wkalrm()
local
1299
t_now
= rtc_tm_to_time64(&now);
in cmos_check_wkalrm()
1305
if (
t_now
>= cmos->alarm_expires && cmos_use_acpi_alarm()) {
in cmos_check_wkalrm()
H
A
D
interface.c
217
time64_t
t_now
, t_alm;
in __rtc_read_alarm()
local
327
t_now
= rtc_tm_to_time64(&now);
in __rtc_read_alarm()
329
if (
t_now
< t_alm)
in __rtc_read_alarm()
Completed in 13 milliseconds