| /linux/drivers/comedi/drivers/ |
| H A D | comedi_isadma.c | 63 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 D | stat+std_output.sh | 14 …clock task-clock context-switches cpu-migrations page-faults stalled-cycles-frontend stalled-cycle…
|
| /linux/drivers/net/xen-netback/ |
| H A D | rx.c | 524 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 D | common.h | 204 bool stalled; member
|
| H A D | interface.c | 728 queue->stalled = true; in xenvif_connect_data()
|
| /linux/arch/powerpc/perf/ |
| H A D | power8-pmu.c | 124 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_GCT_NOSLOT_CYC); 125 GENERIC_EVENT_ATTR(stalled-cycles-backend, PM_CMPLU_STALL);
|
| H A D | power7-pmu.c | 379 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_GCT_NOSLOT_CYC); 380 GENERIC_EVENT_ATTR(stalled-cycles-backend, PM_CMPLU_STALL);
|
| H A D | power9-pmu.c | 167 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_ICT_NOSLOT_CYC); 168 GENERIC_EVENT_ATTR(stalled-cycles-backend, PM_CMPLU_STALL);
|
| H A D | generic-compat-pmu.c | 105 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_NO_INST_AVAIL);
|
| /linux/Documentation/accounting/ |
| H A D | psi.rst | 46 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/gpu/drm/i915/gt/uc/ |
| H A D | intel_uc.h | 49 void intel_uc_reset(struct intel_uc *uc, intel_engine_mask_t stalled);
|
| /linux/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | epn.c | 510 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()
|
| /linux/Documentation/devicetree/bindings/iommu/ |
| H A D | iommu.txt | 101 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/net/mctp/ |
| H A D | mctp-usb.c | 183 bool stalled) in mctp_usb_in_urb_err() argument 193 stalled ? " (stalled)" : "", in mctp_usb_in_urb_err()
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | Kconfig | 39 likelihood of stalled FMAN packet processing, especially under
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | mock_engine.c | 288 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()
|
| H A D | intel_execlists_submission.c | 3024 execlists_reset_active(struct intel_engine_cs *engine, bool stalled) in execlists_reset_active() argument 3084 __i915_request_reset(rq, stalled); in execlists_reset_active() 3101 static void execlists_reset_csb(struct intel_engine_cs *engine, bool stalled) in execlists_reset_csb() argument 3117 static void execlists_reset_rewind(struct intel_engine_cs *engine, bool stalled) in execlists_reset_rewind() argument 3124 execlists_reset_csb(engine, stalled); in execlists_reset_rewind()
|
| /linux/Documentation/hwmon/ |
| H A D | pc87427.rst | 43 (including stalled or missing fan).
|
| H A D | hp-wmi-sensors.rst | 57 - ``fan``: The fan has stalled or has been disconnected while running.
|
| /linux/drivers/usb/class/ |
| H A D | cdc-acm.c | 522 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 D | be_cmds.h | 300 u8 stalled; /* dword 1 */ member 587 u8 stalled; /* dword 1 */ member
|
| /linux/Documentation/driver-api/usb/ |
| H A D | error-codes.rst | 136 ``-EPIPE`` [#f2]_ Endpoint stalled. For non-control endpoints,
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | concepts.rst | 190 will trigger `direct reclaim`. In this case allocation is stalled
|
| /linux/Documentation/scheduler/ |
| H A D | sched-ext.rst | 64 detection of any internal error including stalled runnable tasks aborts the
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.seq | 85 * If we have completions stalled waiting for the qfreeze
|