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:control_buf
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
lwt_reroute.c
81
char
control_buf
[CMSG_SPACE(sizeof(uint64_t))];
in overflow_fq()
local
95
.msg_control =
control_buf
,
in overflow_fq()
96
.msg_controllen = sizeof(
control_buf
),
in overflow_fq()
119
memset(
control_buf
, 0, sizeof(
control_buf
));
in overflow_fq()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_uvc.c
731
uvc->
control_buf
= kmalloc(UVC_MAX_REQUEST_SIZE, GFP_KERNEL);
in uvc_function_bind()
732
if (uvc->control_req == NULL || uvc->
control_buf
== NULL) {
in uvc_function_bind()
737
uvc->control_req->buf = uvc->
control_buf
;
in uvc_function_bind()
765
kfree(uvc->
control_buf
);
in uvc_function_bind()
924
kfree(uvc->
control_buf
);
in uvc_function_unbind()
H
A
D
uvc.h
136
void *
control_buf
;
member
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
uvc.h
152
void *
control_buf
;
member
H
A
D
f_uvc.c
816
uvc->
control_buf
= kmalloc(UVC_MAX_REQUEST_SIZE, GFP_KERNEL);
in uvc_function_bind()
817
if (uvc->control_req == NULL || uvc->
control_buf
== NULL) {
in uvc_function_bind()
822
uvc->control_req->buf = uvc->
control_buf
;
in uvc_function_bind()
850
kfree(uvc->
control_buf
);
in uvc_function_bind()
1018
kfree(uvc->
control_buf
);
in uvc_function_unbind()
/kernel/linux/linux-5.10/drivers/net/
H
A
D
virtio_net.c
171
struct
control_buf
{
struct
235
struct
control_buf
*ctrl;
/kernel/linux/linux-6.6/drivers/net/
H
A
D
virtio_net.c
223
struct
control_buf
{
struct
302
struct
control_buf
*ctrl;
Completed in 14 milliseconds