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:maxd
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
blk-rq-qos.c
148
unsigned int
maxd
= 3 * rqd->queue_depth / 4;
in rq_depth_calc_max_depth()
local
151
if (depth >
maxd
) {
in rq_depth_calc_max_depth()
152
depth =
maxd
;
in rq_depth_calc_max_depth()
/kernel/linux/linux-6.6/block/
H
A
D
blk-rq-qos.c
142
unsigned int
maxd
= 3 * rqd->queue_depth / 4;
in rq_depth_calc_max_depth()
local
145
if (depth >
maxd
) {
in rq_depth_calc_max_depth()
146
depth =
maxd
;
in rq_depth_calc_max_depth()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
uvc_v4l2.c
141
unsigned int d,
maxd
;
in find_closest_frame_by_size()
local
147
maxd
= (unsigned int)-1;
in find_closest_frame_by_size()
161
if (d <
maxd
) {
in find_closest_frame_by_size()
162
maxd
= d;
in find_closest_frame_by_size()
166
if (
maxd
== 0)
in find_closest_frame_by_size()
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H
A
D
uvc_v4l2.c
157
unsigned int d,
maxd
;
in uvc_v4l2_try_format()
local
192
maxd
= (unsigned int)-1;
in uvc_v4l2_try_format()
200
if (d <
maxd
) {
in uvc_v4l2_try_format()
201
maxd
= d;
in uvc_v4l2_try_format()
205
if (
maxd
== 0)
in uvc_v4l2_try_format()
405
u32 interval,
maxd
;
in uvc_v4l2_set_streamparm()
local
433
maxd
= abs((s32)probe.dwFrameInterval - interval);
in uvc_v4l2_set_streamparm()
436
for (i = 0; i < format->nframes &&
maxd
!= 0; i++) {
in uvc_v4l2_set_streamparm()
448
if (d >=
maxd
)
in uvc_v4l2_set_streamparm()
454
maxd
in uvc_v4l2_set_streamparm()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H
A
D
uvc_v4l2.c
219
unsigned int d,
maxd
;
in uvc_v4l2_try_format()
local
256
maxd
= (unsigned int)-1;
in uvc_v4l2_try_format()
264
if (d <
maxd
) {
in uvc_v4l2_try_format()
265
maxd
= d;
in uvc_v4l2_try_format()
269
if (
maxd
== 0)
in uvc_v4l2_try_format()
471
u32 interval,
maxd
;
in uvc_v4l2_set_streamparm()
local
499
maxd
= abs((s32)probe.dwFrameInterval - interval);
in uvc_v4l2_set_streamparm()
502
for (i = 0; i < format->nframes &&
maxd
!= 0; i++) {
in uvc_v4l2_set_streamparm()
514
if (d >=
maxd
)
in uvc_v4l2_set_streamparm()
520
maxd
in uvc_v4l2_set_streamparm()
[all...]
Completed in 6 milliseconds