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:nr_of_buckets
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-ctrls-request.c
206
ret = v4l2_ctrl_handler_init(new_hdl, (hdl->
nr_of_buckets
- 1) * 8);
in v4l2_ctrls_find_req_obj()
348
ret = v4l2_ctrl_handler_init(hdl, (main_hdl->
nr_of_buckets
- 1) * 8);
in v4l2_ctrl_request_complete()
H
A
D
v4l2-ctrls-core.c
1541
hdl->
nr_of_buckets
= 1 + nr_of_controls_hint / 8;
in v4l2_ctrl_handler_init_class()
1542
hdl->buckets = kvcalloc(hdl->
nr_of_buckets
, sizeof(hdl->buckets[0]),
in v4l2_ctrl_handler_init_class()
1625
bucket = id % hdl->
nr_of_buckets
;
in find_ref()
1673
int bucket = id % hdl->
nr_of_buckets
; /* which bucket to use */
in handler_new_ref()
/kernel/linux/linux-5.10/include/media/
H
A
D
v4l2-ctrls.h
349
* @
nr_of_buckets
: Total number of buckets in the array.
372
u16
nr_of_buckets
;
member
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-ctrls.h
382
* @
nr_of_buckets
: Total number of buckets in the array.
405
u16
nr_of_buckets
;
member
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-ctrls.c
2339
hdl->
nr_of_buckets
= 1 + nr_of_controls_hint / 8;
in v4l2_ctrl_handler_init_class()
2340
hdl->buckets = kvmalloc_array(hdl->
nr_of_buckets
,
in v4l2_ctrl_handler_init_class()
2435
bucket = id % hdl->
nr_of_buckets
;
in find_ref()
2484
int bucket = id % hdl->
nr_of_buckets
; /* which bucket to use */
in handler_new_ref()
3778
ret = v4l2_ctrl_handler_init(new_hdl, (hdl->
nr_of_buckets
- 1) * 8);
in v4l2_ctrls_find_req_obj()
Completed in 13 milliseconds