Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/staging/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-v4.19/drivers/gpu/drm/i915/
Dintel_hangcheck.c296 engine->hangcheck.stalled = hc->stalled; in hangcheck_store_sample()
370 hc->stalled = time_after(jiffies, in hangcheck_accumulate_sample()
442 if (engine->hangcheck.stalled) { in i915_hangcheck_elapsed()
Dintel_ringbuffer.h125 bool stalled:1; member
/Linux-v4.19/drivers/block/drbd/
Ddrbd_proc.c108 int stalled = 0; in drbd_syncer_progress() local
156 stalled = 1; in drbd_syncer_progress()
199 seq_printf(seq, " K/sec%s\n", stalled ? " (stalled)" : ""); in drbd_syncer_progress()
/Linux-v4.19/drivers/net/xen-netback/
Drx.c477 return !queue->stalled && in xenvif_rx_queue_stalled()
490 return queue->stalled && prod - cons >= 1; in xenvif_rx_queue_ready()
550 queue->stalled = true; in xenvif_queue_carrier_off()
566 queue->stalled = false; in xenvif_queue_carrier_on()
Dcommon.h192 bool stalled; member
Dinterface.c678 queue->stalled = true; in xenvif_connect_data()
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Ddev.c140 ep->epn.stalled = is_set; in ast_vhub_ep_feature()
178 if (ep->epn.stalled) in ast_vhub_ep_status()
503 if (ep && ep->epn.stalled) { in ast_vhub_dev_reset()
504 ep->epn.stalled = false; in ast_vhub_dev_reset()
Depn.c503 if (ep->epn.stalled || ep->epn.wedged) in ast_vhub_update_epn_stall()
509 if (!ep->epn.stalled && !ep->epn.wedged) in ast_vhub_update_epn_stall()
537 ep->epn.stalled = halt; in ast_vhub_set_halt_and_wedge()
645 ep->epn.stalled = false; in ast_vhub_epn_enable()
Dvhub.h330 bool stalled : 1; member
/Linux-v4.19/drivers/spi/
Dspi-xilinx.c274 int stalled; in xilinx_spi_txrx_bufs() local
303 stalled = 10; in xilinx_spi_txrx_bufs()
305 if (rx_words == n_words && !(stalled--) && in xilinx_spi_txrx_bufs()
/Linux-v4.19/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-v4.19/arch/powerpc/perf/
Dpower8-pmu.c127 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_GCT_NOSLOT_CYC);
128 GENERIC_EVENT_ATTR(stalled-cycles-backend, PM_CMPLU_STALL);
Dpower7-pmu.c378 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_GCT_NOSLOT_CYC);
379 GENERIC_EVENT_ATTR(stalled-cycles-backend, PM_CMPLU_STALL);
Dpower9-pmu.c164 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_ICT_NOSLOT_CYC);
165 GENERIC_EVENT_ATTR(stalled-cycles-backend, PM_CMPLU_STALL);
/Linux-v4.19/Documentation/
Dstatic-keys.txt303 <not supported> stalled-cycles-frontend
304 <not supported> stalled-cycles-backend
320 <not supported> stalled-cycles-frontend
321 <not supported> stalled-cycles-backend
/Linux-v4.19/Documentation/RCU/
Dstallwarn.txt180 PREEMPT_RCU builds can be stalled by tasks as well as by CPUs, and that
189 interrupts during the current stalled grace period.
200 handlers that the stalled CPU has executed. The number before the "/"
203 (stalled) grace period, or it might be some earlier grace period (for
209 the stalled CPU is spinning with interrupts are disabled, or, in -rt
313 As with normal grace periods, PREEMPT_RCU builds can be stalled by
/Linux-v4.19/tools/perf/util/
Dparse-events.l305 stalled-cycles-frontend|idle-cycles-frontend { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT…
306 stalled-cycles-backend|idle-cycles-backend { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_H…
/Linux-v4.19/Documentation/hwmon/
Dpc8742739 (including stalled or missing fan).
/Linux-v4.19/drivers/staging/emxx_udc/
Demxx_udc.c1347 ep->stalled = FALSE; in _nbu2ss_set_endpoint_stall()
1362 ep->stalled = FALSE; in _nbu2ss_set_endpoint_stall()
1919 if (ep->stalled) { in _nbu2ss_ep_done()
2545 ep->stalled = FALSE; in nbu2ss_ep_enable()
2707 if (bflag && !ep->stalled) { in nbu2ss_ep_queue()
2806 ep->stalled = FALSE; in nbu2ss_ep_set_halt()
2811 ep->stalled = TRUE; in nbu2ss_ep_set_halt()
Demxx_udc.h551 unsigned stalled:1; member
/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_cmds.h305 u8 stalled; /* dword 1 */ member
592 u8 stalled; /* dword 1 */ member
/Linux-v4.19/Documentation/driver-api/usb/
Derror-codes.rst133 ``-EPIPE`` [#f2]_ Endpoint stalled. For non-control endpoints,
/Linux-v4.19/mm/
Dvmscan.c1909 bool stalled = false; in shrink_inactive_list() local
1912 if (stalled) in shrink_inactive_list()
1917 stalled = true; in shrink_inactive_list()

12