Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dtransport.c448 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() local
841 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()
H A Dcifs_debug.c727 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()
H A Dcifsglob.h746 unsigned int max_in_flight; /* max number of requests that were on wire */ member
H A Dsmb2ops.c282 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()
H A Dconnect.c1799 tcp_ses->max_in_flight = 0; in cifs_get_tcp_session()