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_QUEUE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/
H
A
D
card.h
10
#define
MAX_QUEUE
18 /* try not to exceed this queue length, in ms */
macro
H
A
D
endpoint.c
756
* ALSA buffer, subject to the MAX_URBS and
MAX_QUEUE
limits.
in check_ep_params()
782
MAX_QUEUE
* packs_per_ms / urb_packs);
in check_ep_params()
926
* ALSA buffer, subject to the MAX_URBS and
MAX_QUEUE
limits.
in data_ep_set_params()
952
MAX_QUEUE
* packs_per_ms / urb_packs);
in data_ep_set_params()
/kernel/linux/linux-6.6/sound/usb/
H
A
D
card.h
10
#define
MAX_QUEUE
18 /* try not to exceed this queue length, in ms */
macro
H
A
D
endpoint.c
1203
* ALSA buffer, subject to the MAX_URBS and
MAX_QUEUE
limits.
in data_ep_set_params()
1229
MAX_QUEUE
* packs_per_ms / urb_packs);
in data_ep_set_params()
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
1503
if (qidx >=
MAX_QUEUE
*2) qidx = 0;
1596
if ((i = i+2) >=
MAX_QUEUE
*2)
1712
for (i = 0; i <
MAX_QUEUE
*2; i += 2) {
1716
np->squeue[
MAX_QUEUE
*2-1] = cpu_to_scr(phys);
1727
for (i = 0; i <
MAX_QUEUE
*2; i += 2) {
1731
np->dqueue[
MAX_QUEUE
*2-1] = cpu_to_scr(phys);
2973
assert((i >= 0) && (i < 2*
MAX_QUEUE
));
3001
if ((j += 2) >=
MAX_QUEUE
*2) j = 0;
3003
if ((i += 2) >=
MAX_QUEUE
*2) i = 0;
5626
np->squeue = sym_calloc_dma(sizeof(u32)*(
MAX_QUEUE
*
[all...]
H
A
D
sym_hipd.h
178
#define
MAX_QUEUE
SYM_CONF_MAX_QUEUE
macro
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
1503
if (qidx >=
MAX_QUEUE
*2) qidx = 0;
1596
if ((i = i+2) >=
MAX_QUEUE
*2)
1712
for (i = 0; i <
MAX_QUEUE
*2; i += 2) {
1716
np->squeue[
MAX_QUEUE
*2-1] = cpu_to_scr(phys);
1727
for (i = 0; i <
MAX_QUEUE
*2; i += 2) {
1731
np->dqueue[
MAX_QUEUE
*2-1] = cpu_to_scr(phys);
2973
assert((i >= 0) && (i < 2*
MAX_QUEUE
));
3001
if ((j += 2) >=
MAX_QUEUE
*2) j = 0;
3003
if ((i += 2) >=
MAX_QUEUE
*2) i = 0;
5625
np->squeue = sym_calloc_dma(sizeof(u32)*(
MAX_QUEUE
*
[all...]
H
A
D
sym_hipd.h
178
#define
MAX_QUEUE
SYM_CONF_MAX_QUEUE
macro
/kernel/linux/linux-5.10/drivers/net/wireless/
H
A
D
mac80211_hwsim.c
42
#define
MAX_QUEUE
200
macro
1212
/* If the queue contains
MAX_QUEUE
skb's drop some */
in mac80211_hwsim_tx_frame_nl()
1213
if (skb_queue_len(&data->pending) >=
MAX_QUEUE
) {
in mac80211_hwsim_tx_frame_nl()
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H
A
D
mac80211_hwsim.c
42
#define
MAX_QUEUE
200
macro
1500
/* If the queue contains
MAX_QUEUE
skb's drop some */
in mac80211_hwsim_tx_frame_nl()
1501
if (skb_queue_len(&data->pending) >=
MAX_QUEUE
) {
in mac80211_hwsim_tx_frame_nl()
Completed in 32 milliseconds