Searched refs:scredits (Results 1 – 3 of 3) sorted by relevance
/fs/cifs/ |
D | transport.c | 520 int scredits, in_flight; in wait_for_free_credits() local 544 scredits = *credits; in wait_for_free_credits() 549 server->conn_id, server->hostname, scredits, -1, in_flight); in wait_for_free_credits() 551 __func__, 1, scredits); in wait_for_free_credits() 558 scredits = *credits; in wait_for_free_credits() 567 scredits = *credits; in wait_for_free_credits() 572 server->conn_id, server->hostname, scredits, in wait_for_free_credits() 614 scredits = *credits; in wait_for_free_credits() 621 scredits, num_credits, in_flight); in wait_for_free_credits() 645 scredits = *credits; in wait_for_free_credits() [all …]
|
D | smb2ops.c | 66 int scredits, in_flight; in smb2_add_credits() local 105 scredits = *val; in smb2_add_credits() 112 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits() 120 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits() 122 optype, scredits, add); in smb2_add_credits() 148 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits() 149 cifs_dbg(FYI, "%s: added %u credits total=%d\n", __func__, add, scredits); in smb2_add_credits() 155 int scredits, in_flight; in smb2_set_credits() local 161 scredits = server->credits; in smb2_set_credits() 166 server->conn_id, server->hostname, scredits, val, in_flight); in smb2_set_credits() [all …]
|
D | connect.c | 930 int scredits, in_flight; in smb2_add_credits_from_hdr() local 941 scredits = server->credits; in smb2_add_credits_from_hdr() 947 server->conn_id, server->hostname, scredits, in smb2_add_credits_from_hdr() 951 scredits); in smb2_add_credits_from_hdr()
|