Home
last modified time | relevance | path

Searched refs:last_heartbeat (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/misc/sgi-xp/
Dxpc_sn2.c784 remote_vars->heartbeat, part->last_heartbeat, in xpc_get_remote_heartbeat_sn2()
788 if ((remote_vars->heartbeat == part->last_heartbeat && in xpc_get_remote_heartbeat_sn2()
794 part->last_heartbeat = remote_vars->heartbeat; in xpc_get_remote_heartbeat_sn2()
944 part->last_heartbeat = remote_vars->heartbeat - 1; in xpc_update_partition_info_sn2()
946 part->last_heartbeat); in xpc_update_partition_info_sn2()
Dxpc.h741 u64 last_heartbeat; /* HB at last read */ member
Dxpc_uv.c882 if (part_uv->cached_heartbeat.value == part->last_heartbeat && in xpc_get_remote_heartbeat_uv()
887 part->last_heartbeat = part_uv->cached_heartbeat.value; in xpc_get_remote_heartbeat_uv()
/linux-4.4.14/drivers/scsi/
Dhpsa.h238 u32 last_heartbeat; member
Dhpsa.c8129 if (h->last_heartbeat == heartbeat) { in detect_controller_lockup()
8135 h->last_heartbeat = heartbeat; in detect_controller_lockup()