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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_uv.c50 static struct xpc_heartbeat_uv *xpc_heartbeat_uv; variable in typeref:struct:xpc_heartbeat_uv
812 xpc_heartbeat_uv =
814 rp->sn.uv.heartbeat_gpa = uv_gpa(xpc_heartbeat_uv);
838 xpc_heartbeat_uv->value++;
845 xpc_heartbeat_uv->offline = 1;
852 xpc_heartbeat_uv->offline = 0;
858 xpc_heartbeat_uv->value = 1;
859 xpc_heartbeat_uv->offline = 0;
876 sizeof(struct xpc_heartbeat_uv));
[all...]
H A Dxpc.h194 struct xpc_heartbeat_uv { struct
708 struct xpc_heartbeat_uv cached_heartbeat; /* cached copy of */

Completed in 801 milliseconds