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:from_this_iovec
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
pin_system.c
350
size_t
from_this_iovec
)
in add_system_iovec_to_sdma_packet()
352
while (
from_this_iovec
> 0) {
in add_system_iovec_to_sdma_packet()
360
from_this_iovec
);
in add_system_iovec_to_sdma_packet()
367
if (from_this_cache_entry >
from_this_iovec
)
in add_system_iovec_to_sdma_packet()
368
from_this_cache_entry =
from_this_iovec
;
in add_system_iovec_to_sdma_packet()
386
from_this_iovec
-= from_this_cache_entry;
in add_system_iovec_to_sdma_packet()
414
size_t
from_this_iovec
;
in hfi1_add_pages_to_sdma_packet()
local
418
from_this_iovec
= iovec->iov.iov_len - iovec->offset;
in hfi1_add_pages_to_sdma_packet()
420
if (
from_this_iovec
> remaining_to_add) {
in hfi1_add_pages_to_sdma_packet()
421
from_this_iovec
in hfi1_add_pages_to_sdma_packet()
347
add_system_iovec_to_sdma_packet(struct user_sdma_request *req, struct user_sdma_txreq *tx, struct user_sdma_iovec *iovec, size_t
from_this_iovec
)
add_system_iovec_to_sdma_packet()
argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
user_sdma.c
1579
size_t
from_this_iovec
)
in add_system_iovec_to_sdma_packet()
1581
while (
from_this_iovec
> 0) {
in add_system_iovec_to_sdma_packet()
1589
from_this_iovec
);
in add_system_iovec_to_sdma_packet()
1596
if (from_this_cache_entry >
from_this_iovec
)
in add_system_iovec_to_sdma_packet()
1597
from_this_cache_entry =
from_this_iovec
;
in add_system_iovec_to_sdma_packet()
1615
from_this_iovec
-= from_this_cache_entry;
in add_system_iovec_to_sdma_packet()
1634
size_t
from_this_iovec
;
in add_system_pages_to_sdma_packet()
local
1638
from_this_iovec
= iovec->iov.iov_len - iovec->offset;
in add_system_pages_to_sdma_packet()
1640
if (
from_this_iovec
> remaining_to_add) {
in add_system_pages_to_sdma_packet()
1641
from_this_iovec
in add_system_pages_to_sdma_packet()
1576
add_system_iovec_to_sdma_packet(struct user_sdma_request *req, struct user_sdma_txreq *tx, struct user_sdma_iovec *iovec, size_t
from_this_iovec
)
add_system_iovec_to_sdma_packet()
argument
[all...]
Completed in 3 milliseconds