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:total_secs
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/kernel/time/
H
A
D
time_test.c
60
time64_t
total_secs
= ((time64_t) 80000) / 400 * 146097 * 86400;
in time64_to_tm_test_date_range()
local
70
for (secs = -
total_secs
; secs <=
total_secs
; secs += 86400) {
in time64_to_tm_test_date_range()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
lib_test.c
40
time64_t
total_secs
= ((time64_t) 160000) / 400 * 146097 * 86400;
in rtc_time64_to_tm_test_date_range()
local
51
for (secs = 0; secs <=
total_secs
; secs += 86400) {
in rtc_time64_to_tm_test_date_range()
/kernel/linux/linux-5.10/drivers/block/
H
A
D
swim.c
179
int
total_secs
;
member
600
fs->
total_secs
= g->size;
in setup_medium()
635
set_capacity(fs->disk, fs->
total_secs
);
in floppy_open()
H
A
D
swim3.c
191
int
total_secs
;
member
1138
fs->
total_secs
= 2880;
in swim3_add_device()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
swim.c
180
int
total_secs
;
member
602
fs->
total_secs
= g->size;
in setup_medium()
635
set_capacity(fs->disk, fs->
total_secs
);
in floppy_open()
H
A
D
swim3.c
192
int
total_secs
;
member
1155
fs->
total_secs
= 2880;
in swim3_add_device()
/kernel/linux/linux-5.10/include/linux/
H
A
D
lightnvm.h
351
sector_t
total_secs
; /* across channels */
member
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
lightnvm.c
323
geo->
total_secs
= geo->clba * geo->all_chunks;
in nvme_nvm_setup_12()
411
geo->
total_secs
= geo->clba * geo->all_chunks;
in nvme_nvm_setup_20()
/kernel/linux/linux-5.10/drivers/lightnvm/
H
A
D
core.c
219
tgt_dev->geo.
total_secs
= num_lun * sec_per_lun;
in nvm_create_tgt_dev()
Completed in 12 milliseconds