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:bufIn
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptctl.c
1740
struct buflist
bufIn
; /* data In buffer */
in mptctl_do_mpt_command()
local
1755
/*
bufIn
and bufOut are used for user to kernel space transfers
in mptctl_do_mpt_command()
1757
bufIn
.kptr = bufOut.kptr = NULL;
in mptctl_do_mpt_command()
1758
bufIn
.len = bufOut.len = 0;
in mptctl_do_mpt_command()
2144
bufIn
.len = karg.dataInSize;
in mptctl_do_mpt_command()
2145
bufIn
.kptr = pci_alloc_consistent(ioc->pcidev,
in mptctl_do_mpt_command()
2146
bufIn
.len, &dma_addr_in);
in mptctl_do_mpt_command()
2148
if (
bufIn
.kptr == NULL) {
in mptctl_do_mpt_command()
2274
(karg.dataInSize > 0) && (
bufIn
.kptr)) {
in mptctl_do_mpt_command()
2277
bufIn
in mptctl_do_mpt_command()
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptctl.c
1736
struct buflist
bufIn
; /* data In buffer */
in mptctl_do_mpt_command()
local
1751
/*
bufIn
and bufOut are used for user to kernel space transfers
in mptctl_do_mpt_command()
1753
bufIn
.kptr = bufOut.kptr = NULL;
in mptctl_do_mpt_command()
1754
bufIn
.len = bufOut.len = 0;
in mptctl_do_mpt_command()
2141
bufIn
.len = karg.dataInSize;
in mptctl_do_mpt_command()
2142
bufIn
.kptr = dma_alloc_coherent(&ioc->pcidev->dev,
in mptctl_do_mpt_command()
2143
bufIn
.len,
in mptctl_do_mpt_command()
2146
if (
bufIn
.kptr == NULL) {
in mptctl_do_mpt_command()
2272
(karg.dataInSize > 0) && (
bufIn
.kptr)) {
in mptctl_do_mpt_command()
2275
bufIn
in mptctl_do_mpt_command()
[all...]
Completed in 6 milliseconds