/linux-4.4.14/Documentation/scsi/scsi_transport_srp/ |
D | rport_state_diagram.dot | 2 node [shape = doublecircle]; running lost; 7 running_rta [ label = "running;\nreconnect\ntimer\nactive" ]; 9 running [ label = "running;\nreconnect\ntimer\nstopped" ]; 14 …running -> 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… 16 …running -> blocked [ label = "fast_io_fail_tmo >= 0 or\ndev_loss_tmo >= 0;\nsrp_start_tl_fail_tim… 17 …running -> 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.4.14/tools/perf/arch/x86/tests/ |
D | rdpmc.c | 34 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; in mmap_read_self() local 41 running = pc->time_running; in mmap_read_self() 43 if (enabled != running) { in mmap_read_self() 58 if (enabled != running) { in mmap_read_self() 68 running += delta; in mmap_read_self() 70 quot = count / running; in mmap_read_self() 71 rem = count % running; in mmap_read_self() 72 count = quot * enabled + (rem * enabled) / running; in mmap_read_self()
|
/linux-4.4.14/sound/isa/sb/ |
D | sb16_csp.c | 173 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 …]
|
D | emu8000_pcm.c | 66 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()
|
D | sb16_main.c | 58 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.4.14/sound/core/ |
D | hrtimer.c | 41 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.4.14/sound/core/seq/oss/ |
D | seq_oss_timer.c | 57 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()
|
D | seq_oss_timer.h | 34 int running; member
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | cttimer.c | 43 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.4.14/sound/ppc/ |
D | beep.c | 33 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()
|
D | snd_ps3.h | 92 int running; member
|
D | pmac.h | 64 int running; /* boolean */ member
|
/linux-4.4.14/Documentation/frv/ |
D | configuring.txt | 41 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.4.14/drivers/gpu/host1x/hw/ |
D | cdma_hw.c | 71 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.4.14/sound/core/seq/ |
D | seq_timer.c | 82 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 …]
|
D | seq_timer.h | 36 unsigned int running:1, /* running state of queue */ member
|
/linux-4.4.14/drivers/input/serio/ |
D | userio.c | 39 bool running; member 106 if (userio->running) { in userio_char_release() 208 if (userio->running) { in userio_char_write() 215 userio->running = true; in userio_char_write() 220 if (userio->running) { in userio_char_write() 231 if (!userio->running) { in userio_char_write()
|
/linux-4.4.14/drivers/watchdog/ |
D | cpu5wdt.c | 63 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()
|
D | rdc321x_wdt.c | 58 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()
|
D | mtx-1_wdt.c | 62 int running; member 74 if (mtx1_wdt_device.running) in mtx1_wdt_trigger() 105 mtx1_wdt_device.running++; in mtx1_wdt_start()
|
D | orion_wdt.c | 320 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.4.14/drivers/hid/ |
D | uhid.c | 33 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.4.14/drivers/dma/sh/ |
D | rcar-dmac.c | 82 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() 743 chan->desc.running = NULL; in rcar_dmac_chan_reinit() 1143 struct rcar_dmac_desc *desc = chan->desc.running; in rcar_dmac_chan_get_residue() 1144 struct rcar_dmac_xfer_chunk *running = NULL; in rcar_dmac_chan_get_residue() local 1171 running = desc->running; in rcar_dmac_chan_get_residue() 1176 if (chunk == running || ++dptr == desc->nchunks) in rcar_dmac_chan_get_residue() [all …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-platform-chipidea-usb-otg | 7 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
|
D | sysfs-profiling | 8 You can get the same effect running:
|
D | sysfs-devices-system-xen_cpu | 18 When running under Xen platform, it provide user interface
|
D | sysfs-bus-intel_th-devices-pti | 14 free-running clock.
|
D | sysfs-firmware-sgi_uv | 15 machines, which each partition running a unique copy
|
D | sysfs-class-mei | 26 The register contains running state, power management
|
D | sysfs-bus-mdio | 27 device has had any "fixup" workaround running on it, encoded as
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | smp-tbsync.c | 36 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.4.14/Documentation/isdn/ |
D | 00-INDEX | 22 - 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.
|
D | README.avmb1 | 136 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.4.14/drivers/video/fbdev/ |
D | pxa3xx-gcu.c | 112 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.4.14/Documentation/dmaengine/ |
D | pxa_dma.txt | 8 is queued even on a running DMA channel. 13 stop and restart, but is submitted on a "running channel". The other 23 c) Channel running state 24 A driver should be able to query if a channel is running or not. For the 28 know if a channel is in running or stopped state. 62 Suppose the running chain is : 89 this specific case if the DMA is already running in aligned mode. 99 any lock to find out what is the latest completed transfer in a running 117 currently running descriptor. 124 - a driver issued tx1+tx2 => channel is running in aligned mode
|
D | dmatest.txt | 32 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.4.14/net/tipc/ |
D | Kconfig | 17 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.4.14/sound/soc/spear/ |
D | spdif_out.c | 38 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.4.14/kernel/rcu/ |
D | srcu.c | 103 sp->running = false; in init_srcu_struct_fields() 396 if (!sp->running) { in call_srcu() 397 sp->running = true; in call_srcu() 428 if (!sp->running) { in __synchronize_srcu() 430 sp->running = true; in __synchronize_srcu() 650 sp->running = false; in srcu_reschedule()
|
/linux-4.4.14/sound/usb/line6/ |
D | playback.c | 202 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()
|
D | capture.c | 188 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()
|
D | pcm.c | 189 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()
|
D | pcm.h | 135 unsigned long running; member
|
/linux-4.4.14/arch/arm/mach-iop13xx/ |
D | Kconfig | 10 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.4.14/arch/powerpc/kvm/ |
D | Kconfig | 53 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.4.14/tools/testing/selftests/powerpc/pmu/ |
D | event.c | 121 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()
|
D | l3_bank_test.c | 36 FAIL_IF(event.result.running == 0); in l3_bank_test()
|
D | event.h | 22 u64 running; member
|
D | per_event_excludes.c | 95 FAIL_IF(events[i].result.running != events[i].result.enabled); in per_event_excludes()
|
/linux-4.4.14/Documentation/ia64/ |
D | mca.txt | 40 * 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 …]
|
D | README | 16 Compiling and running this kernel requires an IA-64 compliant GCC
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | soc-ac97link.txt | 8 "ac97-running": AC97-link is active 20 pinctrl-names = "default", "ac97-running", "ac97-reset", "ac97-warm-reset";
|
/linux-4.4.14/Documentation/devicetree/bindings/timer/ |
D | brcm,bcm2835-system-timer.txt | 4 single 64-bit free running counter. Each channel has an output compare 6 free running counter values, and generates an interrupt.
|
D | nvidia,tegra20-timer.txt | 4 running counter. The first two channels may also trigger a watchdog reset.
|
D | samsung,exynos4210-mct.txt | 4 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
|
D | nvidia,tegra30-timer.txt | 4 running counter, and 5 watchdog modules. The first two channels may also
|
D | ti,keystone-timer.txt | 9 It is global timer is a free running up-counter and can generate interrupt
|
/linux-4.4.14/sound/pci/nm256/ |
D | nm256.c | 191 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.4.14/kernel/time/ |
D | Kconfig | 75 This option keeps the tick running periodically at a constant 104 the CPU is running tasks. Typically this requires running a single 105 task on the CPU. Chances for running tickless are maximized when 134 At least one CPU must keep the scheduling-clock tick running for 137 running non-idle tasks. Because the underlying adaptive-tick 139 all CPUs each running a single task in dynticks mode, the
|
D | posix-cpu-timers.c | 236 if (!READ_ONCE(cputimer->running)) { in thread_group_cputimer() 252 WRITE_ONCE(cputimer->running, true); in thread_group_cputimer() 609 if (READ_ONCE(tsk->signal->cputimer.running)) in posix_cpu_timers_can_stop_tick() 921 WRITE_ONCE(cputimer->running, false); in stop_process_timers() 975 if (!READ_ONCE(tsk->signal->cputimer.running)) in check_process_timers() 1167 if (READ_ONCE(sig->cputimer.running) && in fastpath_timer_check()
|
/linux-4.4.14/sound/pci/rme9652/ |
D | rme9652.c | 237 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 …]
|
/linux-4.4.14/Documentation/video4linux/ |
D | pxa_camera.txt | 45 | | 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.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | time-event.c | 93 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() 572 if (te_data->running && in iwl_mvm_protect_session() 579 if (te_data->running) { in iwl_mvm_protect_session() 747 if (te_data->running) { in iwl_mvm_start_p2p_roc() 854 if (te_data->running) { in iwl_mvm_schedule_csa_period()
|
/linux-4.4.14/drivers/thunderbolt/ |
D | nhi.c | 172 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()
|
D | nhi.h | 46 bool running:1; member
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-buildid-list.txt | 19 It can also be used to show the build id of the running kernel or in an ELF 35 Show running kernel build id.
|
D | android.txt | 68 IV. Environment settings for running perf 71 You need to set these before running perf on the target:
|
/linux-4.4.14/sound/oss/dmasound/ |
D | Kconfig | 11 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.4.14/sound/pci/emu10k1/ |
D | p16v.c | 476 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()
|
D | emupcm.c | 99 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()
|
D | emu10k1x.c | 210 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.4.14/net/mac80211/ |
D | led.c | 259 if (!tpt_trig->running) in tpt_trig_timer() 322 if (tpt_trig->running) in ieee80211_start_tpt_led_trig() 327 tpt_trig->running = true; in ieee80211_start_tpt_led_trig() 338 if (!tpt_trig->running) in ieee80211_stop_tpt_led_trig() 341 tpt_trig->running = false; in ieee80211_stop_tpt_led_trig()
|
/linux-4.4.14/drivers/macintosh/ |
D | therm_windtunnel.c | 50 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.4.14/Documentation/leds/ |
D | leds-lp55xx.txt | 14 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,
|
D | ledtrig-transient.txt | 88 duration running. 90 running. 120 echo 0 > activate - cancels currently running timer.
|
/linux-4.4.14/Documentation/vm/ |
D | userfaultfd.txt | 51 requested uffdio_api.api is spoken also by the running kernel and the 88 externalization consisting of a virtual machine running with part or 97 aren't waiting for userfaults (i.e. network bound) can keep running in 111 the QEMU running in the destination node runs UFFDIO_COPY|ZEROPAGE 122 After the QEMU postcopy thread (running in the destination node) gets 128 migration thread in the QEMU running in the destination node will 137 the QEMU running in the source node to know which pages are still
|
D | ksm.txt | 33 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.4.14/arch/um/ |
D | Kconfig.net | 29 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
|
D | Kconfig.um | 54 a full-blown operating system running under every user mode linux 91 be 1 << order pages. The default is OK unless you're running Valgrind
|
/linux-4.4.14/drivers/dma/ |
D | nbpfaxi.c | 221 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.4.14/Documentation/accounting/ |
D | cgroupstats.txt | 25 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0 27 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
|
/linux-4.4.14/drivers/s390/block/ |
D | Kconfig | 11 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.4.14/include/linux/ |
D | srcu.h | 51 bool running; member 92 .running = false, \
|
D | hrtimer.h | 189 struct hrtimer *running; member 441 return timer->base->cpu_base->running == timer; in hrtimer_callback_running()
|
/linux-4.4.14/drivers/media/pci/ddbridge/ |
D | ddbridge.h | 86 int running; member 114 int running; member
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | cdma.c | 221 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()
|
D | cdma.h | 79 bool running; member
|
/linux-4.4.14/sound/drivers/ |
D | aloop.c | 79 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() 1094 snd_iprintf(buffer, " running: %u\n", cable->running); in print_substream_info()
|
D | dummy.c | 377 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.4.14/arch/mips/sgi-ip27/ |
D | Kconfig | 11 for more memory. Your hardware is almost certainly running in 19 for more memory. Your hardware is almost certainly running in
|
/linux-4.4.14/arch/x86/kvm/ |
D | pmu.h | 42 u64 counter, enabled, running; in pmc_read_counter() local 47 &enabled, &running); in pmc_read_counter()
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | Kconfig | 12 Enable support for the SyncLink PC Card serial adapter, running 17 inserted in and removed from the running kernel whenever you want).
|
/linux-4.4.14/sound/hda/ |
D | hdac_stream.c | 63 azx_dev->running = true; in snd_hdac_stream_start() 76 azx_dev->running = false; in snd_hdac_stream_clear() 262 res->running = 0; in snd_hdac_stream_assign() 283 azx_dev->running = 0; in snd_hdac_stream_release() 629 if (azx_dev->running || azx_dev->locked) { in snd_hdac_dsp_prepare()
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | README | 1 This file contains documentation for running mainline
|
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run.sh | 106 echo No identifiable boot image, not running KVM, see $resdir. 117 echo Build failed, not running KVM, see $resdir.
|
D | parse-console.sh | 37 print_warning Console output contains nul bytes, old qemu still running?
|
/linux-4.4.14/Documentation/ |
D | cachetlb.txt | 43 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 …]
|
D | bcache.txt | 57 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.4.14/Documentation/acpi/ |
D | method-customizing.txt | 28 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.4.14/Documentation/virtual/kvm/ |
D | nested-vmx.txt | 9 *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
|
D | ppc-pv.txt | 21 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
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | Kconfig | 19 Atheros AR6003 and AR6004 chipsets running over SDIO. If you 30 Atheros AR6004 chipset and chipsets based on it running over
|
/linux-4.4.14/Documentation/arm/ |
D | firmware.txt | 5 Some boards are running with secure firmware running in TrustZone secure
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | dvma.h | 116 int running; /* Are we doing DMA now? */ member 234 dma->running = 0; \
|
/linux-4.4.14/Documentation/security/ |
D | Yama.txt | 15 running state of any of their processes. For example, if one application 17 attach to other running processes (e.g. Firefox, SSH sessions, GPG agent, 50 process running under the same uid, as long as it is dumpable (i.e.
|
D | SELinux.txt | 15 3. Make sure that you are not running with
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | PLEB | 3 pocket computer capable of running the Linux Kernel.
|
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/ |
D | brcm,bcm7038-wdt.txt | 10 - clocks: The clock running the watchdog. If no clock is found the
|
D | gpio-wdt.txt | 17 - always-running: If the watchdog timer cannot be disabled, add this flag to
|
/linux-4.4.14/Documentation/timers/ |
D | NO_HZ.txt | 23 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.4.14/Documentation/devicetree/bindings/mips/brcm/ |
D | soc.txt | 11 The experimental -viper variants are for running Linux on the 3384's
|
/linux-4.4.14/drivers/isdn/pcbit/ |
D | Kconfig | 6 manufactured in Portugal by Octal. For running this card,
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | pixcir_i2c_ts.c | 43 bool running; member 169 while (tsdata->running) { in pixcir_ts_isr() 312 ts->running = true; in pixcir_start() 340 ts->running = false; in pixcir_stop()
|
/linux-4.4.14/Documentation/RCU/ |
D | UP.txt | 91 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.4.14/block/ |
D | blk-flush.c | 223 struct list_head *running; in flush_end_io() local 239 running = &fq->flush_queue[fq->flush_running_idx]; in flush_end_io() 249 list_for_each_entry_safe(rq, n, running, flush.list) { in flush_end_io()
|
/linux-4.4.14/Documentation/tpm/ |
D | xen-tpmfront.txt | 78 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.4.14/include/sound/ |
D | sb16_csp.h | 71 int running; /* running state */ member
|
D | timer.h | 81 int running; /* running instances */ member
|
/linux-4.4.14/sound/aoa/soundbus/i2sbus/ |
D | pcm.c | 349 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()
|
D | i2sbus.h | 37 u32 running:1; member
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-upload.txt | 19 - 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.4.14/drivers/input/keyboard/ |
D | lm8323.c | 137 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.4.14/Documentation/dvb/ |
D | opera-firmware.txt | 24 in kernel config and have hotplug running).
|
/linux-4.4.14/drivers/isdn/icn/ |
D | Kconfig | 7 line with two B-channels, 4B supports two ISDN lines. For running
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb_vs_cpu_event_test.c | 80 FAIL_IF(event.result.enabled >= event.result.running); in ebb_vs_cpu_event()
|
D | task_event_pinned_vs_ebb_test.c | 85 FAIL_IF(event.result.running == 0); in task_event_pinned_vs_ebb()
|
D | cpu_event_pinned_vs_ebb_test.c | 87 FAIL_IF(event.result.enabled != event.result.running); in cpu_event_pinned_vs_ebb()
|
/linux-4.4.14/net/irda/irlan/ |
D | Kconfig | 12 to another Linux machine running the IrLAN protocol for ad-hoc
|
/linux-4.4.14/security/tomoyo/ |
D | Kconfig | 25 Some programs access thousands of objects, so running 52 variant part of policy and verifying (e.g. running GPG check) and
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | governors.txt | 104 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.4.14/net/irda/irnet/ |
D | irnet_irda.h | 47 int running; /* Are we operational ? */ member
|
D | irnet_irda.c | 566 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.4.14/arch/metag/ |
D | Kconfig | 114 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.
|
D | Kconfig.debug | 15 running more threads on a system and also reduces the pressure
|
D | Kconfig.soc | 66 Halt the core when a panic occurs. This is useful when running
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Procfile.txt | 137 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.4.14/drivers/media/pci/saa7134/ |
D | saa7134-input.c | 443 if (!ir->running) in saa7134_input_irq() 478 if (ir->running) in __saa7134_ir_start() 517 ir->running = true; in __saa7134_ir_start() 542 if (!ir->running) in __saa7134_ir_stop() 548 ir->running = false; in __saa7134_ir_stop()
|
/linux-4.4.14/drivers/net/ethernet/ |
D | netx-eth.c | 316 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.4.14/security/ |
D | Kconfig | 92 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.4.14/include/trace/events/ |
D | jbd2.h | 244 __field( unsigned long, running ) 258 __entry->running = stats->rs_running; 273 jiffies_to_msecs(__entry->running),
|
/linux-4.4.14/sound/pci/ca0106/ |
D | ca0106_main.c | 971 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.4.14/arch/m68k/ |
D | Kconfig.cpu | 15 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.4.14/Documentation/usb/ |
D | gadget_serial.txt | 59 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.4.14/sound/pci/ |
D | via82xx_modem.c | 224 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()
|
D | maestro3.c | 721 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 …]
|
D | atiixp_modem.c | 227 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()
|
D | rme32.c | 216 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()
|
D | atiixp.c | 251 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.4.14/drivers/spi/ |
D | spi-bfin5xx.c | 76 bool running; member 880 if (list_empty(&drv_data->queue) || !drv_data->running) { in bfin_spi_pump_messages() 936 if (!drv_data->running) { in bfin_spi_transfer() 948 if (drv_data->running && !drv_data->busy) in bfin_spi_transfer() 1173 drv_data->running = false; in bfin_spi_init_queue() 1196 if (drv_data->running || drv_data->busy) { in bfin_spi_start_queue() 1201 drv_data->running = true; in bfin_spi_start_queue() 1226 drv_data->running = false; in bfin_spi_stop_queue()
|
/linux-4.4.14/Documentation/arm/keystone/ |
D | knav-qmss.txt | 54 PDSP is not running in the SoC. The API call fails if there is a queue open 55 request to an acc queue and PDSP is not running. So make sure to copy firmware
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | Kconfig | 33 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.4.14/Documentation/scheduler/ |
D | sched-design-CFS.txt | 18 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.
|
D | sched-nice-design.txt | 45 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.4.14/drivers/staging/fbtft/ |
D | README | 7 Development is done on a Raspberry Pi running the Raspbian "wheezy" distribution.
|
/linux-4.4.14/arch/powerpc/platforms/pasemi/ |
D | Kconfig | 29 running under a hypervisor.
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm_adsp.h | 56 bool running; member
|
/linux-4.4.14/Documentation/power/ |
D | tricks.txt | 20 * try running as few processes as possible, preferably go to single
|
/linux-4.4.14/drivers/crypto/ux500/ |
D | Kconfig | 23 Depends on UX500/STM DMA if running in DMA mode.
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | gigaset.h | 446 unsigned running; /* !=0 if events are handled */ member 530 int running; member 770 if (cs->running) in gigaset_schedule_event()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispccdc.h | 159 bool running; member
|
/linux-4.4.14/arch/sh/ |
D | Kconfig.debug | 37 running more threads on a system and also reduces the pressure 75 If running in painfully slow environments, such as an RTL
|
/linux-4.4.14/drivers/tty/hvc/ |
D | Kconfig | 36 PowerNV machines running under OPAL need that driver to get a console 108 interfaces in the device tree of a Linux partition running
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | ath79-ddr-controller.txt | 5 by the IRQ controller to flush the FIFO before running the interrupt handler
|
/linux-4.4.14/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 161 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.4.14/fs/sysfs/ |
D | Kconfig | 10 Users can use sysfs to ascertain useful information about the running
|
/linux-4.4.14/drivers/gpu/vga/ |
D | Kconfig | 28 X isn't running and delayed switching until the next logoff. This
|
/linux-4.4.14/net/packet/ |
D | internal.h | 113 unsigned int running:1, /* prot_hook is attached*/ member
|
/linux-4.4.14/arch/mips/kvm/ |
D | Kconfig | 32 When running in Trap & Emulate mode patch privileged
|
/linux-4.4.14/drivers/s390/net/ |
D | Kconfig | 22 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.4.14/Documentation/cgroups/ |
D | cpusets.txt | 89 * 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.4.14/drivers/scsi/ |
D | libiscsi.c | 563 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.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | ti,keystone-irq.txt | 5 The IRQ handler running on HOST OS can identify DSP signal source by
|
D | qca,ath79-cpu-intc.txt | 3 On most SoC the IRQ controller need to flush the DDR FIFO before running
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/fsl/ |
D | bman-portals.txt | 13 interaction by software running on processor cores, accelerators and network
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | vnic_wq_copy.c | 38 if (!(ioread32(&wq->ctrl->running))) in vnic_wq_copy_disable()
|
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/ |
D | arm-mhu.txt | 11 used by Linux running NS.
|
/linux-4.4.14/arch/cris/ |
D | Kconfig.debug | 15 The CRIS version of gdb can be used to remotely debug a running
|
/linux-4.4.14/Documentation/networking/ |
D | alias.txt | 10 An alias is formed by adding a colon and a string when running ifconfig.
|
D | cxgb.txt | 239 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,
|
D | dctcp.txt | 13 All switches in the data center network running DCTCP must support ECN
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | Kconfig | 103 With this option a system running in an LPAR can be given more 115 makes sense for a system running in an LPAR where the unused pages
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | Kconfig | 207 (e.g. when running oldconfig). It selects 227 (e.g. when running oldconfig). It selects 302 (e.g. when running oldconfig). It selects 311 (e.g. when running oldconfig). It selects 361 (e.g. when running oldconfig). It selects
|
/linux-4.4.14/sound/usb/ |
D | pcm.c | 1590 if (!subs->running) { in retire_playback_urb() 1633 subs->running = 1; in snd_usb_substream_playback_trigger() 1637 subs->running = 0; in snd_usb_substream_playback_trigger() 1643 subs->running = 0; in snd_usb_substream_playback_trigger() 1663 subs->running = 1; in snd_usb_substream_capture_trigger() 1667 subs->running = 0; in snd_usb_substream_capture_trigger() 1671 subs->running = 0; in snd_usb_substream_capture_trigger() 1675 subs->running = 1; in snd_usb_substream_capture_trigger()
|
D | card.h | 129 unsigned int running: 1; /* running status */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-dsp-keystone.txt | 3 HOST OS userland running on ARM can send interrupts to DSP cores using
|
/linux-4.4.14/Documentation/sound/oss/ |
D | oss-parameters.txt | 9 module. Loadable modules, after being loaded into the running kernel, also
|
/linux-4.4.14/arch/s390/kernel/ |
D | head.S | 228 tm .Lcpuid,0xff # running VM ? 267 # startup-code at 0x10000, running in absolute addressing mode 284 # kdump startup-code at 0x10010, running in 64 bit absolute addressing mode
|
/linux-4.4.14/arch/x86/xen/ |
D | Kconfig | 55 bool "Support for running as a PVH guest"
|
/linux-4.4.14/Documentation/arm/sunxi/ |
D | clocks.txt | 12 steps, one can gate it and keep the system running. Consider this
|
/linux-4.4.14/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 15 # OFW lands us here, running in protected mode, with a
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | pipe.h | 85 void usbhs_pipe_running(struct usbhs_pipe *pipe, int running);
|
/linux-4.4.14/Documentation/trace/ |
D | events-nmi.txt | 13 will warn if it sees long-running handlers:
|
/linux-4.4.14/Documentation/block/ |
D | ioprio.txt | 36 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.4.14/drivers/staging/unisys/Documentation/ |
D | proc-entries.txt | 19 guest can be considered running and is shown as running in the s-Par
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | arm-vgic.txt | 62 -EBUSY: One or more VCPUs are running 96 -EBUSY: One or more VCPUs are running
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 1170 bool queued, running; in do_set_cpus_allowed() local 1175 running = task_current(rq, p); in do_set_cpus_allowed() 1185 if (running) in do_set_cpus_allowed() 1190 if (running) in do_set_cpus_allowed() 1430 int running, queued; in wait_task_inactive() local 1467 running = task_running(rq, p); in wait_task_inactive() 1486 if (unlikely(running)) { in wait_task_inactive() 3368 int oldprio, queued, running, enqueue_flag = ENQUEUE_RESTORE; in rt_mutex_setprio() local 3398 running = task_current(rq, p); in rt_mutex_setprio() 3401 if (running) in rt_mutex_setprio() [all …]
|
/linux-4.4.14/tools/testing/ktest/examples/ |
D | README | 19 kvm.conf - A example of a config that is used to test a virtual guest running
|
/linux-4.4.14/drivers/vme/ |
D | vme_bridge.h | 67 struct list_head running; member
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 165 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.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | gmc_v8_0.c | 249 u32 running, blackout = 0; in gmc_v8_0_mc_load_microcode() local 266 running = REG_GET_FIELD(RREG32(mmMC_SEQ_SUP_CNTL), MC_SEQ_SUP_CNTL, RUN); in gmc_v8_0_mc_load_microcode() 268 if (running == 0) { in gmc_v8_0_mc_load_microcode() 269 if (running) { in gmc_v8_0_mc_load_microcode() 306 if (running) in gmc_v8_0_mc_load_microcode()
|