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:time_low
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/generic/
H
A
D
board-ranchu.c
20
u32
time_low
;
in read_rtc_time()
local
28
time_low
= readl(base + GOLDFISH_TIMER_LOW);
in read_rtc_time()
31
return ((u64)time_high << 32) |
time_low
;
in read_rtc_time()
/kernel/linux/linux-6.6/arch/mips/generic/
H
A
D
board-ranchu.c
20
u32
time_low
;
in read_rtc_time()
local
28
time_low
= readl(base + GOLDFISH_TIMER_LOW);
in read_rtc_time()
31
return ((u64)time_high << 32) |
time_low
;
in read_rtc_time()
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
timer-goldfish.c
33
u32
time_low
, time_high;
in goldfish_timer_read()
local
37
*
time_low
: get low bits of current time and update time_high
in goldfish_timer_read()
38
* time_high: get high bits of time at last
time_low
read
in goldfish_timer_read()
40
time_low
= gf_ioread32(base + TIMER_TIME_LOW);
in goldfish_timer_read()
43
ticks = ((u64)time_high << 32) |
time_low
;
in goldfish_timer_read()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-goldfish.c
115
u64
time_low
;
in goldfish_rtc_read_time()
local
121
time_low
= gf_ioread32(base + TIMER_TIME_LOW);
in goldfish_rtc_read_time()
123
time = (time_high << 32) |
time_low
;
in goldfish_rtc_read_time()
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-goldfish.c
125
u64
time_low
;
in goldfish_rtc_read_time()
local
131
time_low
= readl(base + TIMER_TIME_LOW);
in goldfish_rtc_read_time()
133
time = (time_high << 32) |
time_low
;
in goldfish_rtc_read_time()
/kernel/linux/linux-5.10/fs/afs/
H
A
D
afs.h
83
__be32
time_low
; /* low part of timestamp */
member
197
__be32
time_low
;
member
H
A
D
vlclient.c
77
uuid->
time_low
= xdr->
time_low
;
in afs_deliver_vl_get_entry_by_name_u()
298
r->uuid.
time_low
= u->
time_low
;
in afs_vl_get_addrs_u()
H
A
D
cmservice.c
400
r->
time_low
= b[0];
in afs_deliver_cb_init_call_back_state3()
512
r->
time_low
= b[0];
in afs_deliver_cb_probe_uuid()
558
reply.ia.uuid[0] = call->net->uuid.
time_low
;
in SRXAFSCB_TellMeAboutYourself()
/kernel/linux/linux-6.6/fs/afs/
H
A
D
afs.h
83
__be32
time_low
; /* low part of timestamp */
member
197
__be32
time_low
;
member
H
A
D
vlclient.c
77
uuid->
time_low
= xdr->
time_low
;
in afs_deliver_vl_get_entry_by_name_u()
298
r->uuid.
time_low
= u->
time_low
;
in afs_vl_get_addrs_u()
H
A
D
cmservice.c
404
r->
time_low
= b[0];
in afs_deliver_cb_init_call_back_state3()
517
r->
time_low
= b[0];
in afs_deliver_cb_probe_uuid()
564
reply.ia.uuid[0] = call->net->uuid.
time_low
;
in SRXAFSCB_TellMeAboutYourself()
/kernel/linux/common_modules/tzdriver/
H
A
D
teek_client_type.h
28
uint32_t
time_low
;
member
H
A
D
teek_ns_client.h
70
uint32_t
time_low
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H
A
D
sun3_82586.h
236
unsigned char
time_low
; /* slot time low */
member
H
A
D
sun3_82586.c
429
cfg_cmd->
time_low
= 0x00;
in init586()
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H
A
D
sun3_82586.h
237
unsigned char
time_low
; /* slot time low */
member
H
A
D
sun3_82586.c
426
cfg_cmd->
time_low
= 0x00;
in init586()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgv_sriovmsg.h
126
uint32_t
time_low
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/engleder/
H
A
D
tsnep_selftests.c
174
u32
time_low
;
in get_gate_state()
local
181
time_low
= ioread32(adapter->addr + ECM_SYSTEM_TIME_LOW);
in get_gate_state()
191
*system_time = (((u64)time_high) << 32) | ((u64)
time_low
);
in get_gate_state()
/kernel/linux/common_modules/tzdriver/core/
H
A
D
cmdmonitor.c
440
g_crashed_ta_uuid.
time_low
, g_crashed_ta_uuid.time_mid,
in cmd_monitor_archivefn()
/kernel/linux/common_modules/tzdriver/ion/
H
A
D
dynamic_ion_mem.c
434
check_result, configid, ion_size, params->uuid_return->
time_low
);
in load_image_for_ion()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifspdu.h
1276
__le16
time_low
;
member
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifspdu.h
1229
__le16
time_low
;
member
Completed in 30 milliseconds