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:size_done
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
pv.c
758
size_t
size_done
= 0;
in kvm_s390_pv_dump_stor_state()
local
801
size_done
+= increment_len;
in kvm_s390_pv_dump_stor_state()
807
if (!buff_user_len ||
size_done
== DUMP_BUFF_LEN) {
in kvm_s390_pv_dump_stor_state()
808
if (copy_to_user(buff_user, buff_kvm,
size_done
)) {
in kvm_s390_pv_dump_stor_state()
813
buff_user +=
size_done
;
in kvm_s390_pv_dump_stor_state()
814
size_done
= 0;
in kvm_s390_pv_dump_stor_state()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
gadget.c
526
int
size_done
;
in dwc2_hsotg_write_fifo()
local
549
size_done
= hs_ep->size_loaded - size_left;
in dwc2_hsotg_write_fifo()
552
can_write = hs_ep->fifo_load -
size_done
;
in dwc2_hsotg_write_fifo()
2411
unsigned int
size_done
;
in dwc2_hsotg_handle_outdone()
local
2422
size_done
= hs_ep->size_loaded - size_left;
in dwc2_hsotg_handle_outdone()
2423
size_done
+= hs_ep->last_load;
in dwc2_hsotg_handle_outdone()
2425
req->actual =
size_done
;
in dwc2_hsotg_handle_outdone()
2686
int size_left,
size_done
;
in dwc2_hsotg_complete_in()
local
2737
size_done
= hs_ep->size_loaded - size_left;
in dwc2_hsotg_complete_in()
2738
size_done
in dwc2_hsotg_complete_in()
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
gadget.c
525
int
size_done
;
in dwc2_hsotg_write_fifo()
local
548
size_done
= hs_ep->size_loaded - size_left;
in dwc2_hsotg_write_fifo()
551
can_write = hs_ep->fifo_load -
size_done
;
in dwc2_hsotg_write_fifo()
2411
unsigned int
size_done
;
in dwc2_hsotg_handle_outdone()
local
2422
size_done
= hs_ep->size_loaded - size_left;
in dwc2_hsotg_handle_outdone()
2423
size_done
+= hs_ep->last_load;
in dwc2_hsotg_handle_outdone()
2425
req->actual =
size_done
;
in dwc2_hsotg_handle_outdone()
2686
int size_left,
size_done
;
in dwc2_hsotg_complete_in()
local
2737
size_done
= hs_ep->size_loaded - size_left;
in dwc2_hsotg_complete_in()
2738
size_done
in dwc2_hsotg_complete_in()
[all...]
Completed in 10 milliseconds