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:max_frames
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/
H
A
D
dpio-service.c
605
* @
max_frames
: the maximum number of dequeued result for frames, must be <= 32.
608
* The size of the storage is "
max_frames
*sizeof(struct dpaa2_dq)".
614
struct dpaa2_io_store *dpaa2_io_store_create(unsigned int
max_frames
,
in dpaa2_io_store_create()
argument
620
if (!
max_frames
|| (
max_frames
> 32))
in dpaa2_io_store_create()
627
ret->max =
max_frames
;
in dpaa2_io_store_create()
628
size =
max_frames
* sizeof(struct dpaa2_dq) + 64;
in dpaa2_io_store_create()
637
sizeof(struct dpaa2_dq) *
max_frames
,
in dpaa2_io_store_create()
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/
H
A
D
dpio-service.c
643
* @
max_frames
: the maximum number of dequeued result for frames, must be <= 32.
646
* The size of the storage is "
max_frames
*sizeof(struct dpaa2_dq)".
652
struct dpaa2_io_store *dpaa2_io_store_create(unsigned int
max_frames
,
in dpaa2_io_store_create()
argument
658
if (!
max_frames
|| (
max_frames
> 32))
in dpaa2_io_store_create()
665
ret->max =
max_frames
;
in dpaa2_io_store_create()
666
size =
max_frames
* sizeof(struct dpaa2_dq) + 64;
in dpaa2_io_store_create()
675
sizeof(struct dpaa2_dq) *
max_frames
,
in dpaa2_io_store_create()
/kernel/linux/linux-5.10/arch/s390/lib/
H
A
D
test_unwind.c
44
const int
max_frames
= 128;
in test_unwind()
local
63
if (frame_count++ ==
max_frames
)
in test_unwind()
95
if (frame_count ==
max_frames
) {
in test_unwind()
/kernel/linux/linux-6.6/arch/s390/lib/
H
A
D
test_unwind.c
51
const int
max_frames
= 128;
in test_unwind()
local
71
if (frame_count++ ==
max_frames
)
in test_unwind()
105
if (frame_count ==
max_frames
) {
in test_unwind()
/kernel/linux/linux-5.10/include/soc/fsl/
H
A
D
dpaa2-io.h
123
struct dpaa2_io_store *dpaa2_io_store_create(unsigned int
max_frames
,
/kernel/linux/linux-6.6/include/soc/fsl/
H
A
D
dpaa2-io.h
125
struct dpaa2_io_store *dpaa2_io_store_create(unsigned int
max_frames
,
/kernel/linux/linux-6.6/drivers/cdrom/
H
A
D
cdrom.c
2149
int
max_frames
= (queue_max_sectors(cdi->disk->queue) << 9) /
in cdrom_read_cdda_bpc()
local
2159
nr = min(nframes,
max_frames
);
in cdrom_read_cdda_bpc()
Completed in 8 milliseconds