roundtrip_time     97 fs/cifs/transport.c 	unsigned long roundtrip_time;
roundtrip_time    116 fs/cifs/transport.c 	roundtrip_time = now - midEntry->when_alloc;
roundtrip_time    120 fs/cifs/transport.c 			server->slowest_cmd[smb_cmd] = roundtrip_time;
roundtrip_time    121 fs/cifs/transport.c 			server->fastest_cmd[smb_cmd] = roundtrip_time;
roundtrip_time    123 fs/cifs/transport.c 			if (server->slowest_cmd[smb_cmd] < roundtrip_time)
roundtrip_time    124 fs/cifs/transport.c 				server->slowest_cmd[smb_cmd] = roundtrip_time;
roundtrip_time    125 fs/cifs/transport.c 			else if (server->fastest_cmd[smb_cmd] > roundtrip_time)
roundtrip_time    126 fs/cifs/transport.c 				server->fastest_cmd[smb_cmd] = roundtrip_time;
roundtrip_time    129 fs/cifs/transport.c 		server->time_per_cmd[smb_cmd] += roundtrip_time;