Home
last modified time | relevance | path

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

/linux/drivers/misc/sgi-xp/
H A Dxpc_uv.c33 static struct xpc_heartbeat_uv *xpc_heartbeat_uv; variable
733 xpc_heartbeat_uv = in xpc_setup_rsvd_page_uv()
735 rp->sn.uv.heartbeat_gpa = uv_gpa(xpc_heartbeat_uv); in xpc_setup_rsvd_page_uv()
759 xpc_heartbeat_uv->value++; in xpc_increment_heartbeat_uv()
766 xpc_heartbeat_uv->offline = 1; in xpc_offline_heartbeat_uv()
773 xpc_heartbeat_uv->offline = 0; in xpc_online_heartbeat_uv()
779 xpc_heartbeat_uv->value = 1; in xpc_heartbeat_init_uv()
780 xpc_heartbeat_uv->offline = 0; in xpc_heartbeat_init_uv()
797 sizeof(struct xpc_heartbeat_uv)); in xpc_get_remote_heartbeat_uv()
H A Dxpc.h117 struct xpc_heartbeat_uv { struct
448 struct xpc_heartbeat_uv cached_heartbeat; /* cached copy of */