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:maxfrags
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/sound/
H
A
D
pcm_oss.h
33
unsigned int
maxfrags
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
pcm_oss.h
33
unsigned int
maxfrags
;
member
/kernel/linux/linux-5.10/sound/core/oss/
H
A
D
pcm_oss.c
761
if (s > 0 && runtime->oss.
maxfrags
&& s > runtime->oss.
maxfrags
)
in snd_pcm_oss_period_size()
762
s = runtime->oss.
maxfrags
;
in snd_pcm_oss_period_size()
1971
runtime->oss.
maxfrags
= (val >> 16) & 0xffff;
in snd_pcm_oss_set_fragment1()
1974
if (runtime->oss.
maxfrags
< 2)
in snd_pcm_oss_set_fragment1()
1975
runtime->oss.
maxfrags
= 2;
in snd_pcm_oss_set_fragment1()
2383
runtime->oss.
maxfrags
= 0;
in snd_pcm_oss_init_substream()
/kernel/linux/linux-6.6/sound/core/oss/
H
A
D
pcm_oss.c
761
if (s > 0 && runtime->oss.
maxfrags
&& s > runtime->oss.
maxfrags
)
in snd_pcm_oss_period_size()
762
s = runtime->oss.
maxfrags
;
in snd_pcm_oss_period_size()
1987
runtime->oss.
maxfrags
= (val >> 16) & 0xffff;
in snd_pcm_oss_set_fragment1()
1990
if (runtime->oss.
maxfrags
< 2)
in snd_pcm_oss_set_fragment1()
1991
runtime->oss.
maxfrags
= 2;
in snd_pcm_oss_set_fragment1()
2399
runtime->oss.
maxfrags
= 0;
in snd_pcm_oss_init_substream()
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptctl.c
792
int
maxfrags
;
in mptctl_do_fw_download()
local
870
*
maxfrags
= (Request Size - FWdownload Size ) / Size of 32 bit SGE
in mptctl_do_fw_download()
871
* Request
maxfrags
in mptctl_do_fw_download()
876
maxfrags
= (iocp->req_sz - sizeof(MPIHeader_t) -
in mptctl_do_fw_download()
879
if (numfrags >
maxfrags
) {
in mptctl_do_fw_download()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptctl.c
788
int
maxfrags
;
in mptctl_do_fw_download()
local
866
*
maxfrags
= (Request Size - FWdownload Size ) / Size of 32 bit SGE
in mptctl_do_fw_download()
867
* Request
maxfrags
in mptctl_do_fw_download()
872
maxfrags
= (iocp->req_sz - sizeof(MPIHeader_t) -
in mptctl_do_fw_download()
875
if (numfrags >
maxfrags
) {
in mptctl_do_fw_download()
Completed in 15 milliseconds