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:qw_written
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
pio_copy.c
381
pbuf->
qw_written
= 1 /*PBC*/ + (nbytes >> 3);
in seg_pio_copy_start()
398
void __iomem *dest = pbuf->start + (pbuf->
qw_written
* sizeof(u64));
in mid_copy_mix()
406
if (pbuf->
qw_written
< PIO_BLOCK_QWS) {
in mid_copy_mix()
471
pbuf->
qw_written
+= qw_to_write;
in mid_copy_mix()
496
else if (pbuf->
qw_written
< PIO_BLOCK_QWS)
in mid_copy_mix()
501
pbuf->
qw_written
++;
in mid_copy_mix()
526
void __iomem *dest = pbuf->start + (pbuf->
qw_written
* sizeof(u64));
in mid_copy_straight()
532
if (pbuf->
qw_written
< PIO_BLOCK_QWS) {
in mid_copy_straight()
600
pbuf->
qw_written
+= nbytes >> 3;
in mid_copy_straight()
656
dest = pbuf->start + (pbuf->
qw_written
* sizeo
in seg_pio_copy_mid()
[all...]
H
A
D
pio.h
88
u16
qw_written
; /* QW written so far */
member
H
A
D
pio.c
1534
pbuf->
qw_written
= 0;
in sc_buffer_alloc()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
pio_copy.c
340
pbuf->
qw_written
= 1 /*PBC*/ + (nbytes >> 3);
in seg_pio_copy_start()
357
void __iomem *dest = pbuf->start + (pbuf->
qw_written
* sizeof(u64));
in mid_copy_mix()
365
if (pbuf->
qw_written
< PIO_BLOCK_QWS) {
in mid_copy_mix()
430
pbuf->
qw_written
+= qw_to_write;
in mid_copy_mix()
455
else if (pbuf->
qw_written
< PIO_BLOCK_QWS)
in mid_copy_mix()
460
pbuf->
qw_written
++;
in mid_copy_mix()
485
void __iomem *dest = pbuf->start + (pbuf->
qw_written
* sizeof(u64));
in mid_copy_straight()
491
if (pbuf->
qw_written
< PIO_BLOCK_QWS) {
in mid_copy_straight()
559
pbuf->
qw_written
+= nbytes >> 3;
in mid_copy_straight()
615
dest = pbuf->start + (pbuf->
qw_written
* sizeo
in seg_pio_copy_mid()
[all...]
H
A
D
pio.h
46
u16
qw_written
; /* QW written so far */
member
H
A
D
pio.c
1492
pbuf->
qw_written
= 0;
in sc_buffer_alloc()
Completed in 9 milliseconds