Home
last modified time | relevance | path

Searched full:inflight (Results 1 – 25 of 145) sorted by relevance

123456

/linux/include/trace/events/
H A Dscmi.h39 bool poll, int inflight),
40 TP_ARGS(transfer_id, msg_id, protocol_id, seq, poll, inflight),
48 __field(int, inflight)
57 __entry->inflight = inflight;
60 TP_printk("pt=%02X msg_id=%02X seq=%04X transfer_id=%X poll=%u inflight=%d",
62 __entry->transfer_id, __entry->poll, __entry->inflight)
95 int status, int inflight),
96 TP_ARGS(transfer_id, msg_id, protocol_id, seq, status, inflight),
104 __field(int, inflight)
113 __entry->inflight = inflight;
[all …]
H A Dwbt.h127 * @inflight: tracked writes inflight
132 int step, unsigned int inflight),
134 TP_ARGS(bdi, status, step, inflight),
140 __field(unsigned int, inflight)
148 __entry->inflight = inflight;
151 TP_printk("%s: status=%u, step=%d, inflight=%u", __entry->name,
152 __entry->status, __entry->step, __entry->inflight)
H A Dpage_pool.h17 s32 inflight, u32 hold, u32 release),
19 TP_ARGS(pool, inflight, hold, release),
23 __field(s32, inflight)
31 __entry->inflight = inflight;
37 TP_printk("page_pool=%p inflight=%d hold=%u release=%u cnt=%llu",
38 __entry->pool, __entry->inflight, __entry->hold,
/linux/drivers/crypto/chelsio/
H A Dchcr_core.c56 if (atomic_read(&dev->inflight)) { in detach_work_fn()
59 pr_debug("Request Inflight Count %d\n", in detach_work_fn()
60 atomic_read(&dev->inflight)); in detach_work_fn()
65 atomic_read(&dev->inflight)); in detach_work_fn()
103 atomic_set(&dev->inflight, 0); in chcr_dev_add()
122 atomic_set(&dev->inflight, 0); in chcr_dev_init()
232 if (atomic_read(&dev->inflight) != 0) { in chcr_detach_device()
/linux/block/
H A Dgenhd.c129 unsigned int inflight[2], bool mq_driver) in bdev_count_inflight_rw()
136 blk_mq_in_driver_rw(part, inflight); in bdev_count_inflight_rw()
148 * causing the inflight number to be negative. in bdev_count_inflight_rw()
150 inflight[READ] = read > 0 ? read : 0; in bdev_count_inflight_rw()
151 inflight[WRITE] = write > 0 ? write : 0; in bdev_count_inflight_rw()
155 * bdev_count_inflight - get the number of inflight IOs for a block device.
159 * Inflight here means started IO accounting, from bdev_start_io_acct() for
165 unsigned int inflight[2] = {0}; in bdev_count_inflight() local
167 bdev_count_inflight_rw(part, inflight, false); in bdev_count_inflight()
169 return inflight[READ] + inflight[WRITE]; in bdev_count_inflight()
[all …]
H A Dblk-iolatency.c93 * inflight tracking. The number of cgroups which have iolat enabled is
276 atomic_dec(&rqw->inflight); in iolat_cleanup_cb()
305 atomic_inc(&rqw->inflight); in __blkcg_iolatency_throttle()
591 int inflight = 0; in blkcg_iolatency_done_bio() local
613 inflight = atomic_dec_return(&rqw->inflight); in blkcg_iolatency_done_bio()
614 WARN_ON_ONCE(inflight < 0); in blkcg_iolatency_done_bio()
H A Dblk-rq-qos.h24 atomic_t inflight; member
84 atomic_set(&rq_wait->inflight, 0); in rq_wait_init()
/linux/net/core/
H A Dpage_pool.c693 s32 inflight; in page_pool_inflight() local
695 inflight = _distance(hold_cnt, release_cnt); in page_pool_inflight()
698 trace_page_pool_release(pool, inflight, hold_cnt, release_cnt); in page_pool_inflight()
699 WARN(inflight < 0, "Negative(%d) inflight packet-pages", in page_pool_inflight()
700 inflight); in page_pool_inflight()
702 inflight = max(0, inflight); in page_pool_inflight()
705 return inflight; in page_pool_inflight()
756 /* Always account for inflight pages, even if we didn't in __page_pool_release_netmem_dma()
1209 int inflight; in page_pool_release() local
1212 inflight = page_pool_inflight(pool, true); in page_pool_release()
[all …]
H A Dpage_pool_user.c219 size_t inflight, refsz; in page_pool_nl_fill() local
240 inflight = page_pool_inflight(pool, false); in page_pool_nl_fill()
242 if (nla_put_uint(rsp, NETDEV_A_PAGE_POOL_INFLIGHT, inflight) || in page_pool_nl_fill()
244 inflight * refsz)) in page_pool_nl_fill()
/linux/net/unix/
H A Dgarbage.c134 /* If the receiver socket is not inflight, no cyclic in unix_update_graph()
214 struct unix_sock *inflight = unix_get_socket(fpl->fp[j++]); in unix_add_edges() local
217 if (!inflight) in unix_add_edges()
221 edge->predecessor = inflight; in unix_add_edges()
233 fpl->inflight = true; in unix_add_edges()
263 fpl->inflight = false; in unix_del_edges()
270 * inflight graph, and GC will not see it, so no lock needed. in unix_update_edges()
314 if (fpl->inflight) in unix_destroy_fpl()
349 /* The vertex's fd can be received by a non-inflight socket. */ in unix_vertex_dead()
353 /* The vertex's fd can be received by an inflight socket in in unix_vertex_dead()
/linux/tools/testing/selftests/net/af_unix/
H A Dscm_rights.c270 int inflight, int receiver) in __send_fd() argument
275 self->fd[inflight * 2], in __send_fd()
276 self->fd[inflight * 2], in __send_fd()
314 #define send_fd(inflight, receiver) \ argument
315 __send_fd(_metadata, self, variant, inflight, receiver)
/linux/drivers/infiniband/ulp/rtrs/
H A DREADME100 corresponding path is disconnected, all the inflight IO are failed over to a
131 inflight IO and for the error code.
149 inflight IO and for the error code. The new rkey is sent back using
171 outstanding inflight IO and the error code.
192 outstanding inflight IO and the error code. The new rkey is sent back using
H A Drtrs-clt-stats.c102 atomic_read(&stats->inflight), sum.failover_cnt); in rtrs_clt_stats_rdma_to_str()
158 atomic_set(&s->inflight, 0); in rtrs_clt_reset_all_stats()
182 atomic_inc(&stats->inflight); in rtrs_clt_update_all_stats()
/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereonex/
H A Dinstruction.json105 …scription": "Prefetch response received but was dropped since we don't support inflight upgrades.",
108 …escription": "Prefetch response received but was dropped since we don't support inflight upgrades."
/linux/drivers/gpu/drm/i915/
H A Di915_scheduler_types.h118 * @requests: list of requests inflight on this schedule engine
144 * However, since the we may have recorded the priority of an inflight
183 * @bump_inflight_request_prio: update priority of an inflight request
/linux/drivers/crypto/cavium/cpt/
H A Dcpt_hw_types.h239 * when quiescent (see CPT()_VQ()_INPROG[INFLIGHT]).
430 * inflight:8 [7:0](RO/H) Inflight count. Counts the number of instructions
436 * 2. [INFLIGHT] is polled until equals to zero.
443 u64 inflight:8; member
445 u64 inflight:8;
634 * clearing [ENA]) only when quiescent (see CPT()_VQ()_INPROG[INFLIGHT]).
639 * See also CPT()_PF_Q()_CTL[CONT_ERR] and CPT()_VQ()_INPROG[INFLIGHT].
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.c424 unsigned long count, ready, inflight; in intel_gt_show_timelines() local
441 inflight = 0; in intel_gt_show_timelines()
450 inflight++; in intel_gt_show_timelines()
454 drm_printf(m, "count: %lu, ready: %lu, inflight: %lu", in intel_gt_show_timelines()
455 count, ready, inflight); in intel_gt_show_timelines()
/linux/io_uring/
H A Dtctx.c66 percpu_counter_destroy(&tctx->inflight); in __io_uring_free()
87 ret = percpu_counter_init(&tctx->inflight, 0, GFP_KERNEL); in io_uring_alloc_task_context()
96 percpu_counter_destroy(&tctx->inflight); in io_uring_alloc_task_context()
182 percpu_counter_destroy(&tctx->inflight); in __io_uring_add_tctx_node()
/linux/Documentation/devicetree/bindings/net/dsa/
H A Dbrcm,sf2.yaml74 brcm,acb-packets-inflight:
156 brcm,acb-packets-inflight;
/linux/tools/testing/selftests/net/
H A Dnl_netdev.py211 refs = sum([pp["inflight"] for pp in pp_list])
223 refs = sum([pp["inflight"] for pp in pp_list if pp.get("ifindex") == nsim.ifindex])
230 refs = sum([pp["inflight"] for pp in pp_list])
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cpt_hw_types.h377 * when quiescent (see CPT()_VQ()_INPROG[INFLIGHT]).
568 * inflight:8 [7:0](RO/H) Inflight count. Counts the number of instructions
574 * 2. [INFLIGHT] is polled until equals to zero.
581 u64 inflight:8; member
583 u64 inflight:8;
772 * clearing [ENA]) only when quiescent (see CPT()_VQ()_INPROG[INFLIGHT]).
777 * See also CPT()_PF_Q()_CTL[CONT_ERR] and CPT()_VQ()_INPROG[INFLIGHT].
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-zii-rdu2.dts3 * Copyright (C) 2016-2017 Zodiac Inflight Innovations
H A Dimx6qp-zii-rdu2.dts3 * Copyright (C) 2016-2017 Zodiac Inflight Innovations
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_perfmon.h4 * Copyright (C) 2017 Zodiac Inflight Innovations
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_hw_types.h357 * When the queue is not execution-quiescent (see CPT_LF_INPROG[EENA,INFLIGHT]),
409 u64 inflight:9; member
465 * when the queue is execution-quiescent (see CPT_LF_INPROG[INFLIGHT]).

123456