/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | comedi_isadma.c | 74 int stalled = 0; in comedi_isadma_disable_on_sample() local 91 stalled++; in comedi_isadma_disable_on_sample() 92 if (stalled > 10) in comedi_isadma_disable_on_sample() 96 stalled = 0; in comedi_isadma_disable_on_sample()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_proc.c | 119 int stalled = 0; in drbd_syncer_progress() local 167 stalled = 1; in drbd_syncer_progress() 210 seq_printf(seq, " K/sec%s\n", stalled ? " (stalled)" : ""); in drbd_syncer_progress()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-events | 5 /sys/devices/cpu/events/stalled-cycles-frontend 7 /sys/devices/cpu/events/stalled-cycles-backend
|
/linux-4.4.14/tools/perf/util/ |
D | parse-events.l | 222 stalled-cycles-frontend|idle-cycles-frontend { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT… 223 stalled-cycles-backend|idle-cycles-backend { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_H…
|
/linux-4.4.14/arch/powerpc/perf/ |
D | power7-pmu.c | 378 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_GCT_NOSLOT_CYC); 379 GENERIC_EVENT_ATTR(stalled-cycles-backend, PM_CMPLU_STALL);
|
/linux-4.4.14/Documentation/ |
D | static-keys.txt | 263 <not supported> stalled-cycles-frontend 264 <not supported> stalled-cycles-backend 280 <not supported> stalled-cycles-frontend 281 <not supported> stalled-cycles-backend
|
/linux-4.4.14/Documentation/RCU/ |
D | stallwarn.txt | 80 PREEMPT_RCU builds can be stalled by tasks as well as by CPUs, 111 than 64,000 scheduling-clock interrupts during the current stalled 125 handlers that the stalled CPU has executed. The number before the "/" 128 (stalled) grace period, or it might be some earlier grace period (for 134 the stalled CPU is spinning with interrupts are disabled, or, in -rt
|
D | torture.txt | 109 stall_cpu The number of seconds that a CPU should be stalled while
|
/linux-4.4.14/Documentation/hwmon/ |
D | pc87427 | 39 (including stalled or missing fan).
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | common.h | 189 bool stalled; member
|
D | netback.c | 1957 queue->stalled = true; in xenvif_queue_carrier_off() 1973 queue->stalled = false; in xenvif_queue_carrier_on() 1991 return !queue->stalled && prod - cons < 1 in xenvif_rx_queue_stalled() 2003 return queue->stalled && prod - cons >= 1; in xenvif_rx_queue_ready()
|
D | interface.c | 584 queue->stalled = true; in xenvif_connect()
|
/linux-4.4.14/drivers/staging/emxx_udc/ |
D | emxx_udc.c | 1367 ep->stalled = FALSE; in _nbu2ss_set_endpoint_stall() 1382 ep->stalled = FALSE; in _nbu2ss_set_endpoint_stall() 1959 if (ep->stalled) in _nbu2ss_ep_done() 2596 ep->stalled = FALSE; in nbu2ss_ep_enable() 2759 if (bflag && !ep->stalled) { in nbu2ss_ep_queue() 2859 ep->stalled = FALSE; in nbu2ss_ep_set_halt() 2864 ep->stalled = TRUE; in nbu2ss_ep_set_halt()
|
D | emxx_udc.h | 559 unsigned stalled:1; member
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_cmds.h | 256 u8 stalled; /* dword 1 */ member 530 u8 stalled; /* dword 1 */ member
|
/linux-4.4.14/Documentation/usb/ |
D | error-codes.txt | 119 -EPIPE (**) Endpoint stalled. For non-control endpoints,
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event.c | 1613 EVENT_ATTR(stalled-cycles-frontend, STALLED_CYCLES_FRONTEND ); 1614 EVENT_ATTR(stalled-cycles-backend, STALLED_CYCLES_BACKEND );
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 333 u8 stalled; /* dword 1*/ member 424 u8 stalled; /* dword 1*/ member
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | 3c59x.c | 2821 int stalled = ioread32(ioaddr + PktStatus) & 0x04; /* Possible racy. But it's only debug stuff */ in dump_tx_ring() local 2843 if (!stalled) in dump_tx_ring()
|
/linux-4.4.14/Documentation/networking/ |
D | e1000.txt | 256 have stalled for as much as 10 seconds before it resumes.
|
D | ip-sysctl.txt | 1871 possible that a single stalled association that's buffering a lot
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 85 * If we have completions stalled waiting for the qfreeze
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1115 this config is intended, is when reboot ends with a stalled/hung
|