Home
last modified time | relevance | path

Searched refs:cm_timestamp (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/aacraid/
H A Daacraid_cam.c400 cm->cm_timestamp = time_uptime; in aac_container_rw_command()
636 cm->cm_timestamp = time_uptime; in aac_container_special_command()
941 cm->cm_timestamp = time_uptime; in aac_passthrough_command()
1285 cm->cm_timestamp = time_uptime; in aac_cam_reset_bus()
H A Daacraid_var.h201 time_t cm_timestamp; /* command creation time */ member
H A Daacraid.c372 cm->cm_timestamp = time_uptime; in aac_daemon()
457 cm->cm_timestamp = time_uptime; in aac_get_container_info()
2176 if (cm->cm_timestamp < deadline) { in aac_timeout()
2179 cm, (int)(time_uptime-cm->cm_timestamp)); in aac_timeout()
2821 cm->cm_timestamp = time_uptime; in aac_ioctl_sendfib()
/freebsd/sys/dev/mfi/
H A Dmfi.c2479 cm->cm_timestamp = time_uptime; in mfi_std_send_frame()
3711 if (cm->cm_timestamp <= deadline) { in mfi_dump_all()
3714 cm, (int)(time_uptime - cm->cm_timestamp)); in mfi_dump_all()
3751 if (cm->cm_timestamp <= deadline) { in mfi_timeout()
3753 cm->cm_timestamp = time_uptime; in mfi_timeout()
3757 cm, (int)(time_uptime - cm->cm_timestamp) in mfi_timeout()
H A Dmfivar.h86 time_t cm_timestamp; member
H A Dmfi_tbolt.c421 cm->cm_timestamp = time_uptime; in mfi_tbolt_init_MFI_queue()
1092 cm->cm_timestamp = time_uptime; in mfi_tbolt_send_frame()
/freebsd/sys/dev/aac/
H A Daacvar.h189 time_t cm_timestamp; /* command creation time */ member
H A Daac.c1146 cm, (int)(time_uptime-cm->cm_timestamp)); in aac_complete()
1213 cm->cm_timestamp = time_uptime; in aac_bio_command()
2349 if ((cm->cm_timestamp < deadline) in aac_timeout()
2355 (int)(time_uptime-cm->cm_timestamp)); in aac_timeout()
3009 cm->cm_timestamp = time_uptime; in aac_ioctl_sendfib()
H A Daac_cam.c500 cm->cm_timestamp = time_uptime; in aac_cam_action()