Home
last modified time | relevance | path

Searched refs:MAX_COMPOUND (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dtransport.c467 struct smb_rqst cur_rqst[MAX_COMPOUND]; in smb_send_rqst()
473 if (num_rqst > MAX_COMPOUND - 1) in smb_send_rqst()
582 * For normal commands, reserve the last MAX_COMPOUND in wait_for_free_credits()
588 * there are >MAX_COMPOUND credits available. in wait_for_free_credits()
595 server->in_flight > 2 * MAX_COMPOUND && in wait_for_free_credits()
596 *credits <= MAX_COMPOUND) { in wait_for_free_credits()
602 MAX_COMPOUND + 1), in wait_for_free_credits()
1036 struct mid_q_entry *midQ[MAX_COMPOUND]; in compound_send_recv()
1037 bool cancelled_mid[MAX_COMPOUND] = {false}; in compound_send_recv()
1038 struct cifs_credits credits[MAX_COMPOUND] in compound_send_recv()
[all...]
H A Dcifsglob.h90 #define MAX_COMPOUND 5 macro
H A Dconnect.c1077 struct mid_q_entry *mids[MAX_COMPOUND]; in cifs_demultiplex_thread()
1078 char *bufs[MAX_COMPOUND]; in cifs_demultiplex_thread()
H A Dsmb2ops.c4942 if (*num_mids >= MAX_COMPOUND) { in receive_encrypted_standard()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dtransport.c422 struct smb_rqst rqst[MAX_COMPOUND];
438 if (WARN_ON_ONCE(num_rqst > MAX_COMPOUND - 1)) in smb_send_rqst()
567 * For normal commands, reserve the last MAX_COMPOUND in wait_for_free_credits()
573 * there are >MAX_COMPOUND credits available. in wait_for_free_credits()
580 server->in_flight > 2 * MAX_COMPOUND && in wait_for_free_credits()
581 *credits <= MAX_COMPOUND) { in wait_for_free_credits()
588 MAX_COMPOUND + 1), in wait_for_free_credits()
1072 struct mid_q_entry *midQ[MAX_COMPOUND]; in compound_send_recv()
1073 bool cancelled_mid[MAX_COMPOUND] = {false}; in compound_send_recv()
1074 struct cifs_credits credits[MAX_COMPOUND] in compound_send_recv()
[all...]
H A Dconnect.c1148 struct mid_q_entry *mids[MAX_COMPOUND]; in cifs_demultiplex_thread()
1149 char *bufs[MAX_COMPOUND]; in cifs_demultiplex_thread()
H A Dcifsglob.h85 #define MAX_COMPOUND 7 macro
H A Dsmb2ops.c5011 if (*num_mids >= MAX_COMPOUND) { in receive_encrypted_standard()

Completed in 35 milliseconds