Home
last modified time | relevance | path

Searched refs:in_flight (Results 1 – 8 of 8) sorted by relevance

/fs/cifs/
Dtransport.c520 int scredits, in_flight; in wait_for_free_credits() local
539 server->in_flight++; in wait_for_free_credits()
540 if (server->in_flight > server->max_in_flight) in wait_for_free_credits()
541 server->max_in_flight = server->in_flight; in wait_for_free_credits()
545 in_flight = server->in_flight; in wait_for_free_credits()
549 server->conn_id, server->hostname, scredits, -1, in_flight); in wait_for_free_credits()
568 in_flight = server->in_flight; in wait_for_free_credits()
573 num_credits, in_flight); in wait_for_free_credits()
601 server->in_flight > 2 * MAX_COMPOUND && in wait_for_free_credits()
615 in_flight = server->in_flight; in wait_for_free_credits()
[all …]
Dtrace.h894 int in_flight),
895 TP_ARGS(currmid, conn_id, hostname, credits, credits_to_add, in_flight),
902 __field(int, in_flight)
910 __entry->in_flight = in_flight;
919 __entry->in_flight)
929 int in_flight), \
930 TP_ARGS(currmid, conn_id, hostname, credits, credits_to_add, in_flight))
Dsmb2ops.c66 int scredits, in_flight; in smb2_add_credits() local
88 server->in_flight--; in smb2_add_credits()
89 if (server->in_flight == 0 && in smb2_add_credits()
97 else if (server->in_flight > 0 && server->oplock_credits == 0 && in smb2_add_credits()
105 in_flight = server->in_flight; in smb2_add_credits()
111 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits()
119 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits()
147 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits()
154 int scredits, in_flight; in smb2_set_credits() local
161 in_flight = server->in_flight; in smb2_set_credits()
[all …]
Dcifsglob.h602 unsigned int in_flight; /* number of requests on the wire to server */ member
721 in_flight(struct TCP_Server_Info *server) in in_flight() function
725 num = server->in_flight; in in_flight()
Dcifs_debug.c142 in_flight(server), in cifs_dump_channel()
372 server->sec_mode, in_flight(server)); in cifs_debug_data_proc_show()
Dconnect.c558 if (server->in_flight == 0 && val == 0) { in zero_credits()
930 int scredits, in_flight; in smb2_add_credits_from_hdr() local
942 in_flight = server->in_flight; in smb2_add_credits_from_hdr()
948 le16_to_cpu(shdr->CreditRequest), in_flight); in smb2_add_credits_from_hdr()
1440 tcp_ses->in_flight = 0; in cifs_get_tcp_session()
Dsmb1ops.c114 server->in_flight--; in cifs_add_credits()
/fs/fuse/
Dvirtio_fs.c50 long in_flight; member
89 struct fuse_req *req, bool in_flight);
139 fsvq->in_flight++; in inc_in_flight_req()
145 WARN_ON(fsvq->in_flight <= 0); in dec_in_flight_req()
146 fsvq->in_flight--; in dec_in_flight_req()
147 if (!fsvq->in_flight) in dec_in_flight_req()
176 WARN_ON(fsvq->in_flight < 0); in virtio_fs_drain_queue()
180 if (fsvq->in_flight) { in virtio_fs_drain_queue()
400 bool in_flight) in send_forget_request() argument
410 if (in_flight) in send_forget_request()
[all …]