Home
last modified time | relevance | path

Searched refs:stalled (Results 1 – 25 of 49) sorted by relevance

12

/Linux-v5.15/drivers/comedi/drivers/
Dcomedi_isadma.c65 int stalled = 0; in comedi_isadma_disable_on_sample() local
82 stalled++; in comedi_isadma_disable_on_sample()
83 if (stalled > 10) in comedi_isadma_disable_on_sample()
87 stalled = 0; in comedi_isadma_disable_on_sample()
/Linux-v5.15/drivers/block/drbd/
Ddrbd_proc.c96 int stalled = 0; in drbd_syncer_progress() local
144 stalled = 1; in drbd_syncer_progress()
187 seq_printf(seq, " K/sec%s\n", stalled ? " (stalled)" : ""); in drbd_syncer_progress()
/Linux-v5.15/drivers/usb/gadget/udc/aspeed-vhub/
Ddev.c78 if (ep && (ep->epn.stalled || ep->epn.wedged)) { in ast_vhub_dev_enable()
79 ep->epn.stalled = false; in ast_vhub_dev_enable()
150 ep->epn.stalled = is_set; in ast_vhub_ep_feature()
188 if (ep->epn.stalled) in ast_vhub_ep_status()
Depn.c501 if (ep->epn.stalled || ep->epn.wedged) in ast_vhub_update_epn_stall()
507 if (!ep->epn.stalled && !ep->epn.wedged) in ast_vhub_update_epn_stall()
535 ep->epn.stalled = halt; in ast_vhub_set_halt_and_wedge()
639 ep->epn.stalled = false; in ast_vhub_epn_enable()
/Linux-v5.15/drivers/net/xen-netback/
Drx.c497 return !queue->stalled && in xenvif_rx_queue_stalled()
510 return queue->stalled && prod - cons >= 1; in xenvif_rx_queue_ready()
575 queue->stalled = true; in xenvif_queue_carrier_off()
591 queue->stalled = false; in xenvif_queue_carrier_on()
/Linux-v5.15/drivers/spi/
Dspi-xilinx.c272 int stalled; in xilinx_spi_txrx_bufs() local
301 stalled = 10; in xilinx_spi_txrx_bufs()
303 if (rx_words == n_words && !(stalled--) && in xilinx_spi_txrx_bufs()
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-events5 /sys/devices/cpu/events/stalled-cycles-frontend
7 /sys/devices/cpu/events/stalled-cycles-backend
Dsysfs-bus-pci-drivers-xhci_hcd25 initialized, connected, configured and stalled.
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dintel_engine.h219 bool stalled) in __intel_engine_reset() argument
222 engine->reset.rewind(engine, stalled); in __intel_engine_reset()
Dmock_engine.c270 static void mock_reset_rewind(struct intel_engine_cs *engine, bool stalled) in mock_reset_rewind() argument
272 GEM_BUG_ON(stalled); in mock_reset_rewind()
/Linux-v5.15/arch/powerpc/perf/
Dpower8-pmu.c124 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_GCT_NOSLOT_CYC);
125 GENERIC_EVENT_ATTR(stalled-cycles-backend, PM_CMPLU_STALL);
Dpower7-pmu.c379 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_GCT_NOSLOT_CYC);
380 GENERIC_EVENT_ATTR(stalled-cycles-backend, PM_CMPLU_STALL);
Dpower9-pmu.c167 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_ICT_NOSLOT_CYC);
168 GENERIC_EVENT_ATTR(stalled-cycles-backend, PM_CMPLU_STALL);
Dgeneric-compat-pmu.c105 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_NO_INST_AVAIL);
/Linux-v5.15/Documentation/accounting/
Dpsi.rst50 tasks are stalled on a given resource.
53 tasks are stalled on a given resource simultaneously. In this state
57 situation from a state where some tasks are stalled but the CPU is
/Linux-v5.15/drivers/gpu/drm/i915/gt/uc/
Dintel_uc.h45 void intel_uc_reset(struct intel_uc *uc, bool stalled);
Dintel_uc.c586 void intel_uc_reset(struct intel_uc *uc, bool stalled) in intel_uc_reset() argument
592 intel_guc_submission_reset(guc, stalled); in intel_uc_reset()
Dintel_guc_submission.c784 static void guc_rewind_nop(struct intel_engine_cs *engine, bool stalled) in guc_rewind_nop() argument
828 static void __guc_reset_context(struct intel_context *ce, bool stalled) in __guc_reset_context() argument
846 stalled = false; in __guc_reset_context()
851 stalled = false; in __guc_reset_context()
855 __i915_request_reset(rq, stalled); in __guc_reset_context()
858 guc_reset_state(ce, head, stalled); in __guc_reset_context()
863 void intel_guc_submission_reset(struct intel_guc *guc, bool stalled) in intel_guc_submission_reset() argument
875 __guc_reset_context(ce, stalled); in intel_guc_submission_reset()
Dintel_guc.h292 void intel_guc_submission_reset(struct intel_guc *guc, bool stalled);
/Linux-v5.15/Documentation/RCU/
Dstallwarn.rst203 PREEMPT_RCU builds can be stalled by tasks as well as by CPUs, and that
213 interrupts during the current stalled grace period.
224 handlers that the stalled CPU has executed. The number before the "/"
227 (stalled) grace period, or it might be some earlier grace period (for
233 the stalled CPU is spinning with interrupts are disabled, or, in -rt
333 stack dumps for the different messages for the same stalled grace period.
361 As with normal grace periods, PREEMPT_RCU builds can be stalled by
/Linux-v5.15/Documentation/staging/
Dstatic-keys.rst303 <not supported> stalled-cycles-frontend
304 <not supported> stalled-cycles-backend
320 <not supported> stalled-cycles-frontend
321 <not supported> stalled-cycles-backend
/Linux-v5.15/Documentation/devicetree/bindings/iommu/
Diommu.txt101 accepts a limited number of simultaneous stalled transactions before
109 stalling. For example the OS, in order to handle a stalled transaction,
110 may attempt to retrieve pages from secondary storage in a stalled
/Linux-v5.15/drivers/net/ethernet/freescale/fman/
DKconfig38 likelihood of stalled FMAN packet processing, especially under
/Linux-v5.15/tools/perf/util/
Dparse-events.l329 stalled-cycles-frontend|idle-cycles-frontend { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT…
330 stalled-cycles-backend|idle-cycles-backend { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_H…
/Linux-v5.15/Documentation/hwmon/
Dpc87427.rst43 (including stalled or missing fan).

12