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_entries
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
dtl.c
24
int
buf_entries
;
member
86
dtlr->buf_end = dtl->buf + dtl->
buf_entries
;
in dtl_start()
200
dtl->
buf_entries
= n_entries;
in dtl_enable()
223
dtl->
buf_entries
= 0;
in dtl_disable()
273
if (last_idx + dtl->
buf_entries
<= cur_idx)
in dtl_file_read()
274
last_idx = cur_idx - dtl->
buf_entries
+ 1;
in dtl_file_read()
287
i = last_idx % dtl->
buf_entries
;
in dtl_file_read()
290
if (i + n_req > dtl->
buf_entries
) {
in dtl_file_read()
291
read_size = dtl->
buf_entries
- i;
in dtl_file_read()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
dtl.c
25
int
buf_entries
;
member
96
dtlr->buf_end = dtl->buf + dtl->
buf_entries
;
in dtl_start()
210
dtl->
buf_entries
= n_entries;
in dtl_enable()
233
dtl->
buf_entries
= 0;
in dtl_disable()
283
if (last_idx + dtl->
buf_entries
<= cur_idx)
in dtl_file_read()
284
last_idx = cur_idx - dtl->
buf_entries
+ 1;
in dtl_file_read()
297
i = last_idx % dtl->
buf_entries
;
in dtl_file_read()
300
if (i + n_req > dtl->
buf_entries
) {
in dtl_file_read()
301
read_size = dtl->
buf_entries
- i;
in dtl_file_read()
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_app.c
966
struct mpi3mr_buf_entry *
buf_entries
= NULL;
in mpi3mr_bsg_process_mpt_cmds()
local
1023
buf_entries
= karg->buf_entry_list.buf_entry;
in mpi3mr_bsg_process_mpt_cmds()
1028
for (count = 0; count < bufcnt; count++,
buf_entries
++, drv_buf_iter++) {
in mpi3mr_bsg_process_mpt_cmds()
1043
switch (
buf_entries
->buf_type) {
in mpi3mr_bsg_process_mpt_cmds()
1046
sgl_dout_iter +=
buf_entries
->buf_len;
in mpi3mr_bsg_process_mpt_cmds()
1054
sgl_din_iter +=
buf_entries
->buf_len;
in mpi3mr_bsg_process_mpt_cmds()
1062
sgl_din_iter +=
buf_entries
->buf_len;
in mpi3mr_bsg_process_mpt_cmds()
1071
sgl_dout_iter +=
buf_entries
->buf_len;
in mpi3mr_bsg_process_mpt_cmds()
1080
sgl_din_iter +=
buf_entries
->buf_len;
in mpi3mr_bsg_process_mpt_cmds()
1086
sgl_din_iter +=
buf_entries
in mpi3mr_bsg_process_mpt_cmds()
[all...]
Completed in 3 milliseconds