Home
last modified time | relevance | path

Searched refs:xpc_heartbeat_uv (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/misc/sgi-xp/
Dxpc_uv.c55 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()
Dxpc.h117 struct xpc_heartbeat_uv { struct
448 struct xpc_heartbeat_uv cached_heartbeat; /* cached copy of */