Searched refs:max_in_flight (Results 1 – 5 of 5) sorted by relevance
448 if (server->in_flight > server->max_in_flight) in wait_for_free_credits()449 server->max_in_flight = server->in_flight; in wait_for_free_credits()554 if (server->in_flight > server->max_in_flight) in wait_for_free_credits()555 server->max_in_flight = server->in_flight; in wait_for_free_credits()811 unsigned int min_in_flight = UINT_MAX, max_in_flight = 0; in cifs_pick_channel() local841 if (server->in_flight > max_in_flight) in cifs_pick_channel()842 max_in_flight = server->in_flight; in cifs_pick_channel()846 if (min_in_flight == max_in_flight) in cifs_pick_channel()
727 server->max_in_flight = 0; in cifs_stats_proc_write() 797 seq_printf(m, "\nMax requests in flight: %d", server->max_in_flight); in cifs_stats_proc_show()
746 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()
1799 tcp_ses->max_in_flight = 0; in cifs_get_tcp_session()