Home
last modified time | relevance | path

Searched refs:running (Results 1 – 200 of 705) sorted by relevance

1234

/linux-4.1.27/Documentation/scsi/scsi_transport_srp/
Drport_state_diagram.dot2 node [shape = doublecircle]; running lost;
7 running_rta [ label = "running;\nreconnect\ntimer\nactive" ];
9 running [ label = "running;\nreconnect\ntimer\nstopped" ];
14running -> running_rta [ label = "fast_io_fail_tmo = off and\ndev_loss_tmo = off;\nsrp_start_tl_f…
15 …running_rta -> running [ label = "fast_io_fail_tmo = off and\ndev_loss_tmo = off;\nreconnecting s…
16running -> blocked [ label = "fast_io_fail_tmo >= 0 or\ndev_loss_tmo >= 0;\nsrp_start_tl_fail_tim…
17running -> failfast [ label = "fast_io_fail_tmo = off and\ndev_loss_tmo = off;\nreconnecting fail…
21 blocked -> running [ label = "reconnecting\nsucceeded" ];
23 failfast -> running [ label = "reconnecting\nsucceeded" ];
24 running -> lost [ label = "srp_stop_rport_timers()" ];
/linux-4.1.27/tools/perf/tests/
Drdpmc.c35 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; in mmap_read_self() local
42 running = pc->time_running; in mmap_read_self()
44 if (enabled != running) { in mmap_read_self()
59 if (enabled != running) { in mmap_read_self()
69 running += delta; in mmap_read_self()
71 quot = count / running; in mmap_read_self()
72 rem = count % running; in mmap_read_self()
73 count = quot * enabled + (rem * enabled) / running; in mmap_read_self()
/linux-4.1.27/sound/isa/sb/
Dsb16_csp.c173 if (p->running & SNDRV_SB_CSP_ST_RUNNING) in snd_sb_csp_free()
222 info.state = p->running; in snd_sb_csp_ioctl()
231 err = (p->running & SNDRV_SB_CSP_ST_RUNNING ? in snd_sb_csp_ioctl()
235 err = (p->running & SNDRV_SB_CSP_ST_RUNNING ? in snd_sb_csp_ioctl()
370 p->running = 0; in snd_sb_csp_riff_load()
454 p->running = SNDRV_SB_CSP_ST_LOADED; /* set LOADED flag */ in snd_sb_csp_riff_load()
467 if (p->running & SNDRV_SB_CSP_ST_RUNNING) in snd_sb_csp_unload()
469 if (!(p->running & SNDRV_SB_CSP_ST_LOADED)) in snd_sb_csp_unload()
480 p->running = 0; in snd_sb_csp_unload()
735 if (p->running & (SNDRV_SB_CSP_ST_RUNNING | SNDRV_SB_CSP_ST_LOADED)) in snd_sb_csp_autoload()
[all …]
Demu8000_pcm.c66 unsigned int running: 1; member
393 rec->running = 1; in emu8k_pcm_trigger()
396 rec->running = 0; in emu8k_pcm_trigger()
660 if (rec->running) in emu8k_pcm_pointer()
Dsb16_main.c58 if (csp->running & SNDRV_SB_CSP_ST_LOADED) { in snd_sb16_csp_playback_prepare()
106 if (csp->running & SNDRV_SB_CSP_ST_LOADED) { in snd_sb16_csp_capture_prepare()
158 if (csp->running & SNDRV_SB_CSP_ST_LOADED) { in snd_sb16_csp_playback_open()
189 if (csp->running & SNDRV_SB_CSP_ST_LOADED) { in snd_sb16_csp_capture_open()
/linux-4.1.27/sound/core/
Dhrtimer.c41 atomic_t running; member
50 if (!atomic_read(&stime->running)) in snd_hrtimer_callback()
56 if (!atomic_read(&stime->running)) in snd_hrtimer_callback()
71 atomic_set(&stime->running, 0); in snd_hrtimer_open()
92 atomic_set(&stime->running, 0); in snd_hrtimer_start()
96 atomic_set(&stime->running, 1); in snd_hrtimer_start()
103 atomic_set(&stime->running, 0); in snd_hrtimer_stop()
/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_timer.c57 rec->running = 0; in snd_seq_oss_timer_new()
165 if (timer->running) in snd_seq_oss_timer_start()
175 timer->running = 1; in snd_seq_oss_timer_start()
187 if (! timer->running) in snd_seq_oss_timer_stop()
190 timer->running = 0; in snd_seq_oss_timer_stop()
201 if (timer->running) in snd_seq_oss_timer_continue()
204 timer->running = 1; in snd_seq_oss_timer_continue()
221 if (timer->running) in snd_seq_oss_timer_tempo()
Dseq_oss_timer.h34 int running; member
/linux-4.1.27/sound/pci/ctxfi/
Dcttimer.c43 unsigned int running:1; member
58 unsigned int running:1; /* global timer running */ member
89 if (ti->running) in ct_systimer_callback()
106 ti->running = 1; in ct_systimer_start()
118 ti->running = 0; in ct_systimer_stop()
154 if (!atimer->running) in ct_xfitimer_irq_rearm()
156 atimer->running = 1; in ct_xfitimer_irq_rearm()
161 if (atimer->running) { in ct_xfitimer_irq_stop()
165 atimer->running = 0; in ct_xfitimer_irq_stop()
240 if (ti->running && ti->need_update) { in ct_xfitimer_check_period()
[all …]
/linux-4.1.27/sound/ppc/
Dbeep.c33 int running; /* boolean */ member
49 if (beep && beep->running) { in snd_pmac_beep_stop()
50 beep->running = 0; in snd_pmac_beep_stop()
126 if (beep->running) in snd_pmac_beep_event()
139 if (chip->playback.running || chip->capture.running || beep->running) { in snd_pmac_beep_event()
143 beep->running = 1; in snd_pmac_beep_event()
252 beep->running = 0; in snd_pmac_attach_beep()
Dsnd_ps3.h92 int running; member
Dpmac.h64 int running; /* boolean */ member
/linux-4.1.27/Documentation/frv/
Dconfiguring.txt41 selected. This can be changed dynamically once the kernel is running (see
81 MB93090-MB00 motherboard running uClinux.
87 MB93090-MB00 motherboard, and DAV board running uClinux.
93 Default configuration for the MB93093-PDK board running uClinux.
99 running uClinux. This will use the CB70's DM9000 for network access.
105 MB93090-MB00 motherboard running MMU linux.
110 board, and MB93090-MB00 motherboard running MMU linux. Includes
116 board, and MB93090-MB00 motherboard running MMU linux. Includes
122 running MMU linux.
/linux-4.1.27/drivers/gpu/host1x/hw/
Dcdma_hw.c71 if (cdma->running) in cdma_start()
95 cdma->running = true; in cdma_start()
108 if (cdma->running) in cdma_timeout_restart()
143 cdma->running = true; in cdma_timeout_restart()
165 if (cdma->running) { in cdma_stop()
169 cdma->running = false; in cdma_stop()
184 if (cdma->torndown && !cdma->running) { in cdma_freeze()
205 cdma->running = false; in cdma_freeze()
/linux-4.1.27/sound/core/seq/
Dseq_timer.c82 t->running = 0; in snd_seq_timer_delete()
100 tmr->running = 0; in snd_seq_timer_defaults()
149 if (!tmr->running) { in snd_seq_timer_interrupt()
204 if (tmr->running && (ppq != tmr->ppq)) { in snd_seq_timer_set_ppq()
334 if (!tmr->running) in seq_timer_stop()
336 tmr->running = 0; in seq_timer_stop()
388 if (tmr->running) in seq_timer_start()
394 tmr->running = 1; in seq_timer_start()
414 if (tmr->running) in seq_timer_continue()
422 tmr->running = 1; in seq_timer_continue()
[all …]
Dseq_timer.h36 unsigned int running:1, /* running state of queue */ member
/linux-4.1.27/drivers/watchdog/
Dcpu5wdt.c63 int running; member
77 if (cpu5wdt_device.running) in cpu5wdt_trigger()
119 cpu5wdt_device.running++; in cpu5wdt_start()
128 if (cpu5wdt_device.running) in cpu5wdt_stop()
129 cpu5wdt_device.running = 0; in cpu5wdt_stop()
Drdc321x_wdt.c58 int running; member
75 if (rdc321x_wdt_device.running) in rdc321x_wdt_trigger()
126 rdc321x_wdt_device.running++; in rdc321x_wdt_start()
131 if (rdc321x_wdt_device.running) in rdc321x_wdt_stop()
132 rdc321x_wdt_device.running = 0; in rdc321x_wdt_stop()
Dmtx-1_wdt.c62 int running; member
74 if (mtx1_wdt_device.running) in mtx1_wdt_trigger()
105 mtx1_wdt_device.running++; in mtx1_wdt_start()
Dorion_wdt.c320 bool enabled, running; in orion_enabled() local
323 running = readl(dev->reg + TIMER_CTRL) & dev->data->wdt_enable_bit; in orion_enabled()
325 return enabled && running; in orion_enabled()
330 bool masked, enabled, running; in armada375_enabled() local
334 running = readl(dev->reg + TIMER_CTRL) & dev->data->wdt_enable_bit; in armada375_enabled()
336 return !masked && enabled && running; in armada375_enabled()
/linux-4.1.27/drivers/hid/
Duhid.c33 bool running; member
163 !uhid->report_running || !uhid->running, in __uhid_report_queue_and_wait()
165 if (!ret || !uhid->running || uhid->report_running) in __uhid_report_queue_and_wait()
206 if (!uhid->running) in uhid_hid_get_report()
248 if (!uhid->running || count > UHID_DATA_MAX) in uhid_hid_set_report()
462 if (uhid->running) in uhid_dev_create2()
499 uhid->running = true; in uhid_dev_create2()
512 uhid->running = false; in uhid_dev_create2()
547 if (!uhid->running) in uhid_dev_destroy()
550 uhid->running = false; in uhid_dev_destroy()
[all …]
/linux-4.1.27/drivers/dma/sh/
Drcar-dmac.c82 struct rcar_dmac_xfer_chunk *running; member
159 struct rcar_dmac_desc *running; member
319 struct rcar_dmac_desc *desc = chan->desc.running; in rcar_dmac_chan_start_xfer()
385 struct rcar_dmac_xfer_chunk *chunk = desc->running; in rcar_dmac_chan_start_xfer()
448 desc->running = list_first_entry(&desc->chunks, in rcar_dmac_tx_submit()
738 chan->desc.running = NULL; in rcar_dmac_chan_reinit()
1138 struct rcar_dmac_desc *desc = chan->desc.running; in rcar_dmac_chan_get_residue()
1139 struct rcar_dmac_xfer_chunk *running = NULL; in rcar_dmac_chan_get_residue() local
1166 running = desc->running; in rcar_dmac_chan_get_residue()
1171 if (chunk == running || ++dptr == desc->nchunks) in rcar_dmac_chan_get_residue()
[all …]
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-platform-chipidea-usb-otg7 the application running on the A-device wants to use the bus,
15 Reading: returns 1 if the application running on the A-device
24 application running on the A-device wants to power down
39 that the application running on the B-device wants to use the
45 Reading: returns if the application running on the B device
Dsysfs-profiling8 You can get the same effect running:
Dsysfs-devices-system-xen_cpu18 When running under Xen platform, it provide user interface
Dsysfs-firmware-sgi_uv15 machines, which each partition running a unique copy
Dsysfs-class-mei26 The register contains running state, power management
Dsysfs-bus-mdio27 device has had any "fixup" workaround running on it, encoded as
/linux-4.1.27/arch/powerpc/kernel/
Dsmp-tbsync.c36 static volatile int running; variable
51 while (!running) in smp_generic_take_timebase()
121 running = 1; in smp_generic_give_timebase()
169 running = 0; in smp_generic_give_timebase()
/linux-4.1.27/Documentation/isdn/
D00-INDEX22 - info for running audio over ISDN.
46 - info on running Sync PPP over ISDN.
48 - info for running X.25 over ISDN.
50 - frequently asked questions about running PPP over ISDN.
DREADME.avmb1136 1 b1pci running b1pci-e000 B1 3.07-01 0xe000 19
137 2 t1isa running t1isa-450 B1 3.07-01 0x450 11 0
138 3 b1pcmcia running m2-150 B1 3.07-01 0x150 5
/linux-4.1.27/drivers/video/fbdev/
Dpxa3xx-gcu.c112 struct pxa3xx_gcu_batch *running; member
200 struct pxa3xx_gcu_batch *running = priv->running; in flush_running() local
203 while (running) { in flush_running()
204 next = running->next; in flush_running()
205 running->next = priv->free; in flush_running()
206 priv->free = running; in flush_running()
207 running = next; in flush_running()
210 priv->running = NULL; in flush_running()
233 priv->running = priv->ready; in run_ready()
/linux-4.1.27/net/tipc/
DKconfig17 can be inserted in and removed from the running kernel whenever you
27 Saying Y here will enable support for running TIPC on
34 Saying Y here will enable support for running TIPC over IP/UDP
/linux-4.1.27/sound/soc/spear/
Dspdif_out.c38 u32 running; member
73 host->running = true; in spdif_out_startup()
88 host->running = false; in spdif_out_shutdown()
203 if (host->running) in spdif_digital_mute()
323 if (host->running) in spdif_out_suspend()
334 if (host->running) { in spdif_out_resume()
/linux-4.1.27/kernel/rcu/
Dsrcu.c103 sp->running = false; in init_srcu_struct_fields()
397 if (!sp->running) { in call_srcu()
398 sp->running = true; in call_srcu()
429 if (!sp->running) { in __synchronize_srcu()
431 sp->running = true; in __synchronize_srcu()
651 sp->running = false; in srcu_reschedule()
/linux-4.1.27/sound/usb/line6/
Dplayback.c202 if (test_bit(LINE6_STREAM_PCM, &line6pcm->out.running) && in submit_audio_out_urb()
247 if (test_bit(LINE6_STREAM_IMPULSE, &line6pcm->out.running)) { in submit_audio_out_urb()
250 if (test_bit(LINE6_STREAM_PCM, &line6pcm->in.running)) { in submit_audio_out_urb()
260 && line6pcm->out.running && line6pcm->in.running) in submit_audio_out_urb()
328 if (test_bit(LINE6_STREAM_PCM, &line6pcm->out.running)) { in audio_out_callback()
352 if (test_bit(LINE6_STREAM_PCM, &line6pcm->out.running)) { in audio_out_callback()
Dcapture.c188 if (!test_bit(LINE6_STREAM_IMPULSE, &line6pcm->in.running) && in audio_in_callback()
189 test_bit(LINE6_STREAM_PCM, &line6pcm->in.running) && in audio_in_callback()
202 if (!test_bit(LINE6_STREAM_IMPULSE, &line6pcm->in.running) && in audio_in_callback()
203 test_bit(LINE6_STREAM_PCM, &line6pcm->in.running)) in audio_in_callback()
Dpcm.c189 if (!test_and_set_bit(type, &pstr->running) && in line6_stream_start()
199 clear_bit(type, &pstr->running); in line6_stream_start()
212 clear_bit(type, &pstr->running); in line6_stream_stop()
213 if (!pstr->running) { in line6_stream_stop()
294 if (!pstr->running) in line6_pcm_acquire()
568 if (!pstr->running) in snd_line6_prepare()
Dpcm.h135 unsigned long running; member
/linux-4.1.27/arch/arm/mach-iop13xx/
DKconfig10 Say Y here if you want to support running on the Intel IQ81340SC
16 Say Y here if you want to support running on the Intel IQ81340MC
/linux-4.1.27/arch/powerpc/kvm/
DKconfig53 Support running unmodified book3s_32 guest kernels
68 Support running unmodified book3s_64 and book3s_32 guest kernels
83 Support running unmodified book3s_64 guest kernels in
102 Support running guest kernels in virtual machines on processors
103 without using hypervisor mode in the host, by running the
148 Support running unmodified E500 guest kernels in virtual machines on
164 Support running unmodified E500MC/E5500/E6500 guest kernels in
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/
Devent.c121 if (e->result.running == e->result.enabled) in event_report_justified()
122 printf("running/enabled %llu\n", e->result.running); in event_report_justified()
124 printf("running %llu enabled %llu\n", e->result.running, in event_report_justified()
Dl3_bank_test.c36 FAIL_IF(event.result.running == 0); in l3_bank_test()
Devent.h22 u64 running; member
Dper_event_excludes.c95 FAIL_IF(events[i].result.running != events[i].result.enabled); in per_event_excludes()
/linux-4.1.27/Documentation/ia64/
Dmca.txt40 * If an MCA/INIT event occurs while the kernel was running (not user
64 running or not. That is, whether it is on a cpu or is blocked. The
67 INIT event are no longer running, they have been converted to blocked
69 rendezvous interrupt are still running on their normal kernel stacks!
75 no longer running on that cpu. That gives us a decent chance of
80 failed, not on the task that was originally running. Again this
82 own stack as running on that cpu. Then a recursive error gets a
140 * i386 backtrace is not very sensitive to whether a process is running
142 running or not.
146 What happens when MCA/INIT is delivered what a cpu is running user
[all …]
DREADME16 Compiling and running this kernel requires an IA-64 compliant GCC
/linux-4.1.27/net/mac80211/
Dled.c188 if (!tpt_trig->running) in tpt_trig_timer()
250 if (tpt_trig->running) in ieee80211_start_tpt_led_trig()
255 tpt_trig->running = true; in ieee80211_start_tpt_led_trig()
266 if (!tpt_trig->running) in ieee80211_stop_tpt_led_trig()
269 tpt_trig->running = false; in ieee80211_stop_tpt_led_trig()
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dsoc-ac97link.txt8 "ac97-running": AC97-link is active
20 pinctrl-names = "default", "ac97-running", "ac97-reset", "ac97-warm-reset";
/linux-4.1.27/Documentation/devicetree/bindings/timer/
Dbrcm,bcm2835-system-timer.txt4 single 64-bit free running counter. Each channel has an output compare
6 free running counter values, and generates an interrupt.
Dnvidia,tegra20-timer.txt4 running counter. The first two channels may also trigger a watchdog reset.
Dsamsung,exynos4210-mct.txt4 global timer and CPU local timers. The global timer is a 64-bit free running
6 four preset counter values. The CPU local timers are 32-bit free running
Dnvidia,tegra30-timer.txt4 running counter, and 5 watchdog modules. The first two channels may also
Dti,keystone-timer.txt9 It is global timer is a free running up-counter and can generate interrupt
/linux-4.1.27/sound/pci/nm256/
Dnm256.c191 int running; member
577 if (! s->running) { in snd_nm256_playback_trigger()
579 s->running = 1; in snd_nm256_playback_trigger()
586 if (s->running) { in snd_nm256_playback_trigger()
588 s->running = 0; in snd_nm256_playback_trigger()
613 if (! s->running) { in snd_nm256_capture_trigger()
615 s->running = 1; in snd_nm256_capture_trigger()
620 if (s->running) { in snd_nm256_capture_trigger()
622 s->running = 0; in snd_nm256_capture_trigger()
651 s->running = 0; in snd_nm256_pcm_prepare()
[all …]
/linux-4.1.27/kernel/time/
DKconfig75 This option keeps the tick running periodically at a constant
106 the CPU is running tasks. Typically this requires running a single
107 task on the CPU. Chances for running tickless are maximized when
136 At least one CPU must keep the scheduling-clock tick running for
139 running non-idle tasks. Because the underlying adaptive-tick
141 all CPUs each running a single task in dynticks mode, the
Dposix-cpu-timers.c217 if (!cputimer->running) { in thread_group_cputimer()
226 cputimer->running = 1; in thread_group_cputimer()
585 if (tsk->signal->cputimer.running) in posix_cpu_timers_can_stop_tick()
891 cputimer->running = 0; in stop_process_timers()
1114 if (sig->cputimer.running) { in fastpath_timer_check()
1160 if (tsk->signal->cputimer.running) in run_posix_cpu_timers()
/linux-4.1.27/sound/pci/rme9652/
Drme9652.c237 int running; member
456 if ((restart = s->running)) { in rme9652_set_interrupt_interval()
541 if ((restart = rme9652->running)) { in rme9652_set_rate()
908 if ((restart = rme9652->running)) { in rme9652_set_adat1_input()
973 if ((restart = rme9652->running)) { in rme9652_set_spdif_input()
1040 if ((restart = rme9652->running)) { in rme9652_set_spdif_output()
1116 if ((restart = rme9652->running)) { in rme9652_set_sync_mode()
1203 if ((restart = rme9652->running)) { in rme9652_set_sync_pref()
1948 if (rme9652->running) in snd_rme9652_reset()
2079 int running; in snd_rme9652_trigger() local
[all …]
Dhdsp.c493 int running; member
3971 if (hdsp->running) in snd_hdsp_reset()
4100 int running; in snd_hdsp_trigger() local
4109 running = hdsp->running; in snd_hdsp_trigger()
4112 running |= 1 << substream->stream; in snd_hdsp_trigger()
4115 running &= ~(1 << substream->stream); in snd_hdsp_trigger()
4133 running |= 1 << s->stream; in snd_hdsp_trigger()
4135 running &= ~(1 << s->stream); in snd_hdsp_trigger()
4140 if (!(running & (1 << SNDRV_PCM_STREAM_PLAYBACK)) && in snd_hdsp_trigger()
4144 if (running && in snd_hdsp_trigger()
[all …]
/linux-4.1.27/Documentation/video4linux/
Dpxa_camera.txt45 | | DMA hotlink missed | | Capture running | |
51 | | capture list / running | DMA Irq End | not |
77 - "DMA: run" means at least 1 DMA channel is still running
91 the active running queue
111 A typical running chain is :
132 As DMA chaining is done while DMA _is_ running, the linking may be done
/linux-4.1.27/drivers/thunderbolt/
Dnhi.c172 if (!ring->running) { in ring_work()
231 if (ring->running) { in __ring_enqueue()
275 ring->running = false; in ring_alloc()
316 if (ring->running) { in ring_start()
337 ring->running = true; in ring_start()
362 if (!ring->running) { in ring_stop()
375 ring->running = false; in ring_stop()
410 if (ring->running) { in ring_free()
Dnhi.h46 bool running:1; member
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtime-event.c93 te_data->running = false; in iwl_mvm_te_clear_data()
338 te_data->running = true; in iwl_mvm_te_handle_notif()
391 te_data->running = false; in iwl_mvm_aux_roc_te_handle_notif()
397 te_data->running = true; in iwl_mvm_aux_roc_te_handle_notif()
575 if (te_data->running && in iwl_mvm_protect_session()
582 if (te_data->running) { in iwl_mvm_protect_session()
751 if (te_data->running) { in iwl_mvm_start_p2p_roc()
862 if (te_data->running) { in iwl_mvm_schedule_csa_period()
/linux-4.1.27/tools/perf/Documentation/
Dperf-buildid-list.txt19 It can also be used to show the build id of the running kernel or in an ELF
35 Show running kernel build id.
Dandroid.txt68 IV. Environment settings for running perf
71 You need to set these before running perf on the target:
Dperf-sched.txt36 are running on a CPU. A '*' denotes the CPU that had the event, and
Dperf-report.txt88 - overhead_sys: Overhead percentage of sample running in system mode
89 - overhead_us: Overhead percentage of sample running in user mode
90 - overhead_guest_sys: Overhead percentage of sample running in system mode
92 - overhead_guest_us: Overhead percentage of sample running in user mode on
/linux-4.1.27/sound/oss/dmasound/
DKconfig11 inserted in and removed from the running kernel whenever you
25 inserted in and removed from the running kernel whenever you
39 inserted in and removed from the running kernel whenever you
/linux-4.1.27/sound/pci/emu10k1/
Dp16v.c476 int running = 0; in snd_p16v_pcm_trigger_playback() local
480 running=1; in snd_p16v_pcm_trigger_playback()
484 running = 0; in snd_p16v_pcm_trigger_playback()
495 epcm->running = running; in snd_p16v_pcm_trigger_playback()
533 epcm->running = 1; in snd_p16v_pcm_trigger_capture()
539 epcm->running = 0; in snd_p16v_pcm_trigger_capture()
557 if (!epcm->running) in snd_p16v_pcm_pointer_playback()
583 if (!epcm->running) in snd_p16v_pcm_pointer_capture()
Demupcm.c99 if (!epcm->running) in snd_emu10k1_efx_playback_pointer()
786 epcm->running = 1; in snd_emu10k1_playback_trigger()
791 epcm->running = 0; in snd_emu10k1_playback_trigger()
842 epcm->running = 1; in snd_emu10k1_capture_trigger()
847 epcm->running = 0; in snd_emu10k1_capture_trigger()
880 if (!epcm->running) in snd_emu10k1_playback_pointer()
937 epcm->running = 1; in snd_emu10k1_efx_playback_trigger()
942 epcm->running = 0; in snd_emu10k1_efx_playback_trigger()
964 if (!epcm->running) in snd_emu10k1_capture_pointer()
Demu10k1x.c210 unsigned short running; member
503 epcm->running = 1; in snd_emu10k1x_pcm_trigger()
507 epcm->running = 0; in snd_emu10k1x_pcm_trigger()
528 if (!epcm->running) in snd_emu10k1x_pcm_pointer()
663 epcm->running = 1; in snd_emu10k1x_pcm_trigger_capture()
666 epcm->running = 0; in snd_emu10k1x_pcm_trigger_capture()
687 if (!epcm->running) in snd_emu10k1x_pcm_pointer_capture()
/linux-4.1.27/drivers/macintosh/
Dtherm_windtunnel.c50 volatile int running; member
319 if( !x.running ) { in do_attach()
330 x.running = 1; in do_attach()
340 if (x.running) { in do_remove()
341 x.running = 0; in do_remove()
/linux-4.1.27/Documentation/dmaengine/
Ddmatest.txt32 Hint: available channel list could be extracted by running the following
40 Note that running a new test will not stop any in progress test.
48 /sys/module/dmatest/parameters/wait waits for any running test to complete
69 case. You always could check them at run-time by running
/linux-4.1.27/Documentation/leds/
Dleds-lp55xx.txt14 Program memory for running LED patterns
53 Program memory address access for running patterns
58 LP55xx family devices have the internal program memory for running
72 select_engine : Select which engine is used for running program
145 The sequence of running the program data is common.
193 To stop running pattern,
Dledtrig-transient.txt88 duration running.
90 running.
120 echo 0 > activate - cancels currently running timer.
/linux-4.1.27/arch/um/
DKconfig.net29 running UML to exchange packets with its host over one of the
30 host's Ethertap devices, such as /dev/tap0. Additional running
31 UMLs can use additional Ethertap devices, one per running UML.
67 The slip User-Mode Linux network transport allows a running UML to
91 This User-Mode Linux network transport allows one or more running
115 This User-Mode Linux network transport allows one or more running
138 UMLs (even ones running on different host machines!) to talk to
178 The SLiRP User-Mode Linux network transport allows a running UML
DKconfig.um68 a full-blown operating system running under every user mode linux
105 be 1 << order pages. The default is OK unless you're running Valgrind
/linux-4.1.27/drivers/dma/
Dnbpfaxi.c221 struct nbpf_desc *running; member
584 if (!chan->running) { in nbpf_issue_pending()
588 chan->running = desc; in nbpf_issue_pending()
602 dma_cookie_t running; in nbpf_tx_status() local
606 running = chan->running ? chan->running->async_tx.cookie : -EINVAL; in nbpf_tx_status()
608 if (cookie == running) { in nbpf_tx_status()
821 chan->running = NULL; in nbpf_chan_idle()
1183 desc = chan->running; in nbpf_chan_irq()
1193 chan->running = NULL; in nbpf_chan_irq()
1199 chan->running = desc; in nbpf_chan_irq()
/linux-4.1.27/Documentation/accounting/
Dcgroupstats.txt25 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0
27 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
/linux-4.1.27/drivers/s390/block/
DKconfig11 want to access more than 2G of memory when running in 31 bit mode.
29 S/390s channel subsystem commands. This is necessary for running
62 Disks under VM. If you are not running under VM or unsure what it is,
/linux-4.1.27/drivers/media/pci/ddbridge/
Dddbridge.h86 int running; member
114 int running; member
/linux-4.1.27/include/linux/
Dsrcu.h51 bool running; member
92 .running = false, \
/linux-4.1.27/drivers/gpu/host1x/
Dcdma.c221 if (!cdma->running) in update_cdma_locked()
372 cdma->running = false; in host1x_cdma_init()
389 if (cdma->running) { in host1x_cdma_deinit()
421 if (!cdma->running) in host1x_cdma_begin()
Dcdma.h79 bool running; member
/linux-4.1.27/sound/drivers/
Daloop.c79 unsigned int running; member
271 cable->running |= stream; in loopback_trigger()
280 cable->running &= ~stream; in loopback_trigger()
486 unsigned int running, count1, count2; in loopback_pos_update() local
488 running = cable->running ^ cable->pause; in loopback_pos_update()
489 if (running & (1 << SNDRV_PCM_STREAM_PLAYBACK)) { in loopback_pos_update()
494 if (running & (1 << SNDRV_PCM_STREAM_CAPTURE)) { in loopback_pos_update()
529 return running; in loopback_pos_update()
882 val = (cable->running & (1 << SNDRV_PCM_STREAM_PLAYBACK)) ? in loopback_active_get()
1096 snd_iprintf(buffer, " running: %u\n", cable->running); in print_substream_info()
Ddummy.c377 atomic_t running; member
386 if (atomic_read(&dpcm->running)) in dummy_hrtimer_pcm_elapsed()
395 if (!atomic_read(&dpcm->running)) in dummy_hrtimer_callback()
408 atomic_set(&dpcm->running, 1); in dummy_hrtimer_start()
416 atomic_set(&dpcm->running, 0); in dummy_hrtimer_stop()
471 atomic_set(&dpcm->running, 0); in dummy_hrtimer_create()
/linux-4.1.27/arch/mips/sgi-ip27/
DKconfig11 for more memory. Your hardware is almost certainly running in
19 for more memory. Your hardware is almost certainly running in
/linux-4.1.27/drivers/char/pcmcia/
DKconfig12 Enable support for the SyncLink PC Card serial adapter, running
17 inserted in and removed from the running kernel whenever you want).
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh106 echo No identifiable boot image, not running KVM, see $resdir.
117 echo Build failed, not running KVM, see $resdir.
Dparse-console.sh37 print_warning Console output contains nul bytes, old qemu still running?
/linux-4.1.27/Documentation/
Dcachetlb.txt43 the TLB. After running, this interface must make sure that
45 'mm' will be visible to the cpu. That is, after running,
56 address translations from the TLB. After running, this
60 running, there will be no entries in the TLB for 'mm' for
82 After running, this interface must make sure that any previous
85 is, after running, there will be no entries in the TLB for
149 the caches. That is, after running, there will be no cache
158 the caches. That is, after running, there will be no cache
171 addresses from the cache. After running, there will be no
199 After running, there will be no entries in the cache for
[all …]
Dbcache.txt57 device, it'll be running in passthrough mode until you attach it to a cache.
97 echo 1 > /sys/block/sdb/bcache/running
126 - When we detach, we first try to flush any dirty data (if we were running in
139 running in writeback mode, which isn't the default (not due to a lack of
208 Writing to this file resets the running total stats (not the day/hour/5 minute
227 running
228 1 if bcache is running (i.e. whether the /dev/bcache device exists, whether
282 There are directories with these numbers for a running total, as well as
/linux-4.1.27/Documentation/acpi/
Dmethod-customizing.txt28 b) disassemble the table by running "iasl -d dsdt.dat".
49 g) override the old method via the debugfs by running
65 Note: We can use a kernel with multiple custom ACPI method running,
/linux-4.1.27/Documentation/virtual/kvm/
Dnested-vmx.txt9 *cannot* themselves be hypervisors running their own guests, because in VMX,
12 The "Nested VMX" feature adds this missing capability - of running guest
37 The current code supports running Linux guests under KVM guests.
40 Additional patches for running Windows under guest KVM, and Linux under
41 guest VMware server, and support for nested EPT, are currently running in
Dppc-pv.txt21 To find out if we're running on KVM or not, we leverage the device tree. When
22 Linux is running on KVM, a node /hypervisor exists. That node contains a
25 Once you determined you're running under a PV capable KVM, you can now use
136 The following is a list of mapping the Linux kernel performs when running as
Dcpuid.txt5 A guest running on a kvm host, can check some of its features using
/linux-4.1.27/Documentation/arm/
Dfirmware.txt5 Some boards are running with secure firmware running in TrustZone secure
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
DKconfig19 Atheros AR6003 and AR6004 chipsets running over SDIO. If you
30 Atheros AR6004 chipset and chipsets based on it running over
/linux-4.1.27/arch/m68k/include/asm/
Ddvma.h116 int running; /* Are we doing DMA now? */ member
234 dma->running = 0; \
/linux-4.1.27/block/
Dblk-flush.c222 struct list_head *running; in flush_end_io() local
233 running = &fq->flush_queue[fq->flush_running_idx]; in flush_end_io()
243 list_for_each_entry_safe(rq, n, running, flush.list) { in flush_end_io()
/linux-4.1.27/Documentation/security/
DYama.txt17 running state of any of their processes. For example, if one application
19 attach to other running processes (e.g. Firefox, SSH sessions, GPG agent,
52 process running under the same uid, as long as it is dumpable (i.e.
DSELinux.txt15 3. Make sure that you are not running with
/linux-4.1.27/Documentation/vm/
Dksm.txt33 If KSM is not configured into the running kernel, madvise MADV_MERGEABLE
34 and MADV_UNMERGEABLE simply fail with EINVAL. If the running kernel was
36 the KSM daemon is not currently running, MADV_MERGEABLE still registers
76 run - set 0 to stop ksmd from running but keep merged pages,
/linux-4.1.27/Documentation/arm/SA1100/
DPLEB3 pocket computer capable of running the Linux Kernel.
/linux-4.1.27/Documentation/timers/
DNO_HZ.txt23 are running realtime applications or certain types of HPC
49 However, if you are instead running a light workload with long idle
53 are running light workloads, you should therefore read the following
56 In addition, if you are running either a real-time workload or an HPC
72 A battery-powered device running a CONFIG_HZ_PERIODIC=y kernel would
74 same device running a CONFIG_NO_HZ_IDLE=y kernel. A mainframe running
91 be "dyntick-idle", "in dyntick-idle mode", "in nohz mode", or "running
126 (This is not an issue for CONFIG_NO_HZ_IDLE=y because there are no running
153 adaptive ticks without also running dyntick idle. This dependency
303 running task's timeslice expires, which is almost always way
/linux-4.1.27/Documentation/devicetree/bindings/mips/brcm/
Dsoc.txt11 The experimental -viper variants are for running Linux on the 3384's
/linux-4.1.27/drivers/isdn/pcbit/
DKconfig6 manufactured in Portugal by Octal. For running this card,
/linux-4.1.27/drivers/input/touchscreen/
Dpixcir_i2c_ts.c39 bool running; member
167 while (tsdata->running) { in pixcir_ts_isr()
299 ts->running = true; in pixcir_start()
327 ts->running = false; in pixcir_stop()
/linux-4.1.27/Documentation/RCU/
DUP.txt91 to return immediately on UP systems, except when running preemptable
95 UP systems running preemptable RCU?
129 running preemptable RCU?
135 that other thread when it started running again.
/linux-4.1.27/include/sound/
Dsb16_csp.h71 int running; /* running state */ member
Dtimer.h81 int running; /* running instances */ member
/linux-4.1.27/Documentation/tpm/
Dxen-tpmfront.txt78 one to one mapping between running vtpm-stubdom instances and
88 only one vTPM manager and it should be running during the
106 the vTPM and vTPM Manager stub domains. Once the stub domains are running, a
/linux-4.1.27/sound/aoa/soundbus/i2sbus/
Dpcm.c349 if (pi->dbdma_ring.running) { in i2sbus_pcm_prepare()
553 if (pi->dbdma_ring.running) { in i2sbus_pcm_trigger()
560 pi->dbdma_ring.running = 1; in i2sbus_pcm_trigger()
596 if (!pi->dbdma_ring.running) { in i2sbus_pcm_trigger()
600 pi->dbdma_ring.running = 0; in i2sbus_pcm_trigger()
646 if (!pi->dbdma_ring.running && !pi->dbdma_ring.stopping) in handle_interrupt()
699 if (!pi->dbdma_ring.running) in handle_interrupt()
Di2sbus.h37 u32 running:1; member
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-upload.txt19 - Issue the FWapi command to stop the encoder if it is running. Wait for the
21 - Issue the FWapi command to stop the decoder if it is running. Wait for the
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-input.c439 if (!ir->running) in saa7134_input_irq()
474 if (ir->running) in __saa7134_ir_start()
512 ir->running = true; in __saa7134_ir_start()
537 if (!ir->running) in __saa7134_ir_stop()
543 ir->running = false; in __saa7134_ir_stop()
/linux-4.1.27/drivers/input/keyboard/
Dlm8323.c137 bool running; member
366 pwm->running = false; in pwm_done()
450 pwm->running = true; in lm8323_write_pwm()
468 if (pwm->running || pwm->desired_brightness == pwm->brightness) in lm8323_pwm_work()
580 pwm->running = false; in init_pwm()
/linux-4.1.27/Documentation/dvb/
Dopera-firmware.txt24 in kernel config and have hotplug running).
/linux-4.1.27/drivers/isdn/icn/
DKconfig7 line with two B-channels, 4B supports two ISDN lines. For running
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Debb_vs_cpu_event_test.c78 FAIL_IF(event.result.enabled >= event.result.running); in ebb_vs_cpu_event()
Dtask_event_pinned_vs_ebb_test.c83 FAIL_IF(event.result.running == 0); in task_event_pinned_vs_ebb()
Dcpu_event_pinned_vs_ebb_test.c85 FAIL_IF(event.result.enabled != event.result.running); in cpu_event_pinned_vs_ebb()
/linux-4.1.27/net/irda/irlan/
DKconfig12 to another Linux machine running the IrLAN protocol for ad-hoc
/linux-4.1.27/security/tomoyo/
DKconfig25 Some programs access thousands of objects, so running
52 variant part of policy and verifying (e.g. running GPG check) and
/linux-4.1.27/Documentation/cpu-freq/
Dgovernors.txt104 program running with UID "root", to set the CPU to a specific frequency
154 overall usage calculation. This is useful if you are running a CPU
160 kernel makes a decision on when to decrease the frequency while running
182 the performance of the workload running on a CPU will change when
187 by default -- for CPUs running workloads with sensitivity value below
217 a decision on when to decrease the frequency while running in any
/linux-4.1.27/arch/m68k/
DKconfig.cpu15 If you anticipate running this kernel on a computer with a classic
17 If you anticipate running this kernel on a computer with a ColdFire
64 If you anticipate running this kernel on a computer with a MC68020
74 If you anticipate running this kernel on a computer with a MC68030
83 If you anticipate running this kernel on a computer with a MC68LC040
93 If you anticipate running this kernel on a computer with a MC68060
/linux-4.1.27/net/irda/irnet/
Dirnet_irda.h47 int running; /* Are we operational ? */ member
Dirnet_irda.c566 if((irnet_server.running) && (self->q.q_next == NULL)) in irda_irnet_connect()
624 if((irnet_server.running) && (self->q.q_next != NULL)) in irda_irnet_destroy()
1731 (irnet_server.running ? "running" : "dead")); in irnet_proc_show()
1736 if(!irnet_server.running) in irnet_proc_show()
1855 irnet_server.running = 1; in irda_irnet_init()
1871 irnet_server.running = 0; in irda_irnet_cleanup()
/linux-4.1.27/arch/metag/
DKconfig114 This enables support for systems with more than one thread running
115 Linux. If you have a system with only one thread running Linux,
182 If you plan on running programs which are compiled to use hard floats
192 If you plan on running DSP programs say Y here.
DKconfig.debug15 running more threads on a system and also reduces the pressure
DKconfig.soc66 Halt the core when a panic occurs. This is useful when running
/linux-4.1.27/Documentation/sound/alsa/
DProcfile.txt137 Triggers an XRUN to the running stream when any value is
192 ports. The connection status and the running status are shown
196 Lists the currently allocated/running sequencer queues.
199 Lists the currently allocated/running sequencer timers.
/linux-4.1.27/sound/soc/codecs/
Dwm_adsp.h57 bool running; member
/linux-4.1.27/drivers/net/ethernet/
Dnetx-eth.c316 int running, i; in netx_eth_enable() local
331 running = xc_running(priv->xc); in netx_eth_enable()
337 if (running) { in netx_eth_enable()
/linux-4.1.27/include/trace/events/
Djbd2.h244 __field( unsigned long, running )
258 __entry->running = stats->rs_running;
273 jiffies_to_msecs(__entry->running),
/linux-4.1.27/sound/pci/ca0106/
Dca0106_main.c971 int running = 0; in snd_ca0106_pcm_trigger_playback() local
976 running = 1; in snd_ca0106_pcm_trigger_playback()
981 running = 0; in snd_ca0106_pcm_trigger_playback()
992 epcm->running = running; in snd_ca0106_pcm_trigger_playback()
1039 epcm->running = 1; in snd_ca0106_pcm_trigger_capture()
1044 epcm->running = 0; in snd_ca0106_pcm_trigger_capture()
1064 if (!epcm->running) in snd_ca0106_pcm_pointer_playback()
1093 if (!epcm->running) in snd_ca0106_pcm_pointer_capture()
/linux-4.1.27/sound/pci/
Dvia82xx_modem.c224 int running; member
503 if (viadev->substream && viadev->running) { in snd_via82xx_interrupt()
531 viadev->running = 1; in snd_via82xx_pcm_trigger()
535 viadev->running = 0; in snd_via82xx_pcm_trigger()
539 viadev->running = 0; in snd_via82xx_pcm_trigger()
542 viadev->running = 1; in snd_via82xx_pcm_trigger()
Dmaestro3.c721 int running; member
1125 if (s->running) in snd_m3_pcm_trigger()
1128 s->running = 1; in snd_m3_pcm_trigger()
1134 if (! s->running) in snd_m3_pcm_trigger()
1137 s->running = 0; in snd_m3_pcm_trigger()
1510 if (! s->running) in snd_m3_update_ptr()
1661 if (s->running) in snd_m3_interrupt()
1746 s->running = 0; in snd_m3_substream_open()
1772 if (s->substream && s->running) in snd_m3_substream_close()
1780 s->running = 0; in snd_m3_substream_close()
[all …]
Datiixp_modem.c227 int running; member
638 if (! dma->substream || ! dma->running) in snd_atiixp_xrun_dma()
650 if (! dma->substream || ! dma->running) in snd_atiixp_update_dma()
685 dma->running = 1; in snd_atiixp_pcm_trigger()
689 dma->running = 0; in snd_atiixp_pcm_trigger()
Drme32.c216 int running; member
1072 rme32->running |= (1 << s->stream); in snd_rme32_pcm_trigger()
1085 rme32->running &= ~(1 << s->stream); in snd_rme32_pcm_trigger()
1103 if (rme32->running && ! RME32_ISWORKING(rme32)) in snd_rme32_pcm_trigger()
1107 if (! rme32->running && RME32_ISWORKING(rme32)) in snd_rme32_pcm_trigger()
1111 if (rme32->running && RME32_ISWORKING(rme32)) in snd_rme32_pcm_trigger()
1115 if (rme32->running && ! RME32_ISWORKING(rme32)) in snd_rme32_pcm_trigger()
1157 if (rme32->running & (1 << SNDRV_PCM_STREAM_CAPTURE)) in snd_rme32_playback_fd_ack()
Datiixp.c251 int running; member
688 if (! dma->substream || ! dma->running) in snd_atiixp_xrun_dma()
699 if (! dma->substream || ! dma->running) in snd_atiixp_update_dma()
737 dma->running = 1; in snd_atiixp_pcm_trigger()
744 dma->running = 0; in snd_atiixp_pcm_trigger()
1485 if (dma->substream && dma->running) in snd_atiixp_suspend()
/linux-4.1.27/Documentation/usb/
Dgadget_serial.txt59 or a generic USB serial driver running on a host PC.
96 serial driver running, you should be able to communicate between
266 On a Linux host running the ACM driver, configure minicom similarly
270 On a Linux host running the USB generic serial driver, configure
281 With minicom configured and running on the gadget side and with
282 minicom or HyperTerminal configured and running on the host side,
/linux-4.1.27/drivers/spi/
Dspi-bfin5xx.c76 bool running; member
884 if (list_empty(&drv_data->queue) || !drv_data->running) { in bfin_spi_pump_messages()
940 if (!drv_data->running) { in bfin_spi_transfer()
952 if (drv_data->running && !drv_data->busy) in bfin_spi_transfer()
1177 drv_data->running = false; in bfin_spi_init_queue()
1200 if (drv_data->running || drv_data->busy) { in bfin_spi_start_queue()
1205 drv_data->running = true; in bfin_spi_start_queue()
1230 drv_data->running = false; in bfin_spi_stop_queue()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
DKconfig33 inserted in and removed from the running kernel whenever you want),
59 inserted in and removed from the running kernel whenever you want),
/linux-4.1.27/net/packet/
Dinternal.h101 unsigned int running:1, /* prot_hook is attached*/ member
/linux-4.1.27/drivers/crypto/ux500/
DKconfig22 Depends on UX500/STM DMA if running in DMA mode.
/linux-4.1.27/arch/powerpc/platforms/pasemi/
DKconfig29 running under a hypervisor.
/linux-4.1.27/drivers/staging/fbtft/
DREADME7 Development is done on a Raspberry Pi running the Raspbian "wheezy" distribution.
/linux-4.1.27/Documentation/power/
Dtricks.txt20 * try running as few processes as possible, preferably go to single
Dswsusp.txt79 are real high when running from batteries. The other gain is that we don't have to
221 A: Try running
238 running system, user asks for suspend-to-disk
259 running system, user asks for suspend-to-disk
280 Think of the following: you suspend while an application is running
326 to be useless to try to suspend to disk while that app is running?
336 suspend from console, preferably without X running. Booting with
/linux-4.1.27/Documentation/scheduler/
Dsched-design-CFS.txt18 1/nr_running speed. For example: if there are 2 tasks running, then it runs
25 is its actual runtime normalized to the total number of running tasks.
64 The total number of running tasks in the runqueue is accounted through the
180 preempt the currently running task.
194 process switch. This drives the running preemption.
Dsched-nice-design.txt45 people were running number crunching apps at nice +19.)
97 scheduler, running a nice +10 and a nice 11 task has the same CPU
98 utilization "split" between them as running a nice -5 and a nice -4
/linux-4.1.27/security/
DKconfig92 confidence that their hardware is running the VMM or kernel that
94 providing such assurances to VMs and services running on it.
119 systems running LSM.
/linux-4.1.27/drivers/isdn/gigaset/
Dgigaset.h446 unsigned running; /* !=0 if events are handled */ member
530 int running; member
770 if (cs->running) in gigaset_schedule_event()
/linux-4.1.27/drivers/media/platform/omap3isp/
Dispccdc.h159 bool running; member
/linux-4.1.27/arch/sh/
DKconfig.debug37 running more threads on a system and also reduces the pressure
75 If running in painfully slow environments, such as an RTL
/linux-4.1.27/drivers/tty/hvc/
DKconfig36 PowerNV machines running under OPAL need that driver to get a console
115 interfaces in the device tree of a Linux partition running
/linux-4.1.27/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c161 bool running; member
241 stream->running = false; in sst_byt_stream_update()
245 stream->running = true; in sst_byt_stream_update()
297 if (stream && stream->running && stream->notify_position) { in sst_byt_process_notification()
/linux-4.1.27/sound/usb/
Dpcm.c1522 if (!subs->running) { in retire_playback_urb()
1565 subs->running = 1; in snd_usb_substream_playback_trigger()
1569 subs->running = 0; in snd_usb_substream_playback_trigger()
1575 subs->running = 0; in snd_usb_substream_playback_trigger()
1595 subs->running = 1; in snd_usb_substream_capture_trigger()
1599 subs->running = 0; in snd_usb_substream_capture_trigger()
1603 subs->running = 0; in snd_usb_substream_capture_trigger()
1607 subs->running = 1; in snd_usb_substream_capture_trigger()
Dcard.h128 unsigned int running: 1; /* running status */ member
/linux-4.1.27/arch/x86/xen/
DKconfig50 bool "Support for running as a PVH guest"
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/
Dgpio-wdt.txt17 - always-running: If the watchdog timer cannot be disabled, add this flag to
/linux-4.1.27/fs/sysfs/
DKconfig10 Users can use sysfs to ascertain useful information about the running
/linux-4.1.27/drivers/gpu/vga/
DKconfig28 X isn't running and delayed switching until the next logoff. This
/linux-4.1.27/arch/mips/kvm/
DKconfig32 When running in Trap & Emulate mode patch privileged
/linux-4.1.27/drivers/s390/net/
DKconfig22 It also supports virtual CTCs when running under VM.
38 running on the other VM guest. To compile as a module, choose M.
/linux-4.1.27/net/ipv4/netfilter/
DKconfig193 (e.g. when running oldconfig). It selects
212 (e.g. when running oldconfig). It selects
287 (e.g. when running oldconfig). It selects
296 (e.g. when running oldconfig). It selects
346 (e.g. when running oldconfig). It selects
/linux-4.1.27/drivers/scsi/fnic/
Dvnic_wq_copy.c38 if (!(ioread32(&wq->ctrl->running))) in vnic_wq_copy_disable()
Dvnic_wq.h53 u32 running; /* 0x28 */ member
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dti,keystone-irq.txt5 The IRQ handler running on HOST OS can identify DSP signal source by
/linux-4.1.27/Documentation/networking/
Dalias.txt10 An alias is formed by adding a colon and a string when running ifconfig.
Dcxgb.txt239 2. After running insmod, the driver is loaded and the incorrect network
240 interface is brought up without running ifup.
265 3. Transport Protocol (TP) hangs when running heavy multi-connection traffic
303 If running on an SMP system and taking performance measurements, it
317 If you are just running user-space applications such as ftp, telnet,
Ddctcp.txt12 All switches in the data center network running DCTCP must support ECN
/linux-4.1.27/Documentation/devicetree/bindings/soc/fsl/
Dbman-portals.txt13 interaction by software running on processor cores, accelerators and network
/linux-4.1.27/arch/cris/
DKconfig.debug15 The CRIS version of gdb can be used to remotely debug a running
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/
Darm-mhu.txt11 used by Linux running NS.
/linux-4.1.27/Documentation/cgroups/
Dcpusets.txt89 * Web Servers running multiple instances of the same web application,
90 * Servers running different applications (for instance, a web server
92 * NUMA systems running large HPC applications with demanding
97 executing jobs. The location of the running jobs pages may also be moved
253 This enables batch managers monitoring jobs running in dedicated
257 This is useful both on tightly managed systems running a wide mix of
260 and with tightly coupled, long running, massively parallel scientific
275 Why a per-cpuset, running average:
282 Because this meter is a running average, instead of an accumulating
313 of preferring to put those pages on the node where the task is running.
[all …]
/linux-4.1.27/drivers/scsi/
Dlibiscsi.c563 if (!list_empty(&task->running)) in iscsi_complete_task()
564 list_del_init(&task->running); in iscsi_complete_task()
750 INIT_LIST_HEAD(&task->running); in __iscsi_conn_send_pdu()
786 list_add_tail(&task->running, &conn->mgmtqueue); in __iscsi_conn_send_pdu()
1477 if (list_empty(&task->running)) in iscsi_requeue_task()
1478 list_add_tail(&task->running, &conn->requeue); in iscsi_requeue_task()
1518 struct iscsi_task, running); in iscsi_data_xmit()
1519 list_del_init(&conn->task->running); in iscsi_data_xmit()
1536 running); in iscsi_data_xmit()
1537 list_del_init(&conn->task->running); in iscsi_data_xmit()
[all …]
/linux-4.1.27/sound/pci/hda/
Dhda_controller.h216 unsigned int running:1; member
351 unsigned int running:1; member
/linux-4.1.27/Documentation/sound/oss/
Doss-parameters.txt9 module. Loadable modules, after being loaded into the running kernel, also
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-dsp-keystone.txt3 HOST OS userland running on ARM can send interrupts to DSP cores using
/linux-4.1.27/drivers/usb/renesas_usbhs/
Dpipe.h85 void usbhs_pipe_running(struct usbhs_pipe *pipe, int running);
/linux-4.1.27/Documentation/trace/
Devents-nmi.txt13 will warn if it sees long-running handlers:
/linux-4.1.27/arch/x86/platform/olpc/
Dxo1-wakeup.S15 # OFW lands us here, running in protected mode, with a
/linux-4.1.27/drivers/vme/
Dvme_bridge.h65 struct list_head running; member
/linux-4.1.27/Documentation/arm/sunxi/
Dclocks.txt12 steps, one can gate it and keep the system running. Consider this
/linux-4.1.27/Documentation/virtual/kvm/devices/
Darm-vgic.txt62 -EBUSY: One or more VCPUs are running
95 -EBUSY: One or more VCPUs are running
/linux-4.1.27/drivers/staging/unisys/Documentation/
Dproc-entries.txt19 guest can be considered running and is shown as running in the s-Par
/linux-4.1.27/arch/powerpc/platforms/pseries/
DKconfig108 With this option a system running in an LPAR can be given more
120 makes sense for a system running in an LPAR where the unused pages
/linux-4.1.27/Documentation/block/
Dioprio.txt36 IOPRIO_CLASS_IDLE: This is the idle scheduling class, processes running at this
54 For a running process, you can give the pid instead:
/linux-4.1.27/fs/jbd/
DKconfig22 enable debugging output while the system is running, in order to
/linux-4.1.27/tools/testing/ktest/examples/
DREADME19 kvm.conf - A example of a config that is used to test a virtual guest running
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt165 User-Mode Linux as if they were running under a normal kernel, like
292 hosts'' for the scoop on running UML on your system.
453 for the scoop on running UML on your system.
509 If the network is running, then you can telnet to the virtual
780 initial boot output will appear in the terminal that you're running
897 running 2.2
900 running 2.4. Also, the TUN/TAP transport is able to use a
908 don't mind running the daemon in order to get somewhat better
932 running a prebuilt kernel from this site, everything is already
1203 The easiest way to get up and running is to let the setuid uml_net
[all …]
/linux-4.1.27/Documentation/misc-devices/mei/
Dmei.txt22 Active Management Technology (Intel AMT) implemented in firmware running on
26 even when the operating system running on the host processor has crashed or
134 Applications running locally on the platform communicate with Intel AMT Release
/linux-4.1.27/net/decnet/
DKconfig24 inserted in and removed from the running kernel whenever you want).
/linux-4.1.27/Documentation/blockdev/drbd/
Ddrbd-connection-state-overview.dot48 …cluster_resync [ shape=record,label="{<any>resynchronisation process running\l'concurrent' applica…
/linux-4.1.27/fs/jbd2/
DKconfig27 allows you to enable debugging output while the system is running,
/linux-4.1.27/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c49 bool running; member
90 algo_data->running = true; in i2c_algo_dp_aux_address()
109 if (algo_data->running) { in i2c_algo_dp_aux_stop()
111 algo_data->running = false; in i2c_algo_dp_aux_stop()
125 if (!algo_data->running) in i2c_algo_dp_aux_put_byte()
142 if (!algo_data->running) in i2c_algo_dp_aux_get_byte()
855 intel_dp->algo.running = false; in cdv_intel_dp_i2c_init()
/linux-4.1.27/drivers/net/ethernet/8390/
Dax88796.c97 unsigned char running; member
419 ax->running = 1; in ax_open()
438 ax->running = 0; in ax_close()
972 ax->resume_open = ax->running; in ax_suspend()
/linux-4.1.27/sound/pci/ali5451/
Dali5451.c192 running :1; member
869 if (pvoice->running) { in snd_ali_update_ptr()
1118 pvoice->running = 1; in snd_ali_trigger()
1120 evoice->running = 1; in snd_ali_trigger()
1122 pvoice->running = 0; in snd_ali_trigger()
1124 evoice->running = 0; in snd_ali_trigger()
1402 if (!pvoice->running) { in snd_ali_playback_pointer()
1423 if (!pvoice->running) { in snd_ali_pointer()

1234