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:inmw
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ntb/test/
H
A
D
ntb_tool.c
551
struct tool_mw *
inmw
= filep->private_data;
in tool_mw_read()
local
553
if (
inmw
->mm_base == NULL)
in tool_mw_read()
557
inmw
->mm_base,
inmw
->size);
in tool_mw_read()
563
struct tool_mw *
inmw
= filep->private_data;
in tool_mw_write()
local
565
if (
inmw
->mm_base == NULL)
in tool_mw_write()
568
return simple_write_to_buffer(
inmw
->mm_base,
inmw
->size, offp,
in tool_mw_write()
580
struct tool_mw *
inmw
= &tc->peers[pidx].inmws[widx];
in tool_setup_mw()
local
584
if (
inmw
in tool_setup_mw()
628
struct tool_mw *
inmw
= &tc->peers[pidx].
inmw
s[widx];
tool_free_mw()
local
647
struct tool_mw *
inmw
= filep->private_data;
tool_mw_trans_read()
local
709
struct tool_mw *
inmw
= filep->private_data;
tool_mw_trans_write()
local
[all...]
/kernel/linux/linux-6.6/drivers/ntb/test/
H
A
D
ntb_tool.c
544
struct tool_mw *
inmw
= filep->private_data;
in tool_mw_read()
local
546
if (
inmw
->mm_base == NULL)
in tool_mw_read()
550
inmw
->mm_base,
inmw
->size);
in tool_mw_read()
556
struct tool_mw *
inmw
= filep->private_data;
in tool_mw_write()
local
558
if (
inmw
->mm_base == NULL)
in tool_mw_write()
561
return simple_write_to_buffer(
inmw
->mm_base,
inmw
->size, offp,
in tool_mw_write()
573
struct tool_mw *
inmw
= &tc->peers[pidx].inmws[widx];
in tool_setup_mw()
local
577
if (
inmw
in tool_setup_mw()
621
struct tool_mw *
inmw
= &tc->peers[pidx].
inmw
s[widx];
tool_free_mw()
local
640
struct tool_mw *
inmw
= filep->private_data;
tool_mw_trans_read()
local
702
struct tool_mw *
inmw
= filep->private_data;
tool_mw_trans_write()
local
[all...]
Completed in 5 milliseconds