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_queues
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-lib/test/
H
A
D
seq.c
23
int
max_queues
;
variable
51
max_queues
= snd_seq_system_info_get_ports(sysinfo);
in system_info()
57
printf(" Max queues : %i\n",
max_queues
);
in show_system_info()
69
max = queue < 0 ?
max_queues
: queue + 1;
in show_queue_status()
/third_party/ltp/testcases/kernel/syscalls/mq_open/
H
A
D
mq_open01.c
28
static int
max_queues
;
variable
164
SAFE_FILE_SCANF(PROC_MAX_QUEUES, "%d", &
max_queues
);
in set_max_queues()
174
SAFE_FILE_PRINTF(PROC_MAX_QUEUES, "%d",
max_queues
);
in restore_max_queues()
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_screen.h
169
uint32_t
max_queues
;
member
H
A
D
zink_screen.c
1405
screen->
max_queues
= props[i].queueCount;
in update_queue_props()
2011
qci.queueCount = screen->threaded && screen->
max_queues
> 1 ? 2 : 1;
in zink_create_logical_device()
Completed in 5 milliseconds