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:dma_max
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/core/
H
A
D
pcm_memory.c
177
snd_iprintf(buffer, "%lu\n", (unsigned long) substream->
dma_max
/ 1024);
in snd_pcm_lib_preallocate_max_proc_read()
202
if ((size != 0 && size < 8192) || size > substream->
dma_max
) {
in snd_pcm_lib_preallocate_proc_write()
293
substream->
dma_max
= max;
in preallocate_pages()
452
/*
dma_max
=0 means the fixed size preallocation */
in snd_pcm_lib_malloc_pages()
453
if (substream->dma_buffer.area && !substream->
dma_max
)
in snd_pcm_lib_malloc_pages()
/kernel/linux/linux-5.10/sound/core/
H
A
D
pcm_memory.c
178
snd_iprintf(buffer, "%lu\n", (unsigned long) substream->
dma_max
/ 1024);
in snd_pcm_lib_preallocate_max_proc_read()
203
if ((size != 0 && size < 8192) || size > substream->
dma_max
) {
in snd_pcm_lib_preallocate_proc_write()
274
substream->
dma_max
= max;
in preallocate_pages()
/kernel/linux/linux-5.10/include/sound/
H
A
D
pcm.h
454
size_t
dma_max
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
pcm.h
457
size_t
dma_max
;
member
Completed in 8 milliseconds