Home
last modified time | relevance | path

Searched refs:scredits (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Dtransport.c494 int scredits, in_flight; in wait_for_free_credits() local
518 scredits = *credits; in wait_for_free_credits()
523 server->conn_id, server->hostname, scredits, -1, in_flight); in wait_for_free_credits()
525 __func__, 1, scredits); in wait_for_free_credits()
542 scredits = *credits; in wait_for_free_credits()
551 scredits = *credits; in wait_for_free_credits()
556 server->conn_id, server->hostname, scredits, in wait_for_free_credits()
593 scredits = *credits; in wait_for_free_credits()
600 scredits, num_credits, in_flight); in wait_for_free_credits()
624 scredits in wait_for_free_credits()
652 int scredits, in_flight; wait_for_compound_request() local
[all...]
H A Dsmb2ops.c71 int scredits, in_flight; in smb2_add_credits() local
117 scredits = *val; in smb2_add_credits()
124 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits()
132 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits()
134 optype, scredits, add); in smb2_add_credits()
164 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits()
165 cifs_dbg(FYI, "%s: added %u credits total=%d\n", __func__, add, scredits); in smb2_add_credits()
171 int scredits, in_flight; in smb2_set_credits() local
186 scredits = server->credits; in smb2_set_credits()
191 server->conn_id, server->hostname, scredits, va in smb2_set_credits()
223 unsigned int scredits, in_flight; smb2_wait_mtu_credits() local
289 int scredits, in_flight; smb2_adjust_credits() local
2364 int scredits, in_flight; smb2_is_status_pending() local
[all...]
H A Dconnect.c1113 int scredits, in_flight; in smb2_add_credits_from_hdr() local
1124 scredits = server->credits; in smb2_add_credits_from_hdr()
1130 server->conn_id, server->hostname, scredits, in smb2_add_credits_from_hdr()
1134 scredits); in smb2_add_credits_from_hdr()
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2ops.c167 unsigned int scredits; in smb2_wait_mtu_credits() local
186 scredits = server->credits; in smb2_wait_mtu_credits()
188 if (scredits <= 8) { in smb2_wait_mtu_credits()
196 scredits -= 8; in smb2_wait_mtu_credits()
198 scredits * SMB2_MAX_BUFFER_SIZE); in smb2_wait_mtu_credits()

Completed in 15 milliseconds