| /linux/drivers/md/ |
| H A D | dm-io-tracker.h | 19 sector_t in_flight; member 32 iot->in_flight = 0ul; in dm_iot_init() 42 if (!iot->in_flight) in dm_iot_idle_for() 54 if (!iot->in_flight) in dm_iot_idle_time() 64 iot->in_flight += len; in dm_iot_io_begin() 76 iot->in_flight -= len; in dm_iot_io_end() 77 if (!iot->in_flight) in dm_iot_io_end()
|
| H A D | dm-stats.c | 37 atomic_t in_flight[2]; member 192 return atomic_read(&shared->in_flight[READ]) + in dm_stat_in_flight() 193 atomic_read(&shared->in_flight[WRITE]); in dm_stat_in_flight() 235 atomic_read(&shared->in_flight[READ]), in dm_stats_cleanup() 236 atomic_read(&shared->in_flight[WRITE])); in dm_stats_cleanup() 348 atomic_set(&s->stat_shared[ni].in_flight[READ], 0); in dm_stats_create() 349 atomic_set(&s->stat_shared[ni].in_flight[WRITE], 0); in dm_stats_create() 551 in_flight_read = (unsigned int)atomic_read(&shared->in_flight[READ]); in dm_stat_round() 552 in_flight_write = (unsigned int)atomic_read(&shared->in_flight[WRITE]); in dm_stat_round() 598 atomic_inc(&shared->in_flight[idx]); in dm_stat_for_entry() [all …]
|
| H A D | dm-integrity.c | 328 atomic_t in_flight; member 345 atomic_t in_flight; member 890 BUG_ON(!atomic_read(&comp->in_flight)); in complete_journal_op() 891 if (likely(atomic_dec_and_test(&comp->in_flight))) in complete_journal_op() 913 atomic_add(roundup(pl_offset + n_bytes, PAGE_SIZE) >> PAGE_SHIFT, &comp->in_flight); in xor_journal() 996 atomic_add(2, &comp->in_flight); in crypt_journal() 1024 atomic_inc(&comp->in_flight); in crypt_journal() 1030 atomic_dec(&comp->in_flight); in crypt_journal() 1124 io_comp.in_flight = (atomic_t)ATOMIC_INIT(1); in write_journal() 1128 crypt_comp_1.in_flight = (atomic_t)ATOMIC_INIT(0); in write_journal() [all …]
|
| /linux/fs/smb/client/ |
| H A D | transport.c | 432 int scredits, in_flight; in wait_for_free_credits() local 451 server->in_flight++; in wait_for_free_credits() 452 if (server->in_flight > server->max_in_flight) in wait_for_free_credits() 453 server->max_in_flight = server->in_flight; in wait_for_free_credits() 457 in_flight = server->in_flight; in wait_for_free_credits() 461 server->conn_id, server->hostname, scredits, -1, in_flight); in wait_for_free_credits() 490 in_flight = server->in_flight; in wait_for_free_credits() 495 num_credits, in_flight); in wait_for_free_credits() 518 server->in_flight > 2 * MAX_COMPOUND && in wait_for_free_credits() 532 in_flight = server->in_flight; in wait_for_free_credits() [all …]
|
| H A D | cifsglob.h | 709 unsigned int in_flight; /* number of requests on the wire to server */ member 869 in_flight(struct TCP_Server_Info *server) in in_flight() function 874 num = server->in_flight; in in_flight()
|
| /linux/sound/usb/usx2y/ |
| H A D | us144mkii_midi.c | 325 bool in_flight = true; in tascam_midi_out_drain() local 327 while (in_flight) { in tascam_midi_out_drain() 328 in_flight = false; in tascam_midi_out_drain() 331 in_flight = true; in tascam_midi_out_drain() 335 if (in_flight) in tascam_midi_out_drain()
|
| /linux/drivers/usb/serial/ |
| H A D | sierra.c | 56 int in_flight; member 408 --intfdata->in_flight; in sierra_outdat_callback() 496 intfdata->in_flight++; in sierra_write() 936 if (intfdata->in_flight) { in sierra_suspend() 966 intfdata->in_flight++; in sierra_submit_delayed_urbs() 972 intfdata->in_flight--; in sierra_submit_delayed_urbs()
|
| H A D | usb-wwan.h | 38 int in_flight; member
|
| /linux/net/rxrpc/ |
| H A D | input_rack.c | 316 unsigned int in_flight = rxrpc_tx_in_flight(call); in rxrpc_tlp_send_probe() local 336 in_flight = rxrpc_tx_in_flight(call); in rxrpc_tlp_send_probe() 348 if (in_flight != 0) { in rxrpc_tlp_send_probe()
|
| H A D | input.c | 36 summary->in_flight = rxrpc_tx_in_flight(call); in rxrpc_congestion_management() 40 call->cong_ssthresh = umax(summary->in_flight / 2, 2); in rxrpc_congestion_management() 104 call->cong_ssthresh = umax(summary->in_flight / 2, 2); in rxrpc_congestion_management()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_bitmap.c | 970 if (atomic_dec_and_test(&ctx->in_flight)) { in drbd_bm_endio() 1022 if (atomic_dec_and_test(&ctx->in_flight)) { in bm_page_io_async() 1088 .in_flight = ATOMIC_INIT(1), in bm_rw() 1118 atomic_inc(&ctx->in_flight); in bm_rw() 1137 atomic_inc(&ctx->in_flight); in bm_rw() 1158 atomic_inc(&ctx->in_flight); in bm_rw() 1173 if (!atomic_dec_and_test(&ctx->in_flight)) in bm_rw() 1194 if (atomic_read(&ctx->in_flight)) in bm_rw()
|
| /linux/block/ |
| H A D | blk.h | 501 part_stat_local_inc(bdev, in_flight[rw]); in bdev_inc_in_flight() 503 part_stat_local_inc(bdev_whole(bdev), in_flight[rw]); in bdev_inc_in_flight() 511 part_stat_local_dec(bdev, in_flight[rw]); in bdev_dec_in_flight() 513 part_stat_local_dec(bdev_whole(bdev), in_flight[rw]); in bdev_dec_in_flight()
|
| H A D | genhd.c | 141 read += part_stat_local_read_cpu(part, in_flight[READ], cpu); in bdev_count_inflight_rw() 142 write += part_stat_local_read_cpu(part, in_flight[WRITE], cpu); in bdev_count_inflight_rw()
|
| /linux/include/linux/ |
| H A D | part_stat.h | 14 local_t in_flight[2]; member
|
| H A D | thunderbolt.h | 579 struct list_head in_flight; member
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | notify.c | 303 void *in_flight; member 480 pd->in_flight = NULL; in scmi_process_event_payload() 557 if (!pd->in_flight) { in scmi_events_dispatcher() 561 pd->in_flight = r_evt; in scmi_events_dispatcher() 563 r_evt = pd->in_flight; in scmi_events_dispatcher()
|
| /linux/Documentation/block/ |
| H A D | stat.rst | 37 in_flight requests number of I/Os currently in flight 84 in_flight chapter
|
| /linux/drivers/scsi/ |
| H A D | st.h | 99 atomic64_t in_flight; /* Number of I/Os in flight */ member
|
| /linux/drivers/misc/genwqe/ |
| H A D | card_ddcb.c | 1341 int i, rc = 0, in_flight; in genwqe_finish_queue() local 1359 in_flight = genwqe_ddcbs_in_flight(cd); in genwqe_finish_queue() 1361 if (in_flight == 0) in genwqe_finish_queue() 1366 i, waitmax, in_flight); in genwqe_finish_queue()
|
| /linux/drivers/usb/host/ |
| H A D | xen-hcd.c | 54 bool in_flight; member 722 if (!shadow->in_flight) { in xenhcd_gnttab_done() 726 shadow->in_flight = false; in xenhcd_gnttab_done() 811 info->shadow[id].in_flight = true; in xenhcd_do_request() 1492 info->shadow[i].in_flight = false; in xenhcd_create_hcd()
|
| /linux/net/tipc/ |
| H A D | group.c | 748 u16 remitted, in_flight; in tipc_group_proto_rcv() local 829 in_flight = m->advertised - remitted; in tipc_group_proto_rcv() 830 m->advertised = ADV_IDLE + in_flight; in tipc_group_proto_rcv()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-scsi_tape | 1 What: /sys/class/scsi_tape/*/stats/in_flight
|
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 2326 u32 in_flight, cwnd, halfcwnd; in tcp_cwnd_test() local 2328 in_flight = tcp_packets_in_flight(tp); in tcp_cwnd_test() 2330 if (in_flight >= cwnd) in tcp_cwnd_test() 2337 return min(halfcwnd, cwnd - in_flight); in tcp_cwnd_test() 2458 u32 send_win, cong_win, limit, in_flight, threshold; in tcp_tso_should_defer() local 2477 in_flight = tcp_packets_in_flight(tp); in tcp_tso_should_defer() 2480 BUG_ON(tcp_snd_cwnd(tp) <= in_flight); in tcp_tso_should_defer() 2484 /* From in_flight test above, we know that cwnd > in_flight. */ in tcp_tso_should_defer() 2485 cong_win = (tcp_snd_cwnd(tp) - in_flight) * t in tcp_tso_should_defer() [all...] |
| /linux/drivers/md/bcache/ |
| H A D | bcache.h | 345 struct semaphore in_flight; member
|
| /linux/include/trace/events/ |
| H A D | rxrpc.h | 1048 __field(u16, in_flight) 1061 __entry->in_flight = call->tx_top - call->tx_bottom; 1073 __entry->in_flight,
|