Home
last modified time | relevance | path

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

12

/linux/drivers/comedi/drivers/
H A Dcomedi_isadma.c63 int stalled = 0; in comedi_isadma_disable_on_sample() local
80 stalled++; in comedi_isadma_disable_on_sample()
81 if (stalled > 10) in comedi_isadma_disable_on_sample()
85 stalled = 0; in comedi_isadma_disable_on_sample()
/linux/tools/perf/tests/shell/
H A Dstat+std_output.sh14 …clock task-clock context-switches cpu-migrations page-faults stalled-cycles-frontend stalled-cycle…
/linux/drivers/block/drbd/
H A 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/drivers/net/xen-netback/
H A Drx.c524 return !queue->stalled && in xenvif_rx_queue_stalled()
534 return queue->stalled && xenvif_rx_queue_slots(queue) >= needed; in xenvif_rx_queue_ready()
599 queue->stalled = true; in xenvif_queue_carrier_off()
615 queue->stalled = false; in xenvif_queue_carrier_on()
H A Dcommon.h204 bool stalled; member
/linux/drivers/spi/
H A Dspi-xilinx.c274 int stalled; in xilinx_spi_txrx_bufs() local
303 stalled = 32; in xilinx_spi_txrx_bufs()
305 if (rx_words == n_words && !(stalled--) && in xilinx_spi_txrx_bufs()
/linux/arch/powerpc/perf/
H A Dpower8-pmu.c124 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_GCT_NOSLOT_CYC);
125 GENERIC_EVENT_ATTR(stalled-cycles-backend, PM_CMPLU_STALL);
H A Dpower7-pmu.c379 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_GCT_NOSLOT_CYC);
380 GENERIC_EVENT_ATTR(stalled-cycles-backend, PM_CMPLU_STALL);
H A Dpower9-pmu.c167 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_ICT_NOSLOT_CYC);
168 GENERIC_EVENT_ATTR(stalled-cycles-backend, PM_CMPLU_STALL);
H A Dgeneric-compat-pmu.c105 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_NO_INST_AVAIL);
/linux/Documentation/accounting/
H A Dpsi.rst46 tasks are stalled on a given resource.
49 tasks are stalled on a given resource simultaneously. In this state
53 situation from a state where some tasks are stalled but the CPU is
/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Depn.c510 if (ep->epn.stalled || ep->epn.wedged) in ast_vhub_update_epn_stall()
516 if (!ep->epn.stalled && !ep->epn.wedged) in ast_vhub_update_epn_stall()
544 ep->epn.stalled = halt; in ast_vhub_set_halt_and_wedge()
648 ep->epn.stalled = false; in ast_vhub_epn_enable()
H A Dvhub.h331 bool stalled : 1; member
/linux/Documentation/staging/
H A Dstatic-keys.rst300 <not supported> stalled-cycles-frontend
301 <not supported> stalled-cycles-backend
317 <not supported> stalled-cycles-frontend
318 <not supported> stalled-cycles-backend
/linux/Documentation/devicetree/bindings/iommu/
H A 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/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.h49 void intel_uc_reset(struct intel_uc *uc, intel_engine_mask_t stalled);
H A Dintel_uc.c624 void intel_uc_reset(struct intel_uc *uc, intel_engine_mask_t stalled) in intel_uc_reset() argument
630 intel_guc_submission_reset(guc, stalled); in intel_uc_reset()
/linux/drivers/net/ethernet/freescale/fman/
H A DKconfig39 likelihood of stalled FMAN packet processing, especially under
/linux/drivers/gpu/drm/i915/gt/
H A Dmock_engine.c288 static void mock_reset_rewind(struct intel_engine_cs *engine, bool stalled) in mock_reset_rewind() argument
290 GEM_BUG_ON(stalled); in mock_reset_rewind()
/linux/Documentation/hwmon/
H A Dpc87427.rst43 (including stalled or missing fan).
H A Dhp-wmi-sensors.rst57 - ``fan``: The fan has stalled or has been disconnected while running.
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci-drivers-xhci_hcd25 initialized, connected, configured and stalled.
/linux/drivers/usb/class/
H A Dcdc-acm.c522 bool stalled = false; in acm_read_bulk_callback() local
535 stalled = true; in acm_read_bulk_callback()
575 if (stopped || stalled || cooldown) { in acm_read_bulk_callback()
576 if (stalled) in acm_read_bulk_callback()
/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.h300 u8 stalled; /* dword 1 */ member
587 u8 stalled; /* dword 1 */ member
/linux/Documentation/driver-api/usb/
H A Derror-codes.rst136 ``-EPIPE`` [#f2]_ Endpoint stalled. For non-control endpoints,

12