Searched refs:running (Results 1 - 200 of 2531) sorted by relevance

1234567891011>>

/linux-4.1.27/arch/ia64/include/asm/uv/
H A Duv.h8 /* temporary support for running on hardware simulator */ is_uv_system()
/linux-4.1.27/include/linux/
H A Dpersonality.h12 * Change personality of the currently running process.
H A Djournal-head.h42 * the currently running transaction
62 * metadata: either the running transaction or the committing
72 * Pointer to the running compound transaction which is currently
H A Dthreads.h39 * minimum settable value for pid_max on the running system based
H A Di2c-omap.h11 * version we know it is running on from platform / cpu-specific
H A Drculist_bl.h42 * hlist_bl_del_rcu(), running on this same list. However, it is
68 * or hlist_bl_del_rcu(), running on this same list.
91 * or hlist_bl_del_rcu(), running on this same list.
H A Drculist_nulls.h28 * hlist_nulls_del_rcu(), running on this same list. However, it is
60 * or hlist_nulls_del_rcu(), running on this same list.
83 * or hlist_nulls_del_rcu(), running on this same list.
H A Dhrtimer.h56 * 0x02 callback function running
60 * 0x03 callback function running and enqueued
64 * The "callback function running and enqueued" status is only possible on
68 * signal and rearm the timer. We have to preserve the callback running state,
142 * @softirq_time: the time when running the hrtimer queue in the softirq
392 * callback function is running or it's in the state of being migrated
409 * Helper function to check, whether the timer is running the callback
H A Drculist.h73 * or list_del_rcu(), running on this same list.
94 * or list_del_rcu(), running on this same list.
119 * or list_add_rcu(), running on this same list.
151 * hlist_del_rcu(), running on this same list. However, it is
338 * or hlist_del_rcu(), running on this same list.
388 * or hlist_del_rcu(), running on this same list.
419 * or hlist_del_rcu(), running on this same list.
446 * or hlist_del_rcu(), running on this same list.
H A Dzutil.h65 Update a running Adler-32 checksum with the bytes buf[0..len-1] and
/linux-4.1.27/include/xen/
H A Dxen.h5 XEN_NATIVE, /* running on bare hardware */
6 XEN_PV_DOMAIN, /* running in a PV domain */
7 XEN_HVM_DOMAIN, /* running in a Xen hvm domain */
/linux-4.1.27/arch/sparc/include/uapi/asm/
H A Dwatchdog.h24 #define WD_FREERUN 0x01 /* timer is running, interrupts disabled */
26 #define WD_RUNNING 0x04 /* timer is running, interrupts enabled */
/linux-4.1.27/tools/perf/tests/
H A Drdpmc.c35 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; mmap_read_self() local
42 running = pc->time_running; mmap_read_self()
44 if (enabled != running) { mmap_read_self()
59 if (enabled != running) { mmap_read_self()
69 running += delta; mmap_read_self()
71 quot = count / running; mmap_read_self()
72 rem = count % running; mmap_read_self()
73 count = quot * enabled + (rem * enabled) / running; mmap_read_self()
/linux-4.1.27/arch/cris/include/arch-v10/arch/
H A Dtlb.h5 * The last page_id is never running - it is used as an invalid page_id
/linux-4.1.27/arch/metag/include/asm/
H A Dmmu.h46 * MMCU_TnLOCAL_TABLE_PHYS0 if running in local-space or
47 * MMCU_TnGLOBAL_TABLE_PHYS0 if running in global-space.
62 * MMCU_TnLOCAL_TABLE_PHYS1 if running in local-space or
63 * MMCU_TnGLOBAL_TABLE_PHYS1 if running in global-space.
H A Dmmu_context.h23 * pgd of a process while it is running. While a process is not init_new_context()
24 * running the pgd and context fields should be equal. init_new_context()
/linux-4.1.27/arch/arm/include/asm/
H A Dsystem_info.h18 /* information about the system we're running on */
H A Dsetup.h11 * hardware it's running on. See Documentation/arm/Setup
H A Dswitch_to.h7 * For v7 SMP cores running a preemptible kernel we may be pre-empted
H A Dsmp_plat.h15 * Return true if we are running on a SMP platform
/linux-4.1.27/sound/core/
H A Dhrtimer.c41 atomic_t running; member in struct:snd_hrtimer
50 if (!atomic_read(&stime->running)) snd_hrtimer_callback()
56 if (!atomic_read(&stime->running)) snd_hrtimer_callback()
71 atomic_set(&stime->running, 0); snd_hrtimer_open()
92 atomic_set(&stime->running, 0); snd_hrtimer_start()
96 atomic_set(&stime->running, 1); snd_hrtimer_start()
103 atomic_set(&stime->running, 0); snd_hrtimer_stop()
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/
H A Devent.c121 if (e->result.running == e->result.enabled) event_report_justified()
122 printf("running/enabled %llu\n", e->result.running); event_report_justified()
124 printf("running %llu enabled %llu\n", e->result.running, event_report_justified()
H A Dl3_bank_test.c36 FAIL_IF(event.result.running == 0); l3_bank_test()
H A Dper_event_excludes.c34 * We need to create the events disabled, otherwise the running/enabled per_event_excludes()
91 * We should see that all events have enabled == running. That per_event_excludes()
95 FAIL_IF(events[i].result.running != events[i].result.enabled); per_event_excludes()
H A Devent.h22 u64 running; member in struct:event::__anon14859
/linux-4.1.27/arch/score/include/asm/
H A Dscoreregs.h45 #define TMR_M_FREE 0x0000 /* free running timer mode */
47 #define TMR_M_FC 0x0800 /* free running counter mode */
/linux-4.1.27/sound/core/seq/oss/
H A Dseq_oss_timer.c57 rec->running = 0; snd_seq_oss_timer_new()
165 if (timer->running) snd_seq_oss_timer_start()
175 timer->running = 1; snd_seq_oss_timer_start()
187 if (! timer->running) snd_seq_oss_timer_stop()
190 timer->running = 0; snd_seq_oss_timer_stop()
201 if (timer->running) snd_seq_oss_timer_continue()
204 timer->running = 1; snd_seq_oss_timer_continue()
221 if (timer->running) snd_seq_oss_timer_tempo()
H A Dseq_oss_timer.h34 int running; member in struct:seq_oss_timer
/linux-4.1.27/drivers/net/bonding/
H A Dbonding_priv.h2 * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'.
/linux-4.1.27/arch/x86/include/asm/
H A Dmmu.h15 /* True if mm supports a task running in 32 bit compatibility mode. */
H A Dlguest.h54 /* Fields which are used when guest is running. */
63 /* The GDT entries copied into lguest_ro_state when running. */
66 /* The IDT entries: some copied into lguest_ro_state when running. */
H A Dcmpxchg_32.h74 * Building a kernel capable running on 80386 and 80486. It may be necessary
/linux-4.1.27/arch/powerpc/kernel/
H A Dsmp-tbsync.c36 static volatile int running; variable
51 while (!running) smp_generic_take_timebase()
121 running = 1; smp_generic_give_timebase()
169 running = 0; smp_generic_give_timebase()
H A Dcpu_setup_ppc970.S20 /* Do nothing if not running in HV mode */
76 /* Do nothing if not running in HV mode */
90 /* Do nothing if not running in HV mode */
150 /* Do nothing if not running in HV mode */
H A Dcpu_setup_fsl_booke.S147 * We only want to touch IVOR38-41 if we're running on hardware
198 * We only want to touch IVOR38-41 if we're running on hardware
218 * We only want to touch IVOR38-41 if we're running on hardware
/linux-4.1.27/arch/cris/arch-v32/lib/
H A Ddelay.c16 * On ETRAX FS, we can check the free-running read-only 100MHz timer
/linux-4.1.27/sound/pci/ctxfi/
H A Dcttimer.c43 unsigned int running:1; member in struct:ct_timer_instance
58 unsigned int running:1; /* global timer running */ member in struct:ct_timer
89 if (ti->running) ct_systimer_callback()
106 ti->running = 1; ct_systimer_start()
118 ti->running = 0; ct_systimer_stop()
154 if (!atimer->running) ct_xfitimer_irq_rearm()
156 atimer->running = 1; ct_xfitimer_irq_rearm()
161 if (atimer->running) { ct_xfitimer_irq_stop()
165 atimer->running = 0; ct_xfitimer_irq_stop()
177 * checks the running instance list and determines the next timer interval.
240 if (ti->running && ti->need_update) { ct_xfitimer_check_period()
270 ti->running = 0; ct_xfitimer_prepare()
301 ti->running = 1; ct_xfitimer_start()
315 ti->running = 0; ct_xfitimer_stop()
366 ti->running = 0; ct_timer_prepare()
/linux-4.1.27/sound/isa/sb/
H A Dsb16_csp.c173 if (p->running & SNDRV_SB_CSP_ST_RUNNING) snd_sb_csp_free()
222 info.state = p->running; snd_sb_csp_ioctl()
231 err = (p->running & SNDRV_SB_CSP_ST_RUNNING ? snd_sb_csp_ioctl()
235 err = (p->running & SNDRV_SB_CSP_ST_RUNNING ? snd_sb_csp_ioctl()
239 /* change CSP running state */ snd_sb_csp_ioctl()
370 p->running = 0; snd_sb_csp_riff_load()
454 p->running = SNDRV_SB_CSP_ST_LOADED; /* set LOADED flag */ snd_sb_csp_riff_load()
467 if (p->running & SNDRV_SB_CSP_ST_RUNNING) snd_sb_csp_unload()
469 if (!(p->running & SNDRV_SB_CSP_ST_LOADED)) snd_sb_csp_unload()
480 p->running = 0; snd_sb_csp_unload()
727 * return 0 if CSP is loaded and ready to run (p->running != 0)
734 /* if CSP is running or manually loaded then exit */ snd_sb_csp_autoload()
735 if (p->running & (SNDRV_SB_CSP_ST_RUNNING | SNDRV_SB_CSP_ST_LOADED)) snd_sb_csp_autoload()
740 p->running = SNDRV_SB_CSP_ST_AUTO; snd_sb_csp_autoload()
771 if (p->running & SNDRV_SB_CSP_ST_AUTO) { snd_sb_csp_autoload()
776 p->running = 0; /* clear autoloaded flag */ snd_sb_csp_autoload()
784 p->running = 0; /* clear autoloaded flag */ snd_sb_csp_autoload()
788 p->running = SNDRV_SB_CSP_ST_AUTO; /* set autoloaded flag */ snd_sb_csp_autoload()
795 return (p->running & SNDRV_SB_CSP_ST_AUTO) ? 0 : -ENXIO; snd_sb_csp_autoload()
808 if (!(p->running & (SNDRV_SB_CSP_ST_LOADED | SNDRV_SB_CSP_ST_AUTO))) { snd_sb_csp_start()
812 if (p->running & SNDRV_SB_CSP_ST_RUNNING) { snd_sb_csp_start()
813 snd_printd("%s: CSP already running\n", __func__); snd_sb_csp_start()
853 p->running |= SNDRV_SB_CSP_ST_RUNNING; snd_sb_csp_start()
860 p->running |= SNDRV_SB_CSP_ST_QSOUND; snd_sb_csp_start()
886 if (!(p->running & SNDRV_SB_CSP_ST_RUNNING)) snd_sb_csp_stop()
897 if (p->running & SNDRV_SB_CSP_ST_QSOUND) { snd_sb_csp_stop()
903 p->running &= ~SNDRV_SB_CSP_ST_QSOUND; snd_sb_csp_stop()
914 p->running &= ~(SNDRV_SB_CSP_ST_PAUSED | SNDRV_SB_CSP_ST_RUNNING); snd_sb_csp_stop()
926 if (!(p->running & SNDRV_SB_CSP_ST_RUNNING)) snd_sb_csp_pause()
933 p->running |= SNDRV_SB_CSP_ST_PAUSED; snd_sb_csp_pause()
946 if (!(p->running & SNDRV_SB_CSP_ST_PAUSED)) snd_sb_csp_restart()
953 p->running &= ~SNDRV_SB_CSP_ST_PAUSED; snd_sb_csp_restart()
1106 if (p->running & SNDRV_SB_CSP_ST_QSOUND) { snd_sb_csp_qsound_transfer()
1141 snd_iprintf(buffer, "State: %cx%c%c%c\n", ((p->running & SNDRV_SB_CSP_ST_QSOUND) ? 'Q' : '-'), info_read()
1142 ((p->running & SNDRV_SB_CSP_ST_PAUSED) ? 'P' : '-'), info_read()
1143 ((p->running & SNDRV_SB_CSP_ST_RUNNING) ? 'R' : '-'), info_read()
1144 ((p->running & SNDRV_SB_CSP_ST_LOADED) ? 'L' : '-')); info_read()
1145 if (p->running & SNDRV_SB_CSP_ST_LOADED) { info_read()
1171 if (p->running & SNDRV_SB_CSP_ST_AUTO) { info_read()
1174 if (p->running & SNDRV_SB_CSP_ST_RUNNING) { info_read()
1179 if (p->running & SNDRV_SB_CSP_ST_QSOUND) { info_read()
/linux-4.1.27/sound/ppc/
H A Dbeep.c33 int running; /* boolean */ member in struct:pmac_beep
44 * stop beep if running
49 if (beep && beep->running) { snd_pmac_beep_stop()
50 beep->running = 0; snd_pmac_beep_stop()
126 if (beep->running) snd_pmac_beep_event()
139 if (chip->playback.running || chip->capture.running || beep->running) { snd_pmac_beep_event()
143 beep->running = 1; snd_pmac_beep_event()
252 beep->running = 0; snd_pmac_attach_beep()
H A Dsnd_ps3.h92 int running; member in struct:snd_ps3_card_info
/linux-4.1.27/sound/core/seq/
H A Dseq_timer.c82 t->running = 0; snd_seq_timer_delete()
100 tmr->running = 0; snd_seq_timer_defaults()
149 if (!tmr->running) { snd_seq_timer_interrupt()
204 if (tmr->running && (ppq != tmr->ppq)) { snd_seq_timer_set_ppq()
205 /* refuse to change ppq on running timers */ snd_seq_timer_set_ppq()
208 pr_debug("ALSA: seq: cannot change ppq of a running timer\n"); snd_seq_timer_set_ppq()
334 if (!tmr->running) seq_timer_stop()
336 tmr->running = 0; seq_timer_stop()
388 if (tmr->running) seq_timer_start()
394 tmr->running = 1; seq_timer_start()
414 if (tmr->running) seq_timer_continue()
422 tmr->running = 1; seq_timer_continue()
446 if (tmr->running) { snd_seq_timer_get_cur_time()
H A Dseq_timer.h34 /* ... tempo / offset / running state */
36 unsigned int running:1, /* running state of queue */ member in struct:snd_seq_timer
/linux-4.1.27/arch/x86/xen/
H A Dpci-swiotlb-xen.c48 /* If running as PV guest, either iommu=soft, or swiotlb=force will pci_xen_swiotlb_detect()
49 * activate this IOMMU. If running as PV privileged, activate it pci_xen_swiotlb_detect()
55 /* If we are running under Xen, we MUST disable the native SWIOTLB. pci_xen_swiotlb_detect()
/linux-4.1.27/include/sound/
H A Dtlv320dac33-plat.h20 int keep_bclk; /* Keep the BCLK running in FIFO modes */
H A Dsb16_csp.h71 int running; /* running state */ member in struct:snd_sb_csp
H A Dtimer.h81 int running; /* running instances */ member in struct:snd_timer
/linux-4.1.27/arch/alpha/include/uapi/asm/
H A Dsigcontext.h8 * running their binaries..
/linux-4.1.27/arch/unicore32/boot/compressed/
H A DMakefile59 # We now have a PIC decompressor implementation. Decompressors running
60 # from RAM should not define ZTEXTADDR. Decompressors running directly
H A Dhead.S34 * if delta is zero, we are running at the address
40 * We're running at a different address. We need to fix
/linux-4.1.27/drivers/gpu/host1x/hw/
H A Dcdma_hw.c71 if (cdma->running) cdma_start()
95 cdma->running = true; cdma_start()
108 if (cdma->running) cdma_timeout_restart()
143 cdma->running = true; cdma_timeout_restart()
165 if (cdma->running) { cdma_stop()
169 cdma->running = false; cdma_stop()
184 if (cdma->torndown && !cdma->running) { cdma_freeze()
205 cdma->running = false; cdma_freeze()
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_on_child_test.c19 * even though the event is enabled and running the child hasn't enabled the
61 /* Child is running now */ ebb_on_child()
H A Dtask_event_pinned_vs_ebb_test.c80 * lower than running. Would be good to confirm why. task_event_pinned_vs_ebb()
83 FAIL_IF(event.result.running == 0); task_event_pinned_vs_ebb()
H A Dcpu_event_pinned_vs_ebb_test.c85 FAIL_IF(event.result.enabled != event.result.running); cpu_event_pinned_vs_ebb()
H A Debb_on_willing_child_test.c69 /* Child is running now */ ebb_on_willing_child()
H A Debb_vs_cpu_event_test.c78 FAIL_IF(event.result.enabled >= event.result.running); ebb_vs_cpu_event()
H A Dmulti_ebb_procs_test.c15 * Test running multiple EBB using processes at once on a single CPU. They
H A Dpmae_handling_test.c19 * is clear. A cpu eater companion thread is running on the same CPU as us to
/linux-4.1.27/sound/usb/line6/
H A Dpcm.h58 We define two bit flags, "opened" and "running", for each playback
65 the running flag indicates whether the stream is running.
134 /* Bit flags for running stream types */
135 unsigned long running; member in struct:line6_pcm_stream
H A Dplayback.c202 if (test_bit(LINE6_STREAM_PCM, &line6pcm->out.running) && submit_audio_out_urb()
247 if (test_bit(LINE6_STREAM_IMPULSE, &line6pcm->out.running)) { submit_audio_out_urb()
250 if (test_bit(LINE6_STREAM_PCM, &line6pcm->in.running)) { submit_audio_out_urb()
260 && line6pcm->out.running && line6pcm->in.running) submit_audio_out_urb()
328 if (test_bit(LINE6_STREAM_PCM, &line6pcm->out.running)) { audio_out_callback()
352 if (test_bit(LINE6_STREAM_PCM, &line6pcm->out.running)) { audio_out_callback()
H A Dcapture.c188 if (!test_bit(LINE6_STREAM_IMPULSE, &line6pcm->in.running) && audio_in_callback()
189 test_bit(LINE6_STREAM_PCM, &line6pcm->in.running) && audio_in_callback()
202 if (!test_bit(LINE6_STREAM_IMPULSE, &line6pcm->in.running) && audio_in_callback()
203 test_bit(LINE6_STREAM_PCM, &line6pcm->in.running)) audio_in_callback()
H A Dpcm.c189 if (!test_and_set_bit(type, &pstr->running) && line6_stream_start()
199 clear_bit(type, &pstr->running); line6_stream_start()
212 clear_bit(type, &pstr->running); line6_stream_stop()
213 if (!pstr->running) { line6_stream_stop()
294 if (!pstr->running) line6_pcm_acquire()
568 if (!pstr->running) snd_line6_prepare()
/linux-4.1.27/kernel/sched/
H A Dstats.h107 * Called when a process ceases being the active-running process involuntarily
168 * cputimer_running - return true if cputimer is running
177 if (!cputimer->running) cputimer_running()
188 * elapsing after __exit_signal() in any thread group timer running. cputimer_running()
208 * running CPU and update the utime field there.
231 * running CPU and update the stime field there.
254 * running CPU and update the sum_exec_runtime field there.
/linux-4.1.27/drivers/dma/sh/
H A Drcar-dmac.c65 * @running: the transfer chunk being currently processed
82 struct rcar_dmac_xfer_chunk *running; member in struct:rcar_dmac_desc
136 * @desc.running: the descriptor being processed (a member of the active list)
159 struct rcar_dmac_desc *running; member in struct:rcar_dmac_chan::__anon3872
319 struct rcar_dmac_desc *desc = chan->desc.running; rcar_dmac_chan_start_xfer()
385 struct rcar_dmac_xfer_chunk *chunk = desc->running; rcar_dmac_chan_start_xfer()
448 desc->running = list_first_entry(&desc->chunks, rcar_dmac_tx_submit()
738 chan->desc.running = NULL; rcar_dmac_chan_reinit()
1127 * be running. rcar_dmac_chan_terminate_all()
1138 struct rcar_dmac_desc *desc = chan->desc.running; rcar_dmac_chan_get_residue()
1139 struct rcar_dmac_xfer_chunk *running = NULL; rcar_dmac_chan_get_residue() local
1148 * If the cookie doesn't correspond to the currently running transfer rcar_dmac_chan_get_residue()
1156 * In descriptor mode the descriptor running pointer is not maintained rcar_dmac_chan_get_residue()
1157 * by the interrupt handler, find the running descriptor from the rcar_dmac_chan_get_residue()
1159 * mode just use the running descriptor pointer. rcar_dmac_chan_get_residue()
1166 running = desc->running; rcar_dmac_chan_get_residue()
1171 if (chunk == running || ++dptr == desc->nchunks) rcar_dmac_chan_get_residue()
1219 * If no transfer is running pick the first descriptor from the active rcar_dmac_issue_pending()
1222 if (!rchan->desc.running) { rcar_dmac_issue_pending()
1227 rchan->desc.running = desc; rcar_dmac_issue_pending()
1242 struct rcar_dmac_desc *desc = chan->desc.running; rcar_dmac_isr_desc_stage_end()
1247 * This should never happen, there should always be a running rcar_dmac_isr_desc_stage_end()
1264 struct rcar_dmac_desc *desc = chan->desc.running; rcar_dmac_isr_transfer_end()
1269 * This should never happen, there should always be a running rcar_dmac_isr_transfer_end()
1278 * descriptor mode. Only update the running chunk pointer in rcar_dmac_isr_transfer_end()
1287 if (!list_is_last(&desc->running->node, &desc->chunks)) { rcar_dmac_isr_transfer_end()
1288 desc->running = list_next_entry(desc->running, node); rcar_dmac_isr_transfer_end()
1299 desc->running = rcar_dmac_isr_transfer_end()
1312 chan->desc.running = list_first_entry(&chan->desc.active, rcar_dmac_isr_transfer_end()
1316 chan->desc.running = NULL; rcar_dmac_isr_transfer_end()
1319 if (chan->desc.running) rcar_dmac_isr_transfer_end()
1358 if (chan->desc.running && chan->desc.running->cyclic) { rcar_dmac_isr_channel_thread()
1362 desc = chan->desc.running; rcar_dmac_isr_channel_thread()
/linux-4.1.27/drivers/clocksource/
H A Dtime-orion.c10 * Timer 0 is used as free-running clocksource, while timer 1 is
40 * Free-running clocksource handling.
121 /* setup timer0 as free-running clocksource */ orion_timer_init()
H A Ddw_apb_timer.c36 /* 1: periodic, 0:free running. */
72 * dw_apb_clockevent_pause() - stop the clock_event_device from running
146 * set free running mode, this mode will let timer reload max apbt_set_mode()
154 /* write again to set free running mode */ apbt_set_mode()
159 * running mode. apbt_set_mode()
H A Dmetag_generic.c20 * as a free-running time base (hz clocksource), and the interrupt timer
144 * running clock (TXTIMER) with the boot CPU's clock. arch_timer_setup()
/linux-4.1.27/drivers/video/fbdev/
H A Dpxa3xx-gcu.c112 struct pxa3xx_gcu_batch *running; member in struct:pxa3xx_gcu_priv
142 shared->hw_running ? "running" : " idle", \
188 sh->hw_running ? "running" : "idle ", dump_whole_state()
200 struct pxa3xx_gcu_batch *running = priv->running; flush_running() local
203 while (running) { flush_running()
204 next = running->next; flush_running()
205 running->next = priv->free; flush_running()
206 priv->free = running; flush_running()
207 running = next; flush_running()
210 priv->running = NULL; flush_running()
233 priv->running = priv->ready; run_ready()
/linux-4.1.27/drivers/staging/media/mn88472/
H A Dmn88472_priv.h33 bool warm; /* FW running */
/linux-4.1.27/drivers/staging/media/mn88473/
H A Dmn88473_priv.h33 bool warm; /* FW running */
/linux-4.1.27/drivers/clk/x86/
H A Dclk-lpt.c30 /* LPSS free running clock */ lpt_clk_probe()
/linux-4.1.27/arch/sparc/include/asm/
H A Dpil.h12 * it is difficult to prevent rtrap from running BH's, and that would
H A Dmmu_64.h37 /* Thus, when running on UltraSPARC-III+ and later, we use the following
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dpmu.h42 /* interface to MEMX process running on PMU */
/linux-4.1.27/include/linux/platform_data/
H A Dvideo-imxfb.h2 * This structure describes the machine which we are running on.
H A Dpxa_sdhci.h18 /* Require clock free running */
/linux-4.1.27/include/video/
H A Dsa1100fb.h30 /* This structure describes the machine which we are running on. */
/linux-4.1.27/arch/mn10300/kernel/
H A Dprofile.c15 * - can't be used with gdbstub if running at IRQ priority 0
H A Dtime.c101 /* we need the prescalar running to be able to use IOCLK/8 time_init()
110 "timestamp counter I/O clock running at %lu.%02lu" time_init()
/linux-4.1.27/arch/blackfin/include/asm/
H A Dptrace.h28 * is not running.
/linux-4.1.27/arch/frv/include/asm/
H A Dsections.h38 /* determine if we're running from ROM */ is_in_rom()
/linux-4.1.27/arch/arm/mm/
H A Dproc-syms.c49 * (booting a new kernel from within a running kernel.)
/linux-4.1.27/drivers/xen/
H A Dpreempt.c19 * seconds. Allow tasks running hypercalls via the privcmd driver to
/linux-4.1.27/arch/powerpc/lib/
H A Dlocks.c37 return; /* virtual cpu is currently running */ __spin_yield()
63 return; /* virtual cpu is currently running */ __rw_yield()
/linux-4.1.27/sound/firewire/
H A Damdtp.h191 * amdtp_stream_running - check stream is running or not
194 * If this function returns true, the stream is running.
214 * amdtp_stream_pcm_running - check PCM substream is running or not
217 * If this function returns true, PCM substream in the AMDTP stream is running.
229 * Call this function on a running isochronous stream to enable the actual
245 * Call this function on a running isochronous stream to enable the actual
/linux-4.1.27/sound/soc/spear/
H A Dspdif_out.c38 u32 running; member in struct:spdif_out_dev
73 host->running = true; spdif_out_startup()
88 host->running = false; spdif_out_shutdown()
203 if (host->running) spdif_digital_mute()
323 if (host->running) spdif_out_suspend()
334 if (host->running) { spdif_out_resume()
/linux-4.1.27/drivers/hid/
H A Duhid.c33 bool running; member in struct:uhid_device
163 !uhid->report_running || !uhid->running, __uhid_report_queue_and_wait()
165 if (!ret || !uhid->running || uhid->report_running) __uhid_report_queue_and_wait()
206 if (!uhid->running) uhid_hid_get_report()
248 if (!uhid->running || count > UHID_DATA_MAX) uhid_hid_set_report()
462 if (uhid->running) uhid_dev_create2()
499 uhid->running = true; uhid_dev_create2()
512 uhid->running = false; uhid_dev_create2()
547 if (!uhid->running) uhid_dev_destroy()
550 uhid->running = false; uhid_dev_destroy()
561 if (!uhid->running) uhid_dev_input()
572 if (!uhid->running) uhid_dev_input2()
584 if (!uhid->running) uhid_dev_get_report_reply()
594 if (!uhid->running) uhid_dev_set_report_reply()
614 uhid->running = false; uhid_char_open()
/linux-4.1.27/drivers/watchdog/
H A Dcpu5wdt.c63 int running; member in struct:__anon10666
77 if (cpu5wdt_device.running) cpu5wdt_trigger()
119 cpu5wdt_device.running++; cpu5wdt_start()
128 if (cpu5wdt_device.running) cpu5wdt_stop()
129 cpu5wdt_device.running = 0; cpu5wdt_stop()
H A Drdc321x_wdt.c58 int running; member in struct:__anon10696
75 if (rdc321x_wdt_device.running) rdc321x_wdt_trigger()
126 rdc321x_wdt_device.running++; rdc321x_wdt_start()
131 if (rdc321x_wdt_device.running) rdc321x_wdt_stop()
132 rdc321x_wdt_device.running = 0; rdc321x_wdt_stop()
H A Dmtx-1_wdt.c62 int running; member in struct:__anon10690
74 if (mtx1_wdt_device.running) mtx1_wdt_trigger()
105 mtx1_wdt_device.running++; mtx1_wdt_start()
H A Dcpwd.c68 #define WD_S_RUNNING 0x01 /* Watchdog device status running */
125 * status- Bit 0 - Watchdog is running
238 /* kill a running timer instance, in case we cpwd_brokentimer()
267 /* Stop a running watchdog timer-- the timer actually keeps
268 * running, but the interrupt is masked so that no action is
284 * If the watchdog is running, it will be restarted with
319 * IF timer is running cpwd_getstatus()
324 * IF timer is running cpwd_getstatus()
H A Dorion_wdt.c320 bool enabled, running; orion_enabled() local
323 running = readl(dev->reg + TIMER_CTRL) & dev->data->wdt_enable_bit; orion_enabled()
325 return enabled && running; orion_enabled()
330 bool masked, enabled, running; armada375_enabled() local
334 running = readl(dev->reg + TIMER_CTRL) & dev->data->wdt_enable_bit; armada375_enabled()
336 return !masked && enabled && running; armada375_enabled()
579 * set a running watchdog before booting the kernel. orion_wdt_probe()
/linux-4.1.27/net/mac80211/
H A Dled.c188 if (!tpt_trig->running) tpt_trig_timer()
250 if (tpt_trig->running) ieee80211_start_tpt_led_trig()
255 tpt_trig->running = true; ieee80211_start_tpt_led_trig()
266 if (!tpt_trig->running) ieee80211_stop_tpt_led_trig()
269 tpt_trig->running = false; ieee80211_stop_tpt_led_trig()
/linux-4.1.27/drivers/media/platform/omap3isp/
H A Dispccdc.h127 * @running: Is the CCDC hardware running
159 bool running; member in struct:isp_ccdc_device
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dvmware.c94 * specific string when running under VMware hypervisor.
115 * Still, due to timing difference when running on virtual cpus, the TSC can
119 * is not suitable as a watchdog when running on a hypervisor because the
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
H A Dhandle.c39 hprintk(handle, TRACE, "init running\n"); nvkm_handle_init()
77 hprintk(handle, TRACE, "%s running\n", name[suspend]); nvkm_handle_fini()
155 hprintk(handle, TRACE, "destroy running\n"); nvkm_handle_destroy()
/linux-4.1.27/arch/arm/mach-zynq/
H A Dslcr.c153 * 0 means cpu is running, 1 cpu is going to die.
155 * Return: true if cpu is running, false if cpu is going to die
173 * 0 means cpu is running, 1 cpu is going to die.
/linux-4.1.27/arch/arm/mach-mmp/
H A Dtime.c13 * three match comparators. Timer #0 is used here in free-running mode as
178 /* set timer 0 to periodic mode, and timer 1 to free-running mode */ timer_config()
185 __raw_writel(0x0, mmp_timer_base + TMR_PLCR(1)); /* free-running */ timer_config()
/linux-4.1.27/arch/blackfin/mm/
H A Disram-driver.c211 pr_info("INFO: running isram_read tests\n"); isram_read_test()
237 pr_info("INFO: running isram_write tests\n"); isram_write_test()
287 pr_info("INFO: running broad isram_memcpy tests\n"); isram_memcpy_test()
292 pr_info("INFO: running isram_memcpy (read) tests\n"); isram_memcpy_test()
322 pr_info("INFO: running isram_memcpy (write) tests\n"); isram_memcpy_test()
381 pr_info("INFO: running initial dma_memcpy checks %p\n", sdram); isram_test_init()
/linux-4.1.27/drivers/misc/ibmasm/
H A Dheartbeat.c33 * Once the driver indicates to the service processor that it is running
39 * the OS is still running and thus preventing a reboot.
/linux-4.1.27/arch/tile/mm/
H A Delf.c28 /* Notify a running simulator, if any, that an exec just occurred. */ sim_notify_exec()
104 /* Notify a running simulator, if any, that we loaded an interpreter. */ sim_notify_interp()
H A Dmmap.c78 * or we are running native 64 bits. arch_pick_mmap_layout()
/linux-4.1.27/drivers/thermal/
H A Dgov_bang_bang.c96 * * If the fan is not running and temperature exceeds trip_temp, the fan
98 * * In case the fan is running, temperature must fall below
/linux-4.1.27/arch/openrisc/include/asm/
H A Dprocessor.h64 * for running signal handler)
69 * Dito but for the currently running task
/linux-4.1.27/arch/blackfin/kernel/
H A Dirqchip.c72 * If we're the only interrupt running (ignoring IRQ15 which maybe_lower_to_irq14()
77 * running at IRQ14 priority, so we don't need this code. maybe_lower_to_irq14()
H A Dearly_printk.c179 early_shadow_puts(", but running on"); init_early_exception_vectors()
206 * the UART now (but only if we are running on the processor we think early_trap_c()
/linux-4.1.27/arch/cris/mm/
H A Dtlb.c17 * The running context is R_MMU_CONTEXT, and each TLB entry contains a
22 * The last page_id is never running - it is used as an invalid page_id
/linux-4.1.27/arch/arm/plat-iop/
H A Dtime.c39 * IOP clocksource (free-running timer 1).
164 * Set up free-running clocksource timer 1. iop_init_time()
/linux-4.1.27/arch/arm/plat-orion/
H A Dtime.c10 * Timer 0 is used as free-running clocksource, while timer 1 is
208 * Setup free-running clocksource timer (interrupts orion_time_init()
/linux-4.1.27/Documentation/mic/mpssd/
H A Dmpss44 echo -e $"MPSSD already running! "
154 echo "mpssd is running"
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Ddiva_dma.h40 and running in process context
H A Dxdi_msg.h70 1 - adapter running
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge_mcp_gen_header.h35 /* Specifies if the running mcp is mcp0, 1, or 2. */
/linux-4.1.27/drivers/staging/unisys/uislib/
H A Duisthread.c59 return; /* thread not running */ uisthread_stop()
/linux-4.1.27/drivers/staging/unisys/visorutil/
H A Dperiodic_work.c141 * Do NOT call this function from some function that is running on the
142 * same workqueue as the work you are trying to stop might be running
147 * run yet because we are running that same workqueue thread right now.
185 * - is running RIGHT NOW on another processor, OR, visor_periodic_work_stop()
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dkvm_para.h8 * should be used to determine that a VM is running under KVM.
/linux-4.1.27/arch/x86/platform/olpc/
H A Dxo1-wakeup.S15 # OFW lands us here, running in protected mode, with a
/linux-4.1.27/arch/x86/vdso/vdso32/
H A Dnote.S33 * at boot time we set VDSO_NOTE_NONEGSEG_BIT if running under Xen.
/linux-4.1.27/arch/sparc/kernel/
H A Dsstate.c39 "Linux running";
/linux-4.1.27/include/trace/events/
H A Djbd2.h244 __field( unsigned long, running )
258 __entry->running = stats->rs_running;
267 TP_printk("dev %d,%d tid %lu wait %u request_delay %u running %u "
273 jiffies_to_msecs(__entry->running),
/linux-4.1.27/include/uapi/linux/
H A Dcgroupstats.h33 __u64 nr_running; /* Number of tasks running */
H A Dperf_event.h408 * u64 count, enabled, running;
417 * running = pc->time_running;
419 * if (pc->cap_usr_time && enabled != running) {
482 * enabled and possible running (if index), improving the scaling:
486 * running += delta;
488 * quot = count / running;
489 * rem = count % running;
490 * count = quot * enabled + (rem * enabled) / running;
905 * in_tx: running in a hardware transaction
H A Dif_bonding.h2 * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'.
75 #define BOND_LINK_UP 0 /* link is up and running */
/linux-4.1.27/include/xen/interface/
H A Dfeatures.h32 /* If set, the guest is running in supervisor mode (e.g., x86 ring 0). */
/linux-4.1.27/arch/mips/kernel/
H A Dcsrc-sb1250.c30 * The HPT is free running from SB1250_HPT_VALUE down to 0 then starts over
/linux-4.1.27/arch/nios2/include/asm/
H A Dmmu_context.h35 * the currently running generation when this context is switched in.
/linux-4.1.27/arch/parisc/include/asm/
H A Dcache.h13 * processor type. There is a potential livelock danger when running
/linux-4.1.27/arch/cris/include/asm/
H A Dprocessor.h46 * Dito but for the currently running task
/linux-4.1.27/arch/m68k/68000/
H A Dhead.S109 * If running kernel from ROM some specific initialization has to be done.
110 * (Assuming that everything is already init'ed when running from RAM)
140 * (Assuming that LCD controller is already init'ed when running from RAM)
176 * Kernel is running from FLASH/ROM (XIP)
/linux-4.1.27/arch/m68k/include/asm/
H A Dmcftimer.h42 #define MCFTIMER_TMR_FREERUN 0x0000 /* Free running counter */
/linux-4.1.27/arch/arm/mach-orion5x/
H A Dboard-dt.c57 * running on D0 5281 silicon. orion5x_dt_init()
/linux-4.1.27/arch/arm/mach-realview/include/mach/
H A Dhardware.h27 /* macro to get at IO space when running virtually */
/linux-4.1.27/arch/arm/mach-s3c24xx/
H A Dsimtec-pm.c49 /* check which machine we are running on */ pm_simtec_init()
/linux-4.1.27/arch/arm/mach-shmobile/
H A Dplatsmp-scu.c84 /* this function is running on another CPU than the offline target, shmobile_smp_scu_cpu_kill()
/linux-4.1.27/arch/arm/mach-versatile/include/mach/
H A Dhardware.h33 /* macro to get at MMIO space when running virtually */
/linux-4.1.27/arch/arm/kernel/
H A Delf.c81 * - we're running on a CPU which doesn't support NX.
H A Dreboot.c29 * don't clobber it with the identity mapping. When running with this
133 * This is required so that any code running after reset on the primary CPU
/linux-4.1.27/arch/arm/mach-alpine/
H A Dalpine_cpu_pm.c40 * secure firmware running on boot will jump to this address alpine_cpu_wakeup()
/linux-4.1.27/arch/arm/mach-gemini/include/mach/
H A Dhardware.h70 * macro to get at IO space when running virtually
/linux-4.1.27/arch/arm/mach-imx/
H A Dhotplug.c51 * imx_cpu_kill() which is running on cpu0 and waiting for imx_cpu_die()
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/
H A Dirqs.h65 * Only first 32 sources are valid if running on IXP42x systems
/linux-4.1.27/net/802/
H A Dp8023.c12 * running raw 802.3 on different devices. Thankfully nobody else
/linux-4.1.27/net/netfilter/
H A Dxt_cpu.c1 /* Kernel module to match running CPU */
/linux-4.1.27/tools/testing/selftests/vm/
H A Dmap_hugetlb.c3 * system call with MAP_HUGETLB flag. Before running this program make
/linux-4.1.27/include/asm-generic/
H A Dlocal.h15 * running on this CPU. local_t allows exploitation of such capabilities.
/linux-4.1.27/include/crypto/
H A Dvmac.h41 * following may need adaptation if you are not running a C99 or
/linux-4.1.27/include/kvm/
H A Darm_arch_timer.h44 /* Background timer used when the guest is not running */
/linux-4.1.27/sound/soc/codecs/
H A Dwm_adsp.h57 bool running; member in struct:wm_adsp
/linux-4.1.27/sound/oss/
H A Dmidi_synth.c15 * Andrew Veliath : fixed running status in MIDI input state machine
102 * Store for running status midi_outc()
194 /* Data byte (use running status) */ midi_synth_input()
304 * Use running status midi_synth_kill_note()
394 * Use running status midi_synth_start_note()
575 * Test for running status midi_synth_aftertouch()
637 * Test for running status midi_synth_bender()
/linux-4.1.27/drivers/thunderbolt/
H A Dnhi.c172 if (!ring->running) { ring_work()
231 if (ring->running) { __ring_enqueue()
275 ring->running = false; ring_alloc()
316 if (ring->running) { ring_start()
337 ring->running = true; ring_start()
362 if (!ring->running) { ring_stop()
375 ring->running = false; ring_stop()
410 if (ring->running) { ring_free()
411 dev_WARN(&ring->nhi->pdev->dev, "%s %d still running\n", ring_free()
483 /* we do not check ring->running, this is done in ring->work */ nhi_interrupt_work()
/linux-4.1.27/drivers/macintosh/
H A Dtherm_windtunnel.c50 volatile int running; member in struct:__anon5360
319 if( !x.running ) { do_attach()
330 x.running = 1; do_attach()
340 if (x.running) { do_remove()
341 x.running = 0; do_remove()
/linux-4.1.27/drivers/pwm/
H A Dpwm-renesas-tpu.c78 bool timer_on; /* Whether the timer is running */
310 * running, there's no need to reconfigure it completely, Just tpu_pwm_config()
325 * To avoid running the timer when not strictly required, handle tpu_pwm_config()
355 * To avoid running the timer when not strictly required, handle 0% and tpu_pwm_enable()
371 /* The timer must be running to modify the pin output configuration. */ tpu_pwm_disable()
/linux-4.1.27/drivers/s390/scsi/
H A Dzfcp_dbf.h23 * @running: number of running recovery actions
29 u32 running; member in struct:zfcp_dbf_rec_trigger
35 * struct zfcp_dbf_rec_running - trace record for running recovery
52 * @ZFCP_DBF_REC_RUN: running recovery identifier
/linux-4.1.27/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c42 /* Instance is currently running in hardware */
56 * @curr_ctx: currently running instance
145 * running instance or NULL if no instance is running
173 dprintk("Another instance is running, won't run now\n"); v4l2_m2m_try_run()
283 * 1] If the context is currently running, then abort job will be called
299 dprintk("m2m_ctx %p running, will wait to complete", m2m_ctx); v4l2_m2m_cancel_job()
309 /* Do nothing, was not on queue/running */ v4l2_m2m_cancel_job()
334 dprintk("Called by an instance not currently running\n"); v4l2_m2m_job_finish()
/linux-4.1.27/sound/pci/emu10k1/
H A Dp16v.c476 int running = 0; snd_p16v_pcm_trigger_playback() local
480 running=1; snd_p16v_pcm_trigger_playback()
484 running = 0; snd_p16v_pcm_trigger_playback()
495 epcm->running = running; snd_pcm_group_for_each_entry()
533 epcm->running = 1; snd_p16v_pcm_trigger_capture()
539 epcm->running = 0; snd_p16v_pcm_trigger_capture()
557 if (!epcm->running) snd_p16v_pcm_pointer_playback()
583 if (!epcm->running) snd_p16v_pcm_pointer_capture()
/linux-4.1.27/sound/pci/rme9652/
H A Drme9652.c237 int running; member in struct:snd_rme9652
456 if ((restart = s->running)) { rme9652_set_interrupt_interval()
541 if ((restart = rme9652->running)) { rme9652_set_rate()
908 if ((restart = rme9652->running)) { rme9652_set_adat1_input()
973 if ((restart = rme9652->running)) { rme9652_set_spdif_input()
1040 if ((restart = rme9652->running)) { rme9652_set_spdif_output()
1116 if ((restart = rme9652->running)) { rme9652_set_sync_mode()
1203 if ((restart = rme9652->running)) { rme9652_set_sync_pref()
1948 if (rme9652->running) snd_rme9652_reset()
2079 int running; snd_rme9652_trigger() local
2081 running = rme9652->running; snd_rme9652_trigger()
2084 running |= 1 << substream->stream; snd_rme9652_trigger()
2087 running &= ~(1 << substream->stream); snd_rme9652_trigger()
2105 running |= 1 << s->stream; snd_pcm_group_for_each_entry()
2107 running &= ~(1 << s->stream); snd_pcm_group_for_each_entry()
2112 if (!(running & (1 << SNDRV_PCM_STREAM_PLAYBACK)) &&
2116 if (running &&
2126 if (!rme9652->running && running)
2128 else if (rme9652->running && !running)
2130 rme9652->running = running;
2143 if (!rme9652->running) snd_rme9652_prepare()
/linux-4.1.27/drivers/md/bcache/
H A Dclosure.h38 * they are running owned by the thread that is running them. Otherwise, suppose
121 * CLOSURE_RUNNING: Set when a closure is running (i.e. by
310 * been dropped with closure_put()), it will resume execution at @fn running out
316 * and whatever @cl owns may be freed out from under you - a running closure fn
374 * Typically used when running out of one closure, and we want to run @fn
/linux-4.1.27/drivers/input/touchscreen/
H A Dpixcir_i2c_ts.c39 bool running; member in struct:pixcir_i2c_ts_data
167 while (tsdata->running) { pixcir_ts_isr()
299 ts->running = true; pixcir_start()
326 /* Exit ISR if running, no more report parsing */ pixcir_stop()
327 ts->running = false; pixcir_stop()
330 /* Wait till running ISR is complete */ pixcir_stop()
/linux-4.1.27/sound/pci/nm256/
H A Dnm256.c191 int running; member in struct:nm256_stream
577 if (! s->running) { snd_nm256_playback_trigger()
579 s->running = 1; snd_nm256_playback_trigger()
586 if (s->running) { snd_nm256_playback_trigger()
588 s->running = 0; snd_nm256_playback_trigger()
613 if (! s->running) { snd_nm256_capture_trigger()
615 s->running = 1; snd_nm256_capture_trigger()
620 if (s->running) { snd_nm256_capture_trigger()
622 s->running = 0; snd_nm256_capture_trigger()
651 s->running = 0; snd_nm256_pcm_prepare()
759 if (s->running && s->substream) { snd_nm256_playback_update()
774 if (s->running && s->substream) { snd_nm256_capture_update()
842 s->running = 0; snd_nm256_setup_stream()
993 if (chip->streams[SNDRV_PCM_STREAM_PLAYBACK].running) snd_nm256_intr_check()
995 if (chip->streams[SNDRV_PCM_STREAM_CAPTURE].running) snd_nm256_intr_check()
1441 if (chip->streams[SNDRV_PCM_STREAM_PLAYBACK].running) snd_nm256_free()
1443 if (chip->streams[SNDRV_PCM_STREAM_CAPTURE].running) snd_nm256_free()
/linux-4.1.27/drivers/leds/
H A Dleds-lp55xx-common.h121 /* used for running firmware LED patterns */
147 * @fw : Firmware data for running a LED pattern
/linux-4.1.27/drivers/media/pci/ddbridge/
H A Dddbridge.h86 int running; member in struct:ddb_input
114 int running; member in struct:ddb_output
/linux-4.1.27/drivers/clk/ti/
H A Dclk-43xx.c130 * while running PTP. am43xx_dt_clk_init()
131 * clockcheck: clock jumped backward or running slower than expected! am43xx_dt_clk_init()
/linux-4.1.27/arch/powerpc/sysdev/
H A Dfsl_soc.c228 * to initiate a partition restart when we're running under the Freescale
241 * function pointers, to shut down the partition when we're running under
/linux-4.1.27/arch/s390/appldata/
H A Dappldata_os.c3 * Collects misc. OS related data (CPU utilization, running processes).
71 u32 avenrun[3]; /* average nr. of running processes during */
/linux-4.1.27/arch/s390/lib/
H A Dspinlock.c54 /* Check if the lock owner is running. */ arch_spin_lock_wait()
94 /* Check if the lock owner is running. */ arch_spin_lock_wait_flags()
/linux-4.1.27/arch/mips/mti-malta/
H A Dmalta-init.c179 * when running in bigendian. prom_init()
212 * when running in bigendian. prom_init()
/linux-4.1.27/arch/mips/sgi-ip27/
H A Dip27-init.c195 e ? ", CPU is running" : ""); plat_mem_setup()
201 e ? ", CPU is running" : ""); plat_mem_setup()
/linux-4.1.27/arch/mips/sibyte/bcm1480/
H A Dsmp.c106 * Do any tidying up before marking online and running the idle
119 * running!
/linux-4.1.27/arch/mips/sibyte/sb1250/
H A Dsmp.c94 * Do any tidying up before marking online and running the idle
107 * running!
/linux-4.1.27/arch/arm64/kvm/
H A Dhyp-init.S72 * If we are running with VA_BITS < 48, we may be running with an extra
/linux-4.1.27/arch/cris/arch-v10/mm/
H A Dtlb.c20 * The running context is R_MMU_CONTEXT, and each TLB entry contains a
25 * The last page_id is never running - it is used as an invalid page_id
/linux-4.1.27/arch/cris/arch-v32/mm/
H A Dtlb.c30 * The TLB can host up to 256 different mm contexts at the same time. The running
36 * The last page_id is never running, it is used as an invalid page_id so that
/linux-4.1.27/arch/arm/mach-mvebu/
H A Dmvebu-soc-id.c117 * reference to the clock. We want to keep it running since get_soc_id_by_pci()
156 /* Also protects against running on non-mvebu systems */ mvebu_soc_device()
/linux-4.1.27/arch/arm/boot/compressed/
H A DMakefile59 # We now have a PIC decompressor implementation. Decompressors running
60 # from RAM should not define ZTEXTADDR. Decompressors running directly
/linux-4.1.27/sound/soc/blackfin/
H A Dbf5xx-sport.h68 unsigned int rx_run:1; /* rx is running */
69 unsigned int tx_run:1; /* tx is running */
/linux-4.1.27/include/linux/bcma/
H A Dbcma_regs.h17 #define BCMA_CLKCTLST_BP_ON_ALP 0x00040000 /* RO: running on ALP clock */
18 #define BCMA_CLKCTLST_BP_ON_HT 0x00080000 /* RO: running on HT clock */
/linux-4.1.27/drivers/misc/vmw_vmci/
H A Dvmci_driver.c43 * from code running in the host, this always returns the host context ID.
/linux-4.1.27/drivers/net/ethernet/
H A Dnetx-eth.c316 int running, i; netx_eth_enable() local
331 running = xc_running(priv->xc); netx_eth_enable()
334 /* if the xc engine is already running, assume the bootloader has netx_eth_enable()
337 if (running) { netx_eth_enable()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dcurproc.h56 /* check if task is running in compat mode.*/
/linux-4.1.27/arch/x86/oprofile/
H A Dop_x86_model.h62 * The warning indicates an already running counter. If op_x86_warn_in_use()
/linux-4.1.27/arch/x86/realmode/rm/
H A Dtrampoline_32.S44 # write marker for master knows we're running
/linux-4.1.27/arch/sh/kernel/
H A Dftrace.c60 * which in essence is like running on a uniprocessor machine. ftrace_call_replace()
78 * 2) Wait for any running NMIs to finish and set a flag that says
82 * 5) Wait for any running NMIs to finish.
195 /* Make sure all running NMIs have finished before we write the code */ do_ftrace_mod_code()
/linux-4.1.27/arch/tile/include/arch/
H A Dspr_def.h24 * about which PL it's running at. In these macros, the PL that the SPR
/linux-4.1.27/arch/tile/include/uapi/asm/
H A Dcachectl.h21 * The ICACHE flush is performed on all cores currently running the
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_ioc32.c41 * Called whenever a 32-bit process running under a 64-bit kernel
/linux-4.1.27/arch/mips/bcm63xx/
H A Dprom.c27 /* stop any running watchdog */ prom_init()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dfsl_mxc_udc.c62 /* make sure USB_CLK is running at 60 MHz +/- 1000 Hz */ fsl_udc_clk_init()
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dlgs8gxx_priv.h67 #define TS_CLK_FREERUN 0x04 /* MPEG clock free running*/
/linux-4.1.27/arch/mips/include/asm/
H A Dsgialib.h58 * ARC architecture we are running on
/linux-4.1.27/arch/nios2/kernel/
H A Dearly_printk.c110 * if the JTAG terminal is running. setup_early_printk()
/linux-4.1.27/arch/powerpc/boot/
H A Dof.c60 * firmware platforms running. of_image_hdr()
/linux-4.1.27/arch/ia64/include/asm/sn/
H A Dnodepda.h68 * sn_nodepda - to access node PDA for the node on which code is running
/linux-4.1.27/arch/arm/mach-omap2/
H A Dvoltagedomains3xxx_data.c108 * for the currently-running IC omap3xxx_voltagedomains_init()
H A Dvoltagedomains44xx_data.c104 * for the currently-running IC omap44xx_voltagedomains_init()
/linux-4.1.27/arch/arm/mach-rockchip/
H A Drockchip.c44 * So make sure it is running during early boot. rockchip_timer_init()
/linux-4.1.27/arch/arm/include/uapi/asm/
H A Dsignal.h68 * is running in 26-bit.
/linux-4.1.27/arch/arm/mach-keystone/
H A Dkeystone.c75 /* nothing to do if we are running out of the <32-bit space */ keystone_init_meminfo()
/linux-4.1.27/kernel/irq/
H A Dresend.c78 * If the interrupt is running in the thread check_irq_resend()
/linux-4.1.27/net/packet/
H A Dinternal.h101 unsigned int running:1, /* prot_hook is attached*/ member in struct:packet_sock
/linux-4.1.27/sound/aoa/soundbus/i2sbus/
H A Di2sbus.h37 u32 running:1; member in struct:dbdma_command_mem
/linux-4.1.27/sound/pci/lx6464es/
H A Dlx6464es.h61 enum lx_stream_status status; /* free, open, running, draining

Completed in 3796 milliseconds

1234567891011>>