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:num_reqs
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
u_midi2.h
48
unsigned int
num_reqs
; /* number of requests */
member
H
A
D
f_midi2.c
43
unsigned int
num_reqs
; /* number of allocated requests */
member
389
index = find_first_bit(&usb_ep->free_reqs, usb_ep->
num_reqs
);
in get_empty_request()
390
if (index >= usb_ep->
num_reqs
)
in get_empty_request()
1114
if (!usb_ep->usb_ep || !usb_ep->
num_reqs
)
in f_midi2_drop_reqs()
1117
for (i = 0; i < usb_ep->
num_reqs
; i++) {
in f_midi2_drop_reqs()
1136
for (i = 0; i < midi2->info.
num_reqs
; i++) {
in f_midi2_alloc_ep_reqs()
1154
for (i = 0; i < midi2->info.
num_reqs
; i++) {
in f_midi2_free_ep_reqs()
1178
usb_ep->reqs = kcalloc(midi2->info.
num_reqs
, sizeof(*usb_ep->reqs),
in f_midi2_init_ep()
1182
for (i = 0; i < midi2->info.
num_reqs
; i++) {
in f_midi2_init_ep()
1186
usb_ep->
num_reqs
in f_midi2_init_ep()
[all...]
/kernel/linux/linux-6.6/include/net/mana/
H
A
D
hw_channel.h
123
u32
num_reqs
;
member
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
xprt.c
1629
if (xprt->
num_reqs
>= xprt->max_reqs)
in xprt_dynamic_alloc_slot()
1631
++xprt->
num_reqs
;
in xprt_dynamic_alloc_slot()
1639
--xprt->
num_reqs
;
in xprt_dynamic_alloc_slot()
1647
if (xprt->
num_reqs
> xprt->min_reqs) {
in xprt_dynamic_free_slot()
1648
--xprt->
num_reqs
;
in xprt_dynamic_free_slot()
1685
xprt->
num_reqs
);
in xprt_alloc_slot()
1740
xprt->
num_reqs
= num_prealloc;
in xprt_alloc()
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
xprt.c
1696
if (xprt->
num_reqs
>= xprt->max_reqs)
in xprt_dynamic_alloc_slot()
1698
++xprt->
num_reqs
;
in xprt_dynamic_alloc_slot()
1704
--xprt->
num_reqs
;
in xprt_dynamic_alloc_slot()
1712
if (xprt->
num_reqs
> xprt->min_reqs) {
in xprt_dynamic_free_slot()
1713
--xprt->
num_reqs
;
in xprt_dynamic_free_slot()
1750
xprt->
num_reqs
);
in xprt_alloc_slot()
1827
xprt->
num_reqs
= num_prealloc;
in xprt_alloc()
H
A
D
sysfs.c
155
xprt->min_reqs, xprt->
num_reqs
, xprt->binding.qlen,
in rpc_sysfs_xprt_info_show()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H
A
D
xprt.h
207
unsigned int
num_reqs
; /* total slots */
member
/kernel/linux/linux-6.6/include/linux/sunrpc/
H
A
D
xprt.h
230
unsigned int
num_reqs
; /* total slots */
member
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
file.c
1001
unsigned
num_reqs
;
member
1109
if (aio_req->
num_reqs
== 1) {
in ceph_aio_complete_req()
1313
aio_req->
num_reqs
++;
in ceph_direct_read_write()
1374
if (aio_req->
num_reqs
== 0) {
in ceph_direct_read_write()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
file.c
1180
unsigned
num_reqs
;
member
1281
if (aio_req->
num_reqs
== 1) {
in ceph_aio_complete_req()
1508
aio_req->
num_reqs
++;
in ceph_direct_read_write()
1570
if (aio_req->
num_reqs
== 0) {
in ceph_direct_read_write()
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/
H
A
D
hw_channel.c
428
dma_buf->
num_reqs
= q_depth;
in mana_hwc_alloc_dma_buf()
Completed in 19 milliseconds