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:this_time
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/misc/
H
A
D
chaoskey.c
414
int
this_time
;
in chaoskey_read()
local
446
this_time
= dev->valid - dev->used;
in chaoskey_read()
447
if (
this_time
> count)
in chaoskey_read()
448
this_time
= count;
in chaoskey_read()
450
remain = copy_to_user(buffer, dev->buf + dev->used,
this_time
);
in chaoskey_read()
457
dev->used +=
this_time
- remain;
in chaoskey_read()
462
count -=
this_time
;
in chaoskey_read()
463
read_count +=
this_time
;
in chaoskey_read()
464
buffer +=
this_time
;
in chaoskey_read()
465
dev->used +=
this_time
;
in chaoskey_read()
483
int
this_time
;
chaoskey_rng_read()
local
[all...]
/kernel/linux/linux-6.6/drivers/usb/misc/
H
A
D
chaoskey.c
413
int
this_time
;
in chaoskey_read()
local
445
this_time
= dev->valid - dev->used;
in chaoskey_read()
446
if (
this_time
> count)
in chaoskey_read()
447
this_time
= count;
in chaoskey_read()
449
remain = copy_to_user(buffer, dev->buf + dev->used,
this_time
);
in chaoskey_read()
456
dev->used +=
this_time
- remain;
in chaoskey_read()
461
count -=
this_time
;
in chaoskey_read()
462
read_count +=
this_time
;
in chaoskey_read()
463
buffer +=
this_time
;
in chaoskey_read()
464
dev->used +=
this_time
;
in chaoskey_read()
482
int
this_time
;
chaoskey_rng_read()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H
A
D
ps3_gelic_wireless.c
703
unsigned long
this_time
= jiffies;
in gelic_wl_get_scan()
local
726
this_time
))
in gelic_wl_get_scan()
1504
unsigned long
this_time
= jiffies;
in gelic_wl_scan_complete_event()
local
1546
this_time
)) {
in gelic_wl_scan_complete_event()
1600
target->last_scanned =
this_time
;
in gelic_wl_scan_complete_event()
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/
H
A
D
ps3_gelic_wireless.c
703
unsigned long
this_time
= jiffies;
in gelic_wl_get_scan()
local
726
this_time
))
in gelic_wl_get_scan()
1504
unsigned long
this_time
= jiffies;
in gelic_wl_scan_complete_event()
local
1546
this_time
)) {
in gelic_wl_scan_complete_event()
1600
target->last_scanned =
this_time
;
in gelic_wl_scan_complete_event()
Completed in 7 milliseconds