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:XS_LOCAL
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H
A
D
xenbus_probe.c
746
* For
XS_LOCAL
, spawn a thread which will wait for xenstored
in xenbus_probe_initcall()
751
if (xen_store_domain_type ==
XS_LOCAL
) {
in xenbus_probe_initcall()
863
xen_store_domain_type =
XS_LOCAL
;
in xenbus_init()
865
xen_store_domain_type =
XS_LOCAL
;
in xenbus_init()
870
case
XS_LOCAL
:
in xenbus_init()
935
if ((xen_store_domain_type !=
XS_LOCAL
) &&
in xenbus_init()
H
A
D
xenbus.h
58
XS_LOCAL
,
enumerator
H
A
D
xenbus_probe_frontend.c
107
if (xen_store_domain_type ==
XS_LOCAL
) {
in xenbus_frontend_dev_resume()
120
if (xen_store_domain_type ==
XS_LOCAL
) {
in xenbus_frontend_dev_probe()
H
A
D
xenbus_xs.c
171
case
XS_LOCAL
:
in xenbus_ok()
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H
A
D
xenbus_probe.c
829
* For
XS_LOCAL
or when xen_store_interface is not ready, spawn a
in xenbus_probe_initcall()
834
if (xen_store_domain_type ==
XS_LOCAL
|| xen_store_interface == NULL) {
in xenbus_probe_initcall()
961
xen_store_domain_type =
XS_LOCAL
;
in xenbus_init()
963
xen_store_domain_type =
XS_LOCAL
;
in xenbus_init()
968
case
XS_LOCAL
:
in xenbus_init()
1052
if ((xen_store_domain_type !=
XS_LOCAL
) &&
in xenbus_init()
H
A
D
xenbus.h
58
XS_LOCAL
,
enumerator
H
A
D
xenbus_probe_frontend.c
107
if (xen_store_domain_type ==
XS_LOCAL
) {
in xenbus_frontend_dev_resume()
120
if (xen_store_domain_type ==
XS_LOCAL
) {
in xenbus_frontend_dev_probe()
H
A
D
xenbus_xs.c
171
case
XS_LOCAL
:
in xenbus_ok()
Completed in 8 milliseconds