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:cycle_found
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-ring.c
440
bool
cycle_found
= false;
in cdnsp_find_new_dequeue_state()
local
464
if (!
cycle_found
&& cdnsp_trb_virt_to_dma(new_seg, new_deq)
in cdnsp_find_new_dequeue_state()
466
cycle_found
= true;
in cdnsp_find_new_dequeue_state()
475
if (
cycle_found
&& cdnsp_trb_is_link(new_deq) &&
in cdnsp_find_new_dequeue_state()
490
} while (!
cycle_found
|| !td_last_trb_found);
in cdnsp_find_new_dequeue_state()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-ring.c
578
bool
cycle_found
= false;
in xhci_find_new_dequeue_state()
local
644
if (!
cycle_found
&& xhci_trb_virt_to_dma(new_seg, new_deq)
in xhci_find_new_dequeue_state()
646
cycle_found
= true;
in xhci_find_new_dequeue_state()
653
if (
cycle_found
&& trb_is_link(new_deq) &&
in xhci_find_new_dequeue_state()
667
} while (!
cycle_found
|| !td_last_trb_found);
in xhci_find_new_dequeue_state()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-ring.c
633
bool
cycle_found
= false;
in xhci_move_dequeue_past_td()
local
677
if (!
cycle_found
&& xhci_trb_virt_to_dma(new_seg, new_deq)
in xhci_move_dequeue_past_td()
679
cycle_found
= true;
in xhci_move_dequeue_past_td()
686
if (
cycle_found
&& trb_is_link(new_deq) &&
in xhci_move_dequeue_past_td()
698
} while (!
cycle_found
|| !td_last_trb_found);
in xhci_move_dequeue_past_td()
Completed in 14 milliseconds