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:xpc_heartbeat_uv
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H
A
D
xpc_uv.c
55
static struct
xpc_heartbeat_uv
*
xpc_heartbeat_uv
;
variable
818
xpc_heartbeat_uv
=
in xpc_setup_rsvd_page_uv()
820
rp->sn.uv.heartbeat_gpa = uv_gpa(
xpc_heartbeat_uv
);
in xpc_setup_rsvd_page_uv()
844
xpc_heartbeat_uv
->value++;
in xpc_increment_heartbeat_uv()
851
xpc_heartbeat_uv
->offline = 1;
in xpc_offline_heartbeat_uv()
858
xpc_heartbeat_uv
->offline = 0;
in xpc_online_heartbeat_uv()
864
xpc_heartbeat_uv
->value = 1;
in xpc_heartbeat_init_uv()
865
xpc_heartbeat_uv
->offline = 0;
in xpc_heartbeat_init_uv()
882
sizeof(struct
xpc_heartbeat_uv
));
in xpc_get_remote_heartbeat_uv()
[all...]
H
A
D
xpc.h
117
struct
xpc_heartbeat_uv
{
struct
448
struct
xpc_heartbeat_uv
cached_heartbeat; /* cached copy of */
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H
A
D
xpc_uv.c
55
static struct
xpc_heartbeat_uv
*
xpc_heartbeat_uv
;
variable
818
xpc_heartbeat_uv
=
in xpc_setup_rsvd_page_uv()
820
rp->sn.uv.heartbeat_gpa = uv_gpa(
xpc_heartbeat_uv
);
in xpc_setup_rsvd_page_uv()
844
xpc_heartbeat_uv
->value++;
in xpc_increment_heartbeat_uv()
851
xpc_heartbeat_uv
->offline = 1;
in xpc_offline_heartbeat_uv()
858
xpc_heartbeat_uv
->offline = 0;
in xpc_online_heartbeat_uv()
864
xpc_heartbeat_uv
->value = 1;
in xpc_heartbeat_init_uv()
865
xpc_heartbeat_uv
->offline = 0;
in xpc_heartbeat_init_uv()
882
sizeof(struct
xpc_heartbeat_uv
));
in xpc_get_remote_heartbeat_uv()
[all...]
H
A
D
xpc.h
117
struct
xpc_heartbeat_uv
{
struct
448
struct
xpc_heartbeat_uv
cached_heartbeat; /* cached copy of */
Completed in 8 milliseconds