Searched refs:max_in_flight (Results 1 – 5 of 5) sorted by relevance
504 if (server->in_flight > server->max_in_flight) in wait_for_free_credits()505 server->max_in_flight = server->in_flight; in wait_for_free_credits()610 if (server->in_flight > server->max_in_flight) in wait_for_free_credits()611 server->max_in_flight = server->in_flight; in wait_for_free_credits()1019 unsigned int min_in_flight = UINT_MAX, max_in_flight = 0; in cifs_pick_channel() local1047 if (server->in_flight > max_in_flight) in cifs_pick_channel()1048 max_in_flight = server->in_flight; in cifs_pick_channel()1052 if (min_in_flight == max_in_flight) { in cifs_pick_channel()
675 server->max_in_flight = 0; in cifs_stats_proc_write()745 seq_printf(m, "\nMax requests in flight: %d", server->max_in_flight); in cifs_stats_proc_show()
742 unsigned int max_in_flight; /* max number of requests that were on wire */ member
282 if (server->in_flight > server->max_in_flight) in smb2_wait_mtu_credits()283 server->max_in_flight = server->in_flight; in smb2_wait_mtu_credits()
1781 tcp_ses->max_in_flight = 0; in cifs_get_tcp_session()