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:buf_words
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vdpa/solidrun/
H
A
D
snet_ctrl.c
139
u16
buf_words
;
in snet_ctrl_read_from_dpu()
local
152
buf_words
= buf_size / 4;
in snet_ctrl_read_from_dpu()
167
snet_write_ctrl(regs,
buf_words
);
in snet_ctrl_read_from_dpu()
172
while (
buf_words
!= tot_words) {
in snet_ctrl_read_from_dpu()
188
words = min_t(u16, val & SNET_CTRL_DATA_SIZE_MASK,
buf_words
- tot_words);
in snet_ctrl_read_from_dpu()
/kernel/linux/linux-5.10/drivers/block/
H
A
D
ps3disk.c
292
static void swap_buf_le16(u16 *buf, unsigned int
buf_words
)
in swap_buf_le16()
argument
297
for (i = 0; i <
buf_words
; i++)
in swap_buf_le16()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
ps3disk.c
277
static void swap_buf_le16(u16 *buf, unsigned int
buf_words
)
in swap_buf_le16()
argument
282
for (i = 0; i <
buf_words
; i++)
in swap_buf_le16()
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata.h
79
extern void swap_buf_le16(u16 *buf, unsigned int
buf_words
);
H
A
D
libata-core.c
4515
* @
buf_words
: Number of 16-bit words in buffer.
4524
void swap_buf_le16(u16 *buf, unsigned int
buf_words
)
in swap_buf_le16()
argument
4529
for (i = 0; i <
buf_words
; i++)
in swap_buf_le16()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata.h
75
extern void swap_buf_le16(u16 *buf, unsigned int
buf_words
);
H
A
D
libata-core.c
4716
* @
buf_words
: Number of 16-bit words in buffer.
4725
void swap_buf_le16(u16 *buf, unsigned int
buf_words
)
in swap_buf_le16()
argument
4730
for (i = 0; i <
buf_words
; i++)
in swap_buf_le16()
Completed in 20 milliseconds