Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dtransport.c504 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() local
1047 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()
H A Dcifs_debug.c675 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()
H A Dcifsglob.h742 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.c1781 tcp_ses->max_in_flight = 0; in cifs_get_tcp_session()