Searched refs:started (Results 1 - 200 of 1287) sorted by relevance

1234567

/linux-4.1.27/arch/cris/boot/rescue/
H A Dhead_v32.S2 * Just get started by jumping to CONFIG_ETRAX_PTABLE_SECTOR to start
/linux-4.1.27/drivers/video/fbdev/
H A Dpxa3xx-gcu.h33 * Hardware is started upon write(). */
/linux-4.1.27/drivers/md/
H A Dmultipath.h20 * it contains information about what kind of IO operations were started
H A Draid1.h114 * it contains information about what kind of IO operations were started
H A Draid10.h88 * it contains information about what kind of IO operations were started
/linux-4.1.27/arch/m68k/hp300/
H A Dreboot.S7 * good stuff that head.S did when we started up. The caches and MMU must be
/linux-4.1.27/arch/sparc/include/uapi/asm/
H A Dwatchdog.h27 #define WD_STOPPED 0x08 /* timer has not been started */
/linux-4.1.27/include/linux/
H A Dhtirq.h16 /* The arch hook for getting things started */
H A Drcutiny.h95 * Return the number of grace periods started.
103 * Return the number of bottom-half grace periods started.
111 * Return the number of sched grace periods started.
H A Drtmutex.h4 * started by Ingo Molnar and Thomas Gleixner:
H A Dnfs_fs_sb.h34 #define NFS_CS_CALLBACK 1 /* - callback started */
35 #define NFS_CS_IDMAP 2 /* - idmap started */
36 #define NFS_CS_RENEWD 3 /* - renewd started */
H A Dhrtimer.h100 * started the timer
102 * was started
104 * started the timer
H A Dmutex.h4 * started by Ingo Molnar:
H A Dpoll.h61 * to be started implicitly on poll(). You typically only want to do that
/linux-4.1.27/net/mac80211/
H A Doffchannel.c224 if (!roc->started) ieee80211_hw_roc_start()
271 if (WARN_ON_ONCE(roc->started)) ieee80211_start_next_roc()
284 roc->started = true; ieee80211_start_next_roc()
338 bool started, on_channel; ieee80211_sw_roc_work() local
356 if (!roc->started) { ieee80211_sw_roc_work()
363 * treat it as though the ROC operation started properly, so ieee80211_sw_roc_work()
389 roc->started = true; ieee80211_sw_roc_work()
396 started = roc->started; ieee80211_sw_roc_work()
400 if (started && !on_channel) { ieee80211_sw_roc_work()
411 if (started) ieee80211_sw_roc_work()
435 if (!roc->started) ieee80211_hw_roc_done()
477 if (roc->started && local->ops->remain_on_channel) { ieee80211_roc_purge()
/linux-4.1.27/arch/powerpc/platforms/cell/
H A Dsmp.c55 * The Primary thread of each non-boot processor was started from the OF client
64 * started from Open Firmware. For anything else, call RTAS with the
80 /* Already started by OF and sitting in spin loop */ smp_startup_cpu()
/linux-4.1.27/arch/cris/arch-v32/kernel/
H A Ddebugport.c19 unsigned int started; member in struct:dbg_port
113 if (!p || p->started) start_port()
116 p->started = 1; start_port()
H A Dtime.c72 * Once started the watchdog counts downwards with a frequency of 763 Hz
275 * clock has started. time_init()
H A Dfasttimer.c481 seq_printf(m, "Fast timers started: %i\n", fast_timers_started); proc_fasttimer_show()
515 seq_printf(m, "Timers started: %i\n", fast_timers_started); proc_fasttimer_show()
719 printk(KERN_INFO "Timers started %is %06i\n", fast_timer_test()
721 printk(KERN_INFO "Timers started at %is %06i\n", fast_timer_test()
/linux-4.1.27/net/mac802154/
H A Ddriver-ops.h32 local->started = true; drv_start()
44 /* sync away all work on the tasklet before clearing started */ drv_stop()
50 local->started = false; drv_stop()
H A Dieee802154_i.h58 bool started; member in struct:ieee802154_local
/linux-4.1.27/drivers/gpu/drm/shmobile/
H A Dshmob_drm_crtc.h33 bool started; member in struct:shmob_drm_crtc
H A Dshmob_drm_crtc.c174 if (scrtc->started) shmob_drm_crtc_start()
261 scrtc->started = true; shmob_drm_crtc_start()
269 if (!scrtc->started) shmob_drm_crtc_stop()
287 scrtc->started = false; shmob_drm_crtc_stop()
/linux-4.1.27/fs/quota/
H A Dquotaio_v1.h9 * in an allocation failure). The timer is started when the user crosses
/linux-4.1.27/arch/s390/boot/compressed/
H A Dhead.S33 # decompress image is started at 0x11000
/linux-4.1.27/kernel/locking/
H A Dmutex.h4 * started by Ingo Molnar:
H A Drtmutex-debug.h4 * started by Ingo Molnar and Thomas Gleixner:
H A Drtmutex.h4 * started by Ingo Molnar and Thomas Gleixner:
H A Dmutex-debug.h4 * started by Ingo Molnar:
H A Dmutex-debug.c10 * lock debugging, locking tree, deadlock detection started by:
H A Drtmutex-debug.c4 * started by Ingo Molnar and Thomas Gleixner:
H A Drtmutex_common.h4 * started by Ingo Molnar and Thomas Gleixner:
/linux-4.1.27/kernel/rcu/
H A Drcutorture.c247 unsigned long (*started)(void); member in struct:rcu_torture_ops
376 .started = rcu_batches_started,
418 .started = rcu_batches_started_bh,
462 .started = rcu_no_completed,
561 .started = NULL,
598 .started = rcu_batches_started_sched,
637 .started = rcu_no_completed,
687 VERBOSE_TOROUT_STRING("rcu_torture_boost started"); rcu_torture_boost()
796 VERBOSE_TOROUT_STRING("rcu_torture_cbflood task started"); rcu_torture_cbflood()
828 VERBOSE_TOROUT_STRING("rcu_torture_fqs task started"); rcu_torture_fqs()
869 VERBOSE_TOROUT_STRING("rcu_torture_writer task started"); rcu_torture_writer()
994 VERBOSE_TOROUT_STRING("rcu_torture_fakewriter task started"); rcu_torture_fakewriter()
1040 unsigned long started; rcu_torture_timer() local
1049 if (cur_ops->started) rcu_torture_timer()
1050 started = cur_ops->started(); rcu_torture_timer()
1052 started = cur_ops->completed(); rcu_torture_timer()
1078 started, completed); rcu_torture_timer()
1082 completed = completed - started; rcu_torture_timer()
1083 if (cur_ops->started) rcu_torture_timer()
1103 unsigned long started; rcu_torture_reader() local
1112 VERBOSE_TOROUT_STRING("rcu_torture_reader task started"); rcu_torture_reader()
1123 if (cur_ops->started) rcu_torture_reader()
1124 started = cur_ops->started(); rcu_torture_reader()
1126 started = cur_ops->completed(); rcu_torture_reader()
1150 ts, started, completed); rcu_torture_reader()
1154 completed = completed - started; rcu_torture_reader()
1155 if (cur_ops->started) rcu_torture_reader()
1281 VERBOSE_TOROUT_STRING("rcu_torture_stats task started"); rcu_torture_stats()
1364 VERBOSE_TOROUT_STRING("rcu_torture_stall task started"); rcu_torture_stall()
1411 VERBOSE_TOROUT_STRING("rcu_torture_barrier_cbs task started"); rcu_torture_barrier_cbs()
/linux-4.1.27/drivers/media/platform/vivid/
H A Dvivid-kthread-out.c164 /* Calculate the number of jiffies since we started streaming */ vivid_thread_vid_out()
174 * jiffies have passed since we started streaming reset the vivid_thread_vid_out()
190 * Calculate the number of 'numerators' streamed since we started, vivid_thread_vid_out()
195 /* And the number of jiffies since we started */ vivid_thread_vid_out()
202 * in jiffies since we started streaming. vivid_thread_vid_out()
H A Dvivid-sdr-cap.c142 /* Calculate the number of jiffies since we started streaming */ vivid_thread_sdr_cap()
152 * jiffies have passed since we started streaming reset the vivid_thread_sdr_cap()
166 * Calculate the number of samples streamed since we started, vivid_thread_sdr_cap()
171 /* And the number of jiffies since we started */ vivid_thread_sdr_cap()
178 * in jiffies since we started streaming. vivid_thread_sdr_cap()
/linux-4.1.27/arch/cris/arch-v10/kernel/
H A Dtime.c75 * When the watchdog timer is started, it generates an NMI if the watchdog
88 * started 0 ~key Stop watchdog
89 * started 1 ~key Restart watchdog with key = ~key.
90 * started X new_key_val Change key to new_key_val.
188 * clock has started. time_init()
H A Ddebugport.c35 unsigned int started; member in struct:dbg_port
140 if (p->started) start_port()
142 p->started = 1; start_port()
394 port->started = 0; console_setup()
H A Dfasttimer.c507 seq_printf(m, "Fast timers started: %i\n", fast_timers_started); proc_fasttimer_show()
541 seq_printf(m, "Timers started: %i\n", fast_timers_started); proc_fasttimer_show()
748 printk(KERN_DEBUG "Timers started %is %06i\n", fast_timer_test()
750 printk(KERN_DEBUG "Timers started at %is %06i\n", fast_timer_test()
/linux-4.1.27/tools/virtio/
H A Dvirtio_test.c157 long started = 0, completed = 0; run_test() local
168 if (started < bufs) { run_test()
171 dev->buf + started, run_test()
174 ++started; run_test()
191 assert(started <= bufs); run_test()
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
H A Dvpfe_video.c198 if (!pipe->inputs[i]->started || vpfe_video_is_pipe_ready()
202 if (!pipe->outputs[i]->started || vpfe_video_is_pipe_ready()
378 if (pipe->inputs[i]->started) all_videos_stopped()
381 if (pipe->outputs[i]->started) all_videos_stopped()
487 video->started = 0; vpfe_stop_capture()
517 if (video->started) { vpfe_release()
569 if (video->started) vpfe_poll()
719 /* If streaming is started, return error */ vpfe_s_fmt()
720 if (video->started) { vpfe_s_fmt()
721 v4l2_err(&vpfe_dev->v4l2_dev, "Streaming is started\n"); vpfe_s_fmt()
837 * If streaming is started return device busy vpfe_s_input()
840 if (video->started) { vpfe_s_input()
940 /* If streaming is started, return device busy error */ vpfe_s_std()
941 if (video->started) { vpfe_s_std()
942 v4l2_err(&vpfe_dev->v4l2_dev, "streaming is started\n"); vpfe_s_std()
1167 if (empty && video->started && pipe->state == vpfe_buffer_queue()
1190 video->started = 1; vpfe_start_capture()
1216 /* Initialize field_id and started member */ vpfe_start_streaming()
1524 /* If streaming is not started, return error */ vpfe_streamoff()
1525 if (!video->started) { vpfe_streamoff()
1526 v4l2_err(&vpfe_dev->v4l2_dev, "device is not started\n"); vpfe_streamoff()
H A Dvpfe_video.h94 /* Indicates whether streaming started */
95 u8 started; member in struct:vpfe_video_device
/linux-4.1.27/drivers/media/platform/omap3isp/
H A Dispvideo.h63 /* The stream has been started on the input video node. */
65 /* The stream has been started on the output video node. */
71 /* The input entity is idle, ready to be started. */
73 /* The output entity is idle, ready to be started. */
/linux-4.1.27/drivers/misc/mei/
H A Dhbm.h27 * @MEI_HBM_IDLE : protocol not started
H A Dhw.h110 * @MEI_HBMS_ALREADY_STARTED : system is already started
111 * @MEI_HBMS_NOT_STARTED : system not started
/linux-4.1.27/drivers/staging/media/omap4iss/
H A Diss_video.h62 /* The stream has been started on the input video node. */
64 /* The stream has been started on the output video node. */
70 /* The input entity is idle, ready to be started. */
72 /* The output entity is idle, ready to be started. */
/linux-4.1.27/drivers/cpuidle/
H A Dcpuidle-zynq.c65 pr_info("Xilinx Zynq CpuIdle Driver started\n"); zynq_cpuidle_probe()
/linux-4.1.27/arch/sparc/oprofile/
H A Dinit.c56 synchronize_sched(); /* Allow already-started NMIs to complete. */ timer_stop()
/linux-4.1.27/arch/um/drivers/
H A Dstderr_console.c48 * impossible to open. My FC5 filesystem started having init die, and the
/linux-4.1.27/arch/um/include/shared/
H A Dptrace_user.h24 /* On architectures, that started to support PTRACE_O_TRACESYSGOOD
/linux-4.1.27/drivers/gpu/drm/rcar-du/
H A Drcar_du_crtc.h32 bool started; member in struct:rcar_du_crtc
H A Drcar_du_crtc.c358 if (rcrtc->started) rcar_du_crtc_start()
386 rcrtc->started = true; rcar_du_crtc_start()
393 if (!rcrtc->started) rcar_du_crtc_stop()
410 rcrtc->started = false; rcar_du_crtc_stop()
/linux-4.1.27/include/trace/events/
H A Dtimer.h40 * timer_start - called when the timer is started
157 * hrtimer_start - called when the hrtimer is started
261 * itimer_state - called when itimer is started or canceled
264 * zero, otherwise it is started
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dsmp.c68 * If we already started or OPALv2 is not supported, we just pnv_smp_kick_cpu()
76 * from kexec or be inside OPAL waiting to be started for the pnv_smp_kick_cpu()
91 * Already started, just kick it, probably coming from pnv_smp_kick_cpu()
112 * shouldn't be started. It should also pnv_smp_kick_cpu()
/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Dsmp.c54 * The Primary thread of each non-boot processor was started from the OF client
90 * started from Open Firmware. For anything else, call RTAS with the
106 /* Already started by OF and sitting in spin loop */ smp_startup_cpu()
238 * We know prom_init will not have started them if RTAS supports smp_init_pseries()
/linux-4.1.27/arch/mips/sgi-ip27/
H A Dip27-reset.c42 printk("Reboot started from CPU %d\n", smp_processor_id()); ip27_machine_restart()
/linux-4.1.27/arch/powerpc/mm/
H A Dicswx.h55 #define ICSWX_RC_STARTED 0x8 /* The request has been started */
/linux-4.1.27/arch/m68k/sun3/
H A Dintersil.c6 * started 11/12/1999 Sam Creasey
/linux-4.1.27/arch/m68k/sun3x/
H A Dtime.c98 /* Pulse enable low to get the clock started */ sun3x_sched_init()
/linux-4.1.27/arch/arc/mm/
H A Dmmap.c4 * (started from arm version - for VIPT alias handling)
/linux-4.1.27/tools/testing/selftests/timers/
H A Dset-tai.c66 printf("tai offset started at %i\n", ret); main()
/linux-4.1.27/drivers/macintosh/
H A Dwindfarm_pm112.c106 static int started; variable
361 printk(KERN_INFO "windfarm: Backside control loop started.\n"); backside_fan_tick()
411 printk(KERN_INFO "windfarm: Drive bay control loop started.\n"); drive_bay_fan_tick()
463 printk(KERN_INFO "windfarm: Slots control loop started.\n"); slots_fan_tick()
508 if (!started) { pm112_tick()
509 started = 1; pm112_tick()
510 printk(KERN_INFO "windfarm: CPUs control loops started.\n"); pm112_tick()
H A Dwindfarm_rm31.c82 static bool started; variable
437 pr_info("wf_rm31: Backside control loop started.\n"); backside_setup_pid()
499 pr_info("wf_rm31: Slots control loop started.\n"); slots_setup_pid()
516 if (!started) { rm31_tick()
517 started = 1; rm31_tick()
518 printk(KERN_INFO "windfarm: CPUs control loops started.\n"); rm31_tick()
H A Dwindfarm_pm72.c88 static bool started; variable
528 pr_info("wf_pm72: Backside control loop started.\n"); backside_setup_pid()
594 pr_info("wf_pm72: Drive bay control loop started.\n"); drives_setup_pid()
613 if (!started) { pm72_tick()
614 started = 1; pm72_tick()
615 printk(KERN_INFO "windfarm: CPUs control loops started.\n"); pm72_tick()
H A Dtherm_adt746x.c233 int started = 0; update_fans_speed() local
246 started = 1; update_fans_speed()
275 if (started) update_fans_speed()
520 /* The 7460 needs to be started explicitly */ probe_thermostat()
/linux-4.1.27/drivers/input/serio/
H A Dhyperv-keyboard.c104 spinlock_t lock; /* protects 'started' field */
105 bool started; member in struct:hv_kbd_dev
159 if (kbd_dev->started) { hv_kbd_on_receive()
327 kbd_dev->started = true; hv_kbd_start()
339 kbd_dev->started = false; hv_kbd_stop()
/linux-4.1.27/drivers/media/platform/davinci/
H A Dvpfe_capture.c579 /* if streaming not started, don't do anything */ vpfe_isr()
580 if (!vpfe_dev->started) vpfe_isr()
654 /* if streaming not started, don't do anything */ vdint1_isr()
655 if (!vpfe_dev->started) { vdint1_isr()
699 vpfe_dev->started = 0; vpfe_stop_ccdc_capture()
722 if (vpfe_dev->started) { vpfe_release()
781 if (vpfe_dev->started) vpfe_poll()
985 /* If streaming is started, return error */ vpfe_s_fmt_vid_cap()
986 if (vpfe_dev->started) { vpfe_s_fmt_vid_cap()
987 v4l2_err(&vpfe_dev->v4l2_dev, "Streaming is started\n"); vpfe_s_fmt_vid_cap()
1124 * If streaming is started return device busy vpfe_s_input()
1127 if (vpfe_dev->started) { vpfe_s_input()
1210 /* If streaming is started, return device busy error */ vpfe_s_std()
1211 if (vpfe_dev->started) { vpfe_s_std()
1212 v4l2_err(&vpfe_dev->v4l2_dev, "streaming is started\n"); vpfe_s_std()
1466 vpfe_dev->started = 1; vpfe_start_ccdc_capture()
1528 /* Initialize field_id and started member */ vpfe_streamon()
1579 /* If streaming is not started, return error */ vpfe_streamoff()
1580 if (!vpfe_dev->started) { vpfe_streamoff()
1581 v4l2_err(&vpfe_dev->v4l2_dev, "device started\n"); vpfe_streamoff()
1643 if (vpfe_dev->started) { vpfe_s_crop()
1644 /* make sure streaming is not started */ vpfe_s_crop()
1696 if (vpfe_dev->started) { vpfe_param_handler()
1697 /* only allowed if streaming is not started */ vpfe_param_handler()
1699 "device already started\n"); vpfe_param_handler()
/linux-4.1.27/drivers/scsi/isci/
H A Drequest.h103 * - TMF requests are completed in the thread that started them;
166 * @SCI_REQ_STARTED: This state indicates that the request has been started.
202 * the started raw task management request is waiting for the transmission of
205 * @SCI_REQ_TASK_WAIT_TC_RESP: This sub-state indicates that the started task
209 * @SCI_REQ_SMP_WAIT_RESP: This sub-state indicates that the started task
214 * the started SMP request is waiting for the transmission of the initial frame
H A Dport.h158 * @SCI_PORT_SUB_WAITING: port is started and ready but has no active
160 * @SCI_PORT_SUB_OPERATIONAL: port is started and ready and there is at
162 * @SCI_PORT_SUB_CONFIGURING: port is started and there was an
/linux-4.1.27/drivers/net/ethernet/seeq/
H A Dsgiseeq.h43 #define SEEQ_RSTAT_SDMA 0x200 /* DMA has started */
67 #define SEEQ_TSTAT_SDMA 0x200 /* DMA has started */
/linux-4.1.27/drivers/uwb/
H A Dradio.c93 * uwb_radio_start - request that the radio be started
97 * and beacons are started.
/linux-4.1.27/arch/arm/mach-shmobile/
H A Dsetup-rcar-gen2.c113 * so this avoids an abort if the loader started the timer and rcar_gen2_timer_init()
123 /* make sure arch timer is started by setting bit 0 of CNTCR */ rcar_gen2_timer_init()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_lfsck_user.h85 /* Which LFSCK components to be (have been) started. */
/linux-4.1.27/drivers/net/wireless/b43legacy/
H A Drfkill.c38 * unless the interface is started; however, on resume b43legacy_is_hw_radio_enabled()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_frontbuffer.c54 * work delayed work should be started from the flush and flip functions and
167 * completed and frontbuffer caching can be started again. Flushes will get
195 * completed and frontbuffer caching can be started again. If @retire is true
214 /* Filter out new bits since rendering started. */ intel_fb_obj_flush()
/linux-4.1.27/drivers/clk/shmobile/
H A Dclk-rz.c53 * and the constraint that always g <= i. To get the rz platform started, rz_cpg_register_clock()
/linux-4.1.27/drivers/cpufreq/
H A Dcpufreq_userspace.c61 pr_debug("started managing cpu %u\n", cpu); cpufreq_governor_userspace()
/linux-4.1.27/arch/x86/include/asm/
H A Dmutex_64.h5 * started by Ingo Molnar:
H A Dmutex_32.h5 * started by Ingo Molnar:
/linux-4.1.27/arch/x86/boot/
H A Dvideo-bios.c54 started. That's bad. Try to revert to the original set_bios_mode()
/linux-4.1.27/arch/alpha/include/uapi/asm/
H A Dioctl.h7 * assigned. Sorry, I was clueless when I started out on this.
/linux-4.1.27/drivers/staging/unisys/visorutil/
H A Dperiodic_work.c103 /** This function returns TRUE iff new periodic work was actually started.
104 * If this function returns FALSE, then no work was started
105 * (either because it was already started, or because of a failure).
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_layer.h306 * - one request being prepared, which means someone started a layer update
307 * but has not committed it yet. There cannot be more than one started
312 * for started update request
314 * @next: the started update slot index or -1 no update has been started
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event_intel_bts.c34 int started; member in struct:bts_ctx
255 ACCESS_ONCE(bts->started) = 1; bts_event_start()
277 ACCESS_ONCE(bts->started) = 0; bts_event_stop()
289 if (bts->handle.event && bts->started) intel_bts_enable_local()
387 if (!event || !bts->started) intel_bts_interrupt()
/linux-4.1.27/drivers/watchdog/
H A Dintel_scu_watchdog.c165 /* has the timer been started? If not, then this is spurious */ watchdog_timer_interrupt()
314 * is started with the WDIPC_SETTIMEOUT ioctl intel_scu_release()
327 /* Just close, since timer has not been started */ intel_scu_release()
334 /* Since the timer was started, prevent future reopens */ intel_scu_release()
354 /* Watchdog already started, keep it alive */ intel_scu_write()
H A Ds3c2410_wdt.c91 "Watchdog is started at boot time if set to 1, default="
93 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
518 int started = 0; s3c2410wdt_probe() local
588 started = s3c2410wdt_set_heartbeat(&wdt->wdt_device, s3c2410wdt_probe()
591 if (started == 0) s3c2410wdt_probe()
621 if (tmr_atboot && started == 0) { s3c2410wdt_probe()
H A Dep93xx_wdt.c42 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
H A Dixp4xx_wdt.c208 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
H A Drt2880_wdt.c53 "Watchdog cannot be stopped once started (default="
H A Dtwl4030_wdt.c33 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
H A Dtxx9wdt.c39 "Watchdog cannot be stopped once started "
H A Dux500_wdt.c38 "Watchdog cannot be stopped once started (default="
H A Dwm8350_wdt.c25 "Watchdog cannot be stopped once started (default="
H A Dbcm63xx_wdt.c56 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
277 dev_info(&pdev->dev, " started, timer margin: %d sec\n", bcm63xx_wdt_probe()
H A Ddiag288_wdt.c69 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default = CONFIG_WATCHDOG_NOWAYOUT)");
181 pr_err("The watchdog timer cannot be started or reset\n"); wdt_ping()
H A Ddw_wdt.c14 * The DesignWare watchdog cannot be stopped once it has been started so we
58 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
H A Dpnx833x_wdt.c60 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
66 MODULE_PARM_DESC(start_enabled, "Watchdog is started on module insertion "
H A Dvia_wdt.c63 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
85 * 1) the watchog timer has been started and /dev/watchdog is open
H A Dbcm2835_wdt.c179 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dbcm47xx_wdt.c44 "Watchdog cannot be stopped once started (default="
H A Dda9055_wdt.c29 "Watchdog cannot be stopped once started (default="
H A Dgeodewdt.c46 "Watchdog cannot be stopped once started (default="
H A Dindydog.c39 "Watchdog cannot be stopped once started (default="
H A Diop_wdt.c257 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
H A Djz4740_wdt.c55 "Watchdog cannot be stopped once started (default="
H A Dlantiq_wdt.c242 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
H A Dm54xx_wdt.c223 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
H A Dmax63xx_wdt.c249 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dmena21_wdt.c42 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dmenf21bmc_wdt.c34 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dmeson_wdt.c230 "Watchdog cannot be stopped once started (default="
H A Dmtk_wdt.c245 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Drn5t618_wdt.c29 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dsbc_epx_c3.c39 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dsbc_fitpc2_wdt.c263 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
H A Dsirfsoc_wdt.c39 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dsoftdog.c62 "Watchdog cannot be stopped once started (default="
/linux-4.1.27/fs/ceph/
H A Dsuper.c707 * @started time from caller, and time out if this takes too long.
711 unsigned long started) open_root_dentry()
731 req->r_started = started; open_root_dentry()
770 unsigned long started = jiffies; /* note the start time */ ceph_real_mount() local
777 err = __ceph_open_session(fsc->client, started); ceph_real_mount()
782 root = open_root_dentry(fsc, "", started); ceph_real_mount()
802 root = open_root_dentry(fsc, path, started); ceph_real_mount()
709 open_root_dentry(struct ceph_fs_client *fsc, const char *path, unsigned long started) open_root_dentry() argument
/linux-4.1.27/arch/mn10300/kernel/
H A Dsmp.c70 cpumask_t started; member in struct:nmi_call_data_struct
403 cpumask_copy(&data.started, cpu_online_mask); smp_nmi_call_function()
404 cpumask_clear_cpu(smp_processor_id(), &data.started); smp_nmi_call_function()
407 data.finished = data.started; smp_nmi_call_function()
420 !cpumask_empty(&data.started); smp_nmi_call_function()
438 while (!cpumask_empty(&data.started)) smp_nmi_call_function()
539 cpumask_clear_cpu(smp_processor_id(), &nmi_call_data->started); smp_nmi_call_function_interrupt()
860 "BUG: CPU#%d started up but did not get a callout!\n", smp_callin()
1084 nmi_call_func_mask_data.started = cpumask; hotplug_cpu_nmi_call_function()
1099 } while (!cpumask_empty(&nmi_call_func_mask_data.started)); hotplug_cpu_nmi_call_function()
H A Drtc.c43 * ms after the second nowtime has started, because when nowtime is written
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Dos_bri.c638 int started = 0; diva_bri_start_adapter() local
696 started = 1; diva_bri_start_adapter()
702 if (!started) { diva_bri_start_adapter()
739 DBG_LOG(("A(%d) BRI adapter successfully started", IoAdapter->ANum)) diva_bri_start_adapter()
H A Dos_4bri.c937 int started = 0; diva_4bri_start_adapter() local
957 started = 1; diva_4bri_start_adapter()
969 if (!started) { diva_4bri_start_adapter()
999 DBG_LOG(("A(%d) %s adapter successfully started", diva_4bri_start_adapter()
H A Dos_pri.c437 int started = 0; diva_pri_start_adapter() local
467 started = 1; diva_pri_start_adapter()
472 if (!started) { diva_pri_start_adapter()
516 DBG_LOG(("A(%d) PRI adapter successfully started", IoAdapter->ANum)) diva_pri_start_adapter()
/linux-4.1.27/drivers/media/pci/b2c2/
H A Dflexcop-dma.c85 err("either transfer DMA1 or DMA2 can be started within one " flexcop_dma_xfer_control()
/linux-4.1.27/drivers/net/fddi/skfp/h/
H A Dtargethw.h87 u_short hw_state ; /* started or stopped */
/linux-4.1.27/arch/sparc/mm/
H A Dhighmem.c6 * needed as kmap_atomic() and kunmap_atomic() started getting
/linux-4.1.27/arch/mips/include/asm/
H A Dmc146818-time.h23 * called 500 ms after the second nowtime has started, because when
/linux-4.1.27/arch/mips/kernel/
H A Dsmp-cmp.c101 * Common setup before any secondaries are started
/linux-4.1.27/arch/powerpc/include/asm/
H A Dbarrier.h68 * started until the value of the argument x is known. For example, if
H A Dvdso_datapage.h22 * ABI issue as some proprietary software started relying on being able
/linux-4.1.27/arch/cris/arch-v10/drivers/
H A Dsync_serial.c114 char started; /* 1 if port has been started */ member in struct:sync_port
350 port->started = 0; initialize_port()
622 port->started = 1; sync_serial_open()
626 DEBUG(printk(KERN_DEBUG "sser%d rec started\n", dev)); sync_serial_open()
1043 if (!port->started) { sync_serial_write()
1050 port->started = 1; sync_serial_write()
1117 if (!port->started) { sync_serial_read()
1124 port->started = 1; sync_serial_read()
/linux-4.1.27/arch/ia64/include/uapi/asm/
H A Dcmpxchg.h126 * that strictly did the .acq or .rel ... all that code started breaking - so
/linux-4.1.27/net/ceph/
H A Dceph_common.c630 int __ceph_open_session(struct ceph_client *client, unsigned long started) __ceph_open_session() argument
642 if (timeout && time_after_eq(jiffies, started + timeout)) __ceph_open_session()
664 unsigned long started = jiffies; /* note the start time */ ceph_open_session() local
669 ret = __ceph_open_session(client, started); ceph_open_session()
/linux-4.1.27/net/atm/
H A Dlec_arpc.h29 * 1. FLUSH started
/linux-4.1.27/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c46 * started once - so return -EEXIST if it's already running. xenbus_alloc()
/linux-4.1.27/drivers/staging/fbtft/
H A Dfb_hx8340bn.c62 is started, and panel scanning is started. */ init_display()
/linux-4.1.27/drivers/s390/cio/
H A Dccwreq.c91 /* I/O started successfully. */ ccwreq_do()
166 * Return the status of the internal I/O started on the specified ccw device.
/linux-4.1.27/drivers/staging/ozwpan/
H A Dozusbsvc.c49 * This is called when the USB service is started or resumed for a PD.
62 oz_dbg(ON, "USB service started\n"); oz_usb_start()
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/
H A Dcmd.c88 /* If we started in PLT FEM_DETECT mode, force auto detect */ wl1271_cmd_general_parms()
155 /* If we started in PLT FEM_DETECT mode, force auto detect */ wl128x_cmd_general_parms()
/linux-4.1.27/drivers/pci/hotplug/
H A Dcpcihp_generic.c187 err("Could not started cPCI hotplug system"); cpcihp_generic_init()
190 dbg("started cpci hp system"); cpcihp_generic_init()
H A Dcpcihp_zt5550.c258 err("could not started cPCI hotplug system"); zt5550_hc_init_one()
262 dbg("started cpci hp system"); zt5550_hc_init_one()
/linux-4.1.27/arch/x86/xen/
H A Dspinlock.c273 * is started, otherwise we would not patch the core kernel code.
289 * enabled and before SMP is started. Hence we use pre-SMP initcall level
/linux-4.1.27/include/media/davinci/
H A Dvpfe_capture.h165 /* Indicates whether streaming started */
166 u8 started; member in struct:vpfe_device
/linux-4.1.27/arch/arm/mach-bcm/
H A Dkona_smp.c140 * indicates the secondary core has started.
182 /* The low bits will be cleared once the core has started */ bcm_boot_secondary()
/linux-4.1.27/fs/ext4/
H A Dext4_jbd2.c271 "failed: handle type %u started at " __ext4_handle_dirty_metadata()
282 "handle type %u started at line %u, " __ext4_handle_dirty_metadata()
/linux-4.1.27/sound/firewire/
H A Damdtp.h227 * @pcm: the PCM device to be started, or %NULL to stop the current device
243 * @midi: the MIDI device to be started, or %NULL to stop the current device
/linux-4.1.27/arch/arm/common/
H A DbL_switcher.c265 struct completion started; member in struct:bL_thread
281 complete(&t->started); bL_switcher_thread()
585 init_completion(&t->started); for_each_online_cpu()
645 init_completion(&t->started); for_each_online_cpu()
649 wait_for_completion(&t->started); for_each_online_cpu()
/linux-4.1.27/kernel/
H A Dtorture.c98 VERBOSE_TOROUT_STRING("torture_onoff task started"); torture_onoff()
353 VERBOSE_TOROUT_STRING("torture_shuffle task started"); torture_shuffle()
429 VERBOSE_TOROUT_STRING("torture_shutdown task started"); torture_shutdown()
547 VERBOSE_TOROUT_STRING("torture_stutter task started"); torture_stutter()
631 * is detected, otherwise, all kthreads started by functions in this file
H A Dpid.c116 * If we started walking pids at 'base', is 'a' seen before 'b'?
137 * value. We have to consider where we started counting from.
140 * we started looking for a pid.
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_attr.c348 * bmap_finish() may have committed the last trans and started xfs_attr_set()
646 * bmap_finish() may have committed the last trans and started xfs_attr_leaf_addname()
749 * and started a new one. We need the inode to be xfs_attr_leaf_addname()
821 * bmap_finish() may have committed the last trans and started xfs_attr_leaf_removename()
958 * and started a new one. We need the inode to be xfs_attr_node_addname()
995 * bmap_finish() may have committed the last trans and started xfs_attr_node_addname()
1106 * and started a new one. We need the inode to be xfs_attr_node_addname()
1238 * bmap_finish() may have committed the last trans and started xfs_attr_node_removename()
1285 * and started a new one. We need the inode to be xfs_attr_node_removename()
/linux-4.1.27/drivers/scsi/
H A D3w-xxxx.h72 [0x00B] = "INFO: Rebuild started: Unit #",
73 [0x00C] = "INFO: Initialization started: Unit #",
84 [0x029] = "INFO: Verify started: Unit #",
H A Dosst_options.h76 /* If OSST_ASYNC_WRITES is non-zero, the SCSI write command may be started
H A Dst_options.h68 /* If ST_ASYNC_WRITES is non-zero, the SCSI write command may be started
H A D3w-9xxx.h72 {0x000B, "Rebuild started"},
73 {0x000C, "Background initialize started"},
100 {0x0029, "Background verify started"},
110 {0x0033, "Background migration started"},
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dbtcoex.c50 * @BRCMF_BT_DHCP_START: DHCP started, wait before
307 /* DHCP started provide OPPORTUNITY window brcmf_btcoex_handler()
310 brcmf_dbg(INFO, "DHCP started\n"); brcmf_btcoex_handler()
/linux-4.1.27/arch/arm64/kernel/
H A Dsetup.c216 pr_info("CPU: All CPU(s) started at EL2\n"); hyp_mode_check()
219 "CPU: CPUs started in inconsistent modes"); hyp_mode_check()
221 pr_info("CPU: All CPU(s) started at EL1\n"); hyp_mode_check()
H A Dsuspend.c127 * renabled if it was enabled when core started shutdown. cpu_suspend()
/linux-4.1.27/arch/alpha/kernel/
H A Dsmp.c305 us to get started. Immediately after starting, we'll swpctx secondary_cpu_start()
346 goto started; secondary_cpu_start()
353 started: secondary_cpu_start()
/linux-4.1.27/drivers/crypto/
H A Dhifn_795x.c442 int active, started; member in struct:hifn_device
1259 dev->started++; hifn_setup_cmd_desc()
1615 if (dev->started + sg_num > HIFN_QUEUE_LENGTH) { hifn_setup_session()
1676 dev->started = 0; hifn_test()
1703 dev->started = dev->active = 0; hifn_start_device()
1763 dev->started--; hifn_complete_sa()
1764 if (dev->started < 0) hifn_complete_sa()
1765 printk("%s: started: %d.\n", __func__, dev->started); hifn_complete_sa()
1767 BUG_ON(dev->started < 0); hifn_complete_sa()
1916 if ((dev->prev_success == dev->success) && dev->started) hifn_work()
1926 printk("%s: r: %08x, active: %d, started: %d, " hifn_work()
1928 dev->name, r, dev->active, dev->started, hifn_work()
2083 if (dev->started + DIV_ROUND_UP(req->nbytes, PAGE_SIZE) <= HIFN_QUEUE_LENGTH) hifn_handle_req()
2144 while (dev->started < HIFN_QUEUE_LENGTH) { hifn_process_queue()
2177 if (dev->started < HIFN_QUEUE_LENGTH && dev->queue.qlen) hifn_setup_crypto()
2560 if (dev->started < HIFN_QUEUE_LENGTH && dev->queue.qlen) hifn_tasklet_callback()
/linux-4.1.27/drivers/net/can/sja1000/
H A Dtscan1.c22 * - Getting started with TS-CAN1, Technologic Systems, Jun 2009
/linux-4.1.27/drivers/media/rc/
H A Dir-jvc-decoder.c62 IR_dprintk(2, "JVC decode started at state %d (%uus %s)\n", ir_jvc_decode()
H A Dir-nec-decoder.c64 IR_dprintk(2, "NEC decode started at state %d (%uus %s)\n", ir_nec_decode()
H A Dir-rc5-decoder.c69 IR_dprintk(2, "RC5(x/sz) decode started at state %i (%uus %s)\n", ir_rc5_decode()
H A Dir-sanyo-decoder.c72 IR_dprintk(2, "SANYO decode started at state %d (%uus %s)\n", ir_sanyo_decode()
H A Dir-sharp-decoder.c60 IR_dprintk(2, "Sharp decode started at state %d (%uus %s)\n", ir_sharp_decode()
H A Dir-sony-decoder.c62 IR_dprintk(2, "Sony decode started at state %d (%uus %s)\n", ir_sony_decode()
H A Dir-xmp-decoder.c55 IR_dprintk(2, "XMP decode started at state %d %d (%uus %s)\n", ir_xmp_decode()
/linux-4.1.27/drivers/mfd/
H A Dqcom-spmi-pmic.c100 * started incrementing from 0 (eg 0 = v1.0, 1 = v2.0). pmic_spmi_show_revid()
/linux-4.1.27/drivers/net/fddi/skfp/
H A Dhwt.c225 * started
/linux-4.1.27/drivers/net/
H A Dnetconsole.c12 * 2001-09-17 started by Ingo Molnar.
327 nt->enabled ? "started" : "stopped"); store_enabled()
342 pr_info("netconsole: network logging started\n"); store_enabled()
807 pr_info("network logging started\n"); init_netconsole()
/linux-4.1.27/drivers/sh/maple/
H A Dmaple.c52 static int started, scanning, fullscan; variable
562 if (!started || !fullscan) { maple_response_none()
581 if (!started || (scanning == 2) || !fullscan) { maple_response_devinfo()
709 started = 1; maple_dma_handler()
/linux-4.1.27/drivers/s390/block/
H A Dscm_blk_cluster.c90 * cluster requests are always started separately. scm_reserve_cluster()
/linux-4.1.27/drivers/staging/media/dt3155v4l/
H A Ddt3155v4l.h168 * @start_before_end: new started before old ended
/linux-4.1.27/drivers/crypto/qat/qat_common/
H A Dadf_accel_engine.c112 "qat_dev%d started %d acceleration engines\n", adf_ae_start()
/linux-4.1.27/arch/x86/kernel/apic/
H A Dhw_nmi.c4 * started by Don Zickus, Copyright (C) 2010 Red Hat, Inc.
/linux-4.1.27/arch/x86/kernel/
H A Drtc.c36 * called 500 ms after the second nowtime has started, because when
/linux-4.1.27/arch/sparc/lib/
H A Dchecksum_64.S162 /* We started with an odd byte, byte-swap the result. */
/linux-4.1.27/arch/x86/boot/compressed/
H A Defi_thunk_64.S62 * that was installed when the kernel started executing. This
/linux-4.1.27/arch/mips/dec/
H A Dtime.c62 * be called 500 ms after the second nowtime has started, because when
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h116 # Set the SP global variable to zero so the master knows we've started
/linux-4.1.27/drivers/video/backlight/
H A Dwm831x_bl.c210 /* Disable the DCDC if it was started so we can bootstrap */ wm831x_backlight_probe()
/linux-4.1.27/drivers/media/dvb-frontends/
H A Das102_fe_types.h162 /* statistics calculation state indicator (started or not) */
/linux-4.1.27/include/linux/platform_data/
H A Dedma.h165 * This way, long transfers on the default queue started
/linux-4.1.27/include/linux/usb/
H A Dmsm_hsusb.h63 * process is not yet started.
/linux-4.1.27/arch/mips/sibyte/bcm1480/
H A Dsmp.c137 * Common setup before any secondaries are started
/linux-4.1.27/arch/mips/sibyte/sb1250/
H A Dsmp.c125 * Common setup before any secondaries are started
/linux-4.1.27/arch/arm64/include/uapi/asm/
H A Dkvm.h88 #define KVM_ARM_VCPU_POWER_OFF 0 /* CPU is started in OFF state */
/linux-4.1.27/arch/blackfin/kernel/
H A Dearly_printk.c159 * the kernel is fully started, it doesn't vector off into somewhere we don't
/linux-4.1.27/arch/blackfin/mach-bf561/
H A Dsecondary.S52 /* Disable hardware loops in case we were started by 'go' */
/linux-4.1.27/arch/blackfin/mach-common/
H A Dhead.S61 /* Disable hardware loops in case we were started by 'go' */
/linux-4.1.27/arch/ia64/include/asm/
H A Dperfmon.h95 #define PFM_CPUINFO_DCR_PP 0x2 /* if set the system wide session has started */
/linux-4.1.27/arch/arm/include/uapi/asm/
H A Dkvm.h87 #define KVM_ARM_VCPU_POWER_OFF 0 /* CPU is started in OFF state */
/linux-4.1.27/arch/arm/mach-ixp4xx/
H A Dfsg-setup.c166 * it hasn't started and do a kernel_restart. fsg_power_handler()
/linux-4.1.27/net/irda/irlan/
H A Dirlan_provider_event.c110 /* Check if client has started yet */ irlan_provider_state_info()
/linux-4.1.27/lib/
H A Dscatterlist.c446 * @miter: sg mapping iter to be started
532 * Proceeds @miter to the next mapping. @miter should have been started
572 * Stops mapping iterator @miter. @miter should have been started
573 * started using sg_miter_start(). A stopped iteration can be
/linux-4.1.27/sound/core/seq/oss/
H A Dseq_oss_timer.c43 * if queue is not started yet, start it.
/linux-4.1.27/sound/core/seq/
H A Dseq_system.c53 * NOTE: the queue to be started, stopped, etc. must be specified
/linux-4.1.27/sound/pci/ctxfi/
H A Dctatc.h62 unsigned int started:1; member in struct:ct_atc_pcm
/linux-4.1.27/sound/pci/emu10k1/
H A Dvoice.c36 /* Previously the voice allocator started at 0 every time. The new voice
/linux-4.1.27/include/asm-generic/
H A Drtc.h58 * If you need to know *exactly* when a second has started, enable __get_rtc_time()
/linux-4.1.27/drivers/media/pci/meye/
H A Dmeye.h194 #define MCHIP_MCC_IRQ_CAPDIS_STRT 0x00000001 /* cap/disp started */
198 #define MCHIP_MCC_IRQ_COMPDEC_STRT 0x00000004 /* (de)comp started */

Completed in 4129 milliseconds

1234567