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_trbs_free
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-trace.h
469
__field(unsigned int,
num_trbs_free
)
480
__entry->
num_trbs_free
= ring->
num_trbs_free
;
491
__entry->
num_trbs_free
,
H
A
D
xhci-ring.c
174
ring->
num_trbs_free
++;
in inc_deq()
213
ring->
num_trbs_free
--;
in inc_enq()
264
if (ring->
num_trbs_free
< num_trbs)
in room_on_ring()
269
if (ring->
num_trbs_free
< num_trbs + num_trbs_in_deq_seg)
in room_on_ring()
1182
num_trbs_free_temp = ep_ring->
num_trbs_free
;
in update_ring_for_set_deq_completion()
1198
ep_ring->
num_trbs_free
++;
in update_ring_for_set_deq_completion()
1215
ep_ring->
num_trbs_free
= num_trbs_free_temp;
in update_ring_for_set_deq_completion()
2101
ep_ring->
num_trbs_free
+= td->num_trbs - 1;
in finish_td()
2343
ep->ring->
num_trbs_free
+= td->num_trbs - 1;
in skip_isoc_td()
3121
num_trbs_needed = num_trbs - ep_ring->
num_trbs_free
;
in prepare_ring()
[all...]
H
A
D
xhci-dbgcap.c
236
ring->
num_trbs_free
--;
in xhci_dbc_queue_trb()
257
if (ring->
num_trbs_free
< num_trbs)
in xhci_dbc_queue_bulk_tx()
734
ring->
num_trbs_free
++;
in dbc_handle_xfer_event()
H
A
D
xhci-mem.c
145
ring->
num_trbs_free
+= (TRBS_PER_SEGMENT - 1) * num_segs;
in xhci_link_rings()
317
ring->
num_trbs_free
= ring->num_segs * (TRBS_PER_SEGMENT - 1) - 1;
in xhci_initialize_ring_info()
H
A
D
xhci.h
1625
unsigned int
num_trbs_free
;
member
H
A
D
xhci.c
896
ring->
num_trbs_free
= ring->num_segs * (TRBS_PER_SEGMENT - 1) - 1;
in xhci_clear_command_ring()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-trace.h
710
__field(unsigned int,
num_trbs_free
)
721
__entry->
num_trbs_free
= ring->
num_trbs_free
;
735
__entry->
num_trbs_free
,
H
A
D
cdnsp-ring.c
166
ring->
num_trbs_free
++;
in cdnsp_inc_deq()
198
ring->
num_trbs_free
--;
in cdnsp_inc_enq()
242
if (ring->
num_trbs_free
< num_trbs)
in cdnsp_room_on_ring()
248
if (ring->
num_trbs_free
< num_trbs + num_trbs_in_deq_seg)
in cdnsp_room_on_ring()
665
ep_ring->
num_trbs_free
++;
in cdnsp_cmd_set_deq()
1648
num_trbs_needed = num_trbs - ep_ring->
num_trbs_free
;
in cdnsp_prepare_ring()
H
A
D
cdnsp-mem.c
151
ring->
num_trbs_free
+= (TRBS_PER_SEGMENT - 1) * num_segs;
in cdnsp_link_rings()
318
ring->
num_trbs_free
= ring->num_segs * (TRBS_PER_SEGMENT - 1) - 1;
in cdnsp_initialize_ring_info()
H
A
D
cdnsp-gadget.h
1242
* @
num_trbs_free
: Number of free TRBs on the ring.
1263
unsigned int
num_trbs_free
;
member
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-dbgcap.c
236
ring->
num_trbs_free
--;
in xhci_dbc_queue_trb()
257
if (ring->
num_trbs_free
< num_trbs)
in xhci_dbc_queue_bulk_tx()
734
ring->
num_trbs_free
++;
in dbc_handle_xfer_event()
H
A
D
xhci.h
1637
unsigned int
num_trbs_free
; /* used only by xhci DbC */
member
H
A
D
xhci-mem.c
317
ring->
num_trbs_free
= ring->num_segs * (TRBS_PER_SEGMENT - 1) - 1;
in xhci_initialize_ring_info()
H
A
D
xhci.c
750
ring->
num_trbs_free
= ring->num_segs * (TRBS_PER_SEGMENT - 1) - 1;
in xhci_clear_command_ring()
Completed in 45 milliseconds