Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Djournal_types.h157 x(max_in_flight) \
/linux/fs/smb/client/
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.h741 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()