Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dtransport.c516 if (server->in_flight > server->max_in_flight) in wait_for_free_credits()
517 server->max_in_flight = server->in_flight; in wait_for_free_credits()
622 if (server->in_flight > server->max_in_flight) in wait_for_free_credits()
623 server->max_in_flight = server->in_flight; in wait_for_free_credits()
1025 unsigned int min_in_flight = UINT_MAX, max_in_flight = 0; in cifs_pick_channel() local
1050 if (server->in_flight > max_in_flight) in cifs_pick_channel()
1051 max_in_flight = server->in_flight; in cifs_pick_channel()
1055 if (min_in_flight == max_in_flight) { in cifs_pick_channel()
Dcifs_debug.c615 server->max_in_flight = 0; in cifs_stats_proc_write()
682 seq_printf(m, "\nMax requests in flight: %d", server->max_in_flight); in cifs_stats_proc_show()
Dcifsglob.h656 unsigned int max_in_flight; /* max number of requests that were on wire */ member
Dsmb2ops.c266 if (server->in_flight > server->max_in_flight) in smb2_wait_mtu_credits()
267 server->max_in_flight = server->in_flight; in smb2_wait_mtu_credits()
Dconnect.c1671 tcp_ses->max_in_flight = 0; in cifs_get_tcp_session()