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:page_cache
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.c
324
qh_t->
page_cache
= sc->sc_hw.intr_start_pc + i;
in ehci_init()
388
sitd->
page_cache
= sc->sc_hw.isoc_fs_start_pc + i;
in ehci_init()
412
itd->
page_cache
= sc->sc_hw.isoc_hs_start_pc + i;
in ehci_init()
448
qh_t->
page_cache
= &sc->sc_hw.async_start_pc;
in ehci_init()
688
usb_pc_cpu_invalidate(sqtd->
page_cache
);
in ehci_dump_sqtd()
716
usb_pc_cpu_invalidate(qh->
page_cache
);
in ehci_dump_sqh()
746
usb_pc_cpu_invalidate(sitd->
page_cache
);
in ehci_dump_sitd()
772
usb_pc_cpu_invalidate(itd->
page_cache
);
in ehci_dump_itd()
877
usb_pc_cpu_flush(ehci_std->
page_cache
);
in _ehci_append_fs_td()
885
usb_pc_cpu_flush(last->
page_cache
);
in _ehci_append_fs_td()
[all...]
H
A
D
ehci.h
120
struct usb_page_cache *
page_cache
;
member
168
struct usb_page_cache *
page_cache
;
member
214
struct usb_page_cache *
page_cache
;
member
276
struct usb_page_cache *
page_cache
;
member
H
A
D
xhci.c
701
usb_pc_cpu_invalidate(td->
page_cache
);
in xhci_generic_done_sub()
812
usb_pc_cpu_invalidate(td->
page_cache
);
in xhci_activate_transfer()
817
usb_pc_cpu_flush(td->
page_cache
);
in xhci_activate_transfer()
834
usb_pc_cpu_invalidate(td->
page_cache
);
in xhci_skip_transfer()
837
usb_pc_cpu_invalidate(td_last->
page_cache
);
in xhci_skip_transfer()
843
usb_pc_cpu_flush(td->
page_cache
);
in xhci_skip_transfer()
846
usb_pc_cpu_flush(td->
page_cache
);
in xhci_skip_transfer()
942
usb_pc_cpu_invalidate(td->
page_cache
);
in xhci_check_transfer()
965
usb_pc_cpu_flush(td->
page_cache
);
in xhci_check_transfer()
1923
usb_pc_cpu_flush(td->
page_cache
);
in xhci_setup_generic_chain_sub()
[all...]
H
A
D
xhci.h
358
struct usb_page_cache *
page_cache
;
member
388
struct usb_page_cache *
page_cache
;
member
Completed in 8 milliseconds