Home
last modified time | relevance | path

Searched refs:started (Results 1 – 200 of 233) sorted by relevance

12

/linux-4.1.27/Documentation/watchdog/
Dwatchdog-parameters.txt16 nowayout: Watchdog cannot be stopped once started
23 nowayout: Watchdog cannot be stopped once started
28 nowayout: Watchdog cannot be stopped once started
35 nowayout: Watchdog cannot be stopped once started
45 nowayout: Watchdog cannot be stopped once started
50 nowayout: Watchdog cannot be stopped once started
55 nowayout: Watchdog cannot be stopped once started
60 nowayout: Watchdog cannot be stopped once started
65 nowayout: Watchdog cannot be stopped once started
83 nowayout: Watchdog cannot be stopped once started
[all …]
Dwdt.txt29 nowayout Watchdog cannot be stopped once started (kernel
Dhpwdt.txt15 is, an application needs to be started that kicks off the watchdog timer. A
Dwatchdog-api.txt52 started. So, if the watchdog daemon crashes, the system will reboot
Dwatchdog-kernel-api.txt129 Some watchdog timer hardware can only be started and not be stopped. The
/linux-4.1.27/net/mac80211/
Doffchannel.c224 if (!roc->started) in ieee80211_hw_roc_start()
271 if (WARN_ON_ONCE(roc->started)) in ieee80211_start_next_roc()
284 roc->started = true; in ieee80211_start_next_roc()
338 bool started, on_channel; in ieee80211_sw_roc_work() local
356 if (!roc->started) { in ieee80211_sw_roc_work()
389 roc->started = true; in ieee80211_sw_roc_work()
396 started = roc->started; in ieee80211_sw_roc_work()
400 if (started && !on_channel) { in ieee80211_sw_roc_work()
411 if (started) in ieee80211_sw_roc_work()
435 if (!roc->started) in ieee80211_hw_roc_done()
[all …]
Dcfg.c2503 if (WARN_ON(!cur_roc->started || !cur_roc->hw_begun)) in ieee80211_coalesce_started_roc()
2596 roc->started = true; in ieee80211_start_roc_work()
2612 if (!tmp->started) { in ieee80211_start_roc_work()
2736 if (found->started) { in ieee80211_cancel_roc()
2746 if (found->started) in ieee80211_cancel_roc()
3446 if (local->started) in ieee80211_set_antenna()
Ddriver-ops.h76 local->started = true; in drv_start()
97 local->started = false; in drv_stop()
Dieee80211_i.h341 bool started, abort, hw_begun, notified; member
1167 bool started; member
/linux-4.1.27/kernel/rcu/
Drcutorture.c247 unsigned long (*started)(void); member
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,
1040 unsigned long started; in rcu_torture_timer() local
1049 if (cur_ops->started) in rcu_torture_timer()
1050 started = cur_ops->started(); in rcu_torture_timer()
[all …]
/linux-4.1.27/arch/mn10300/kernel/
Dsmp.c70 cpumask_t started; member
403 cpumask_copy(&data.started, cpu_online_mask); in smp_nmi_call_function()
404 cpumask_clear_cpu(smp_processor_id(), &data.started); in smp_nmi_call_function()
407 data.finished = data.started; in smp_nmi_call_function()
420 !cpumask_empty(&data.started); in smp_nmi_call_function()
438 while (!cpumask_empty(&data.started)) in smp_nmi_call_function()
539 cpumask_clear_cpu(smp_processor_id(), &nmi_call_data->started); in smp_nmi_call_function_interrupt()
1084 nmi_call_func_mask_data.started = cpumask; in hotplug_cpu_nmi_call_function()
1099 } while (!cpumask_empty(&nmi_call_func_mask_data.started)); in hotplug_cpu_nmi_call_function()
/linux-4.1.27/tools/virtio/
Dvirtio_test.c157 long started = 0, completed = 0; in run_test() local
168 if (started < bufs) { in run_test()
171 dev->buf + started, in run_test()
174 ++started; in run_test()
191 assert(started <= bufs); in run_test()
/linux-4.1.27/arch/cris/arch-v32/kernel/
Ddebugport.c19 unsigned int started; member
113 if (!p || p->started) in start_port()
116 p->started = 1; in start_port()
/linux-4.1.27/drivers/input/serio/
Dhyperv-keyboard.c105 bool started; member
159 if (kbd_dev->started) { in hv_kbd_on_receive()
327 kbd_dev->started = true; in hv_kbd_start()
339 kbd_dev->started = false; in hv_kbd_stop()
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Dvpfe_video.c198 if (!pipe->inputs[i]->started || in vpfe_video_is_pipe_ready()
202 if (!pipe->outputs[i]->started || in vpfe_video_is_pipe_ready()
378 if (pipe->inputs[i]->started) in all_videos_stopped()
381 if (pipe->outputs[i]->started) in all_videos_stopped()
487 video->started = 0; in vpfe_stop_capture()
517 if (video->started) { in vpfe_release()
569 if (video->started) in vpfe_poll()
720 if (video->started) { in vpfe_s_fmt()
840 if (video->started) { in vpfe_s_input()
941 if (video->started) { in vpfe_s_std()
[all …]
Dvpfe_video.h95 u8 started; member
Ddm365_isif.c325 if (!video->started) in vpfe_isif_buffer_isr()
391 if (!video->started) in vpfe_isif_vidint1_isr()
Ddm365_resizer.c1096 if (!video_out->started) in vpfe_resizer_buffer_isr()
1162 if (!video_out->started) in vpfe_resizer_dma_isr()
/linux-4.1.27/Documentation/rapidio/
Drapidio.txt122 (a) Statically linked enumeration and discovery process can be started
128 that all discovering endpoints are started before the enumerating endpoint
137 (b) Statically linked enumeration and discovery process can be started by
141 started first by issuing a user-space command, after an enumeration is
142 completed a discovery process can be started on all remaining endpoints.
144 (c) Modular enumeration and discovery process can be started by a command from
146 process can be started by issuing a user-space command.
147 Similar to the option (b) above, an enumerator has to be started first.
149 (d) Modular enumeration and discovery process can be started by a module
153 When a network scan process is started it calls an enumeration or discovery
[all …]
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_bts.c34 int started; member
255 ACCESS_ONCE(bts->started) = 1; in bts_event_start()
277 ACCESS_ONCE(bts->started) = 0; in bts_event_stop()
289 if (bts->handle.event && bts->started) in intel_bts_enable_local()
387 if (!event || !bts->started) in intel_bts_interrupt()
/linux-4.1.27/arch/arm/common/
DbL_switcher.c265 struct completion started; member
281 complete(&t->started); in bL_switcher_thread()
585 init_completion(&t->started); in bL_switcher_enable()
645 init_completion(&t->started); in bL_switcher_disable()
649 wait_for_completion(&t->started); in bL_switcher_disable()
Dmcpm_head.S142 @ If the outbound gave up before teardown started, skip cluster setup:
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfsd-admin-interfaces.txt10 The server is always started by the first write of a nonzero value to
21 If nfsd is started without doing any of these, then it will create one
/linux-4.1.27/Documentation/video4linux/
Dpxa_camera.txt18 b) QCI started
19 More buffers can be queued while the QCI is started without halting the
83 Once a first buffer is queued for capture, the QCI is started, but data
84 transfer is not started. On "End Of Frame" interrupt, the irq handler
DREADME.cpia2106 program has started reading the other. If this happens, the driver must drop
DREADME.pvrusb211 Its history started with the reverse-engineering effort by Björn
Dvideobuf354 enough to get started with. Note also that all of these calls are exported
/linux-4.1.27/arch/cris/arch-v10/kernel/
Ddebugport.c35 unsigned int started; member
140 if (p->started) in start_port()
142 p->started = 1; in start_port()
394 port->started = 0; in console_setup()
/linux-4.1.27/net/mac802154/
Ddriver-ops.h32 local->started = true; in drv_start()
50 local->started = false; in drv_stop()
Dieee802154_i.h58 bool started; member
/linux-4.1.27/Documentation/arm/SA1100/
DPLEB1 The PLEB project was started as a student initiative at the School of
Dserial_UART40 you might have a getty process started on ttyS0. In this case:
DBrutus14 must be loaded at 0xc0008000 in Brutus's memory and execution started at
/linux-4.1.27/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.h32 bool started; member
Drcar_du_crtc.c358 if (rcrtc->started) in rcar_du_crtc_start()
386 rcrtc->started = true; in rcar_du_crtc_start()
393 if (!rcrtc->started) in rcar_du_crtc_stop()
410 rcrtc->started = false; in rcar_du_crtc_stop()
/linux-4.1.27/drivers/gpu/drm/shmobile/
Dshmob_drm_crtc.h33 bool started; member
Dshmob_drm_crtc.c174 if (scrtc->started) in shmob_drm_crtc_start()
261 scrtc->started = true; in shmob_drm_crtc_start()
269 if (!scrtc->started) in shmob_drm_crtc_stop()
287 scrtc->started = false; in shmob_drm_crtc_stop()
/linux-4.1.27/Documentation/filesystems/cifs/
DTODO12 - multichannel (started)
20 using FindNotify or equivalent. - (started)
45 the CIFS statistics (started)
/linux-4.1.27/fs/ceph/
Dsuper.c711 unsigned long started) in open_root_dentry() argument
731 req->r_started = started; in open_root_dentry()
770 unsigned long started = jiffies; /* note the start time */ in ceph_real_mount() local
777 err = __ceph_open_session(fsc->client, started); in ceph_real_mount()
782 root = open_root_dentry(fsc, "", started); in ceph_real_mount()
802 root = open_root_dentry(fsc, path, started); in ceph_real_mount()
/linux-4.1.27/drivers/media/platform/davinci/
Dvpfe_capture.c580 if (!vpfe_dev->started) in vpfe_isr()
655 if (!vpfe_dev->started) { in vdint1_isr()
699 vpfe_dev->started = 0; in vpfe_stop_ccdc_capture()
722 if (vpfe_dev->started) { in vpfe_release()
781 if (vpfe_dev->started) in vpfe_poll()
986 if (vpfe_dev->started) { in vpfe_s_fmt_vid_cap()
1127 if (vpfe_dev->started) { in vpfe_s_input()
1211 if (vpfe_dev->started) { in vpfe_s_std()
1466 vpfe_dev->started = 1; in vpfe_start_ccdc_capture()
1580 if (!vpfe_dev->started) { in vpfe_streamoff()
[all …]
/linux-4.1.27/drivers/watchdog/
Ds3c2410_wdt.c518 int started = 0; in s3c2410wdt_probe() local
588 started = s3c2410wdt_set_heartbeat(&wdt->wdt_device, in s3c2410wdt_probe()
591 if (started == 0) in s3c2410wdt_probe()
621 if (tmr_atboot && started == 0) { in s3c2410wdt_probe()
/linux-4.1.27/net/ceph/
Dceph_common.c630 int __ceph_open_session(struct ceph_client *client, unsigned long started) in __ceph_open_session() argument
642 if (timeout && time_after_eq(jiffies, started + timeout)) in __ceph_open_session()
664 unsigned long started = jiffies; /* note the start time */ in ceph_open_session() local
669 ret = __ceph_open_session(client, started); in ceph_open_session()
Dmon_client.c304 unsigned long started = jiffies; in ceph_monc_wait_osdmap() local
311 if (timeout != 0 && time_after_eq(jiffies, started + timeout)) in ceph_monc_wait_osdmap()
/linux-4.1.27/arch/s390/boot/compressed/
Dhead.S33 # decompress image is started at 0x11000
/linux-4.1.27/drivers/crypto/
Dhifn_795x.c442 int active, started; member
1259 dev->started++; in hifn_setup_cmd_desc()
1615 if (dev->started + sg_num > HIFN_QUEUE_LENGTH) { in hifn_setup_session()
1676 dev->started = 0; in hifn_test()
1703 dev->started = dev->active = 0; in hifn_start_device()
1763 dev->started--; in hifn_complete_sa()
1764 if (dev->started < 0) in hifn_complete_sa()
1765 printk("%s: started: %d.\n", __func__, dev->started); in hifn_complete_sa()
1767 BUG_ON(dev->started < 0); in hifn_complete_sa()
1916 if ((dev->prev_success == dev->success) && dev->started) in hifn_work()
[all …]
/linux-4.1.27/lib/
DKconfig.kmemcheck23 The kernel may be started with kmemcheck=0 or kmemcheck=1 to disable
24 or enable kmemcheck at boot-time. If the kernel is started with
/linux-4.1.27/Documentation/security/
D00-INDEX6 - how to get started with the SELinux security enhancement.
/linux-4.1.27/include/media/davinci/
Dvpfe_capture.h166 u8 started; member
/linux-4.1.27/drivers/md/
Ddm-snap.c188 int started; member
1634 pe->started = 0; in __find_pending_exception()
1734 if (!pe->started && in snapshot_map()
1737 pe->started = 1; in snapshot_map()
1745 if (!pe->started) { in snapshot_map()
1747 pe->started = 1; in snapshot_map()
2127 if (!pe->started) { in __origin_write()
2128 pe->started = 1; in __origin_write()
2133 if (!pe->started) { in __origin_write()
2134 pe->started = 1; in __origin_write()
/linux-4.1.27/drivers/staging/nvec/
DREADME6 started by triggering a gpio line.
/linux-4.1.27/drivers/sh/maple/
Dmaple.c52 static int started, scanning, fullscan; variable
562 if (!started || !fullscan) { in maple_response_none()
581 if (!started || (scanning == 2) || !fullscan) { in maple_response_devinfo()
709 started = 1; in maple_dma_handler()
/linux-4.1.27/arch/cris/arch-v10/drivers/
Dsync_serial.c114 char started; /* 1 if port has been started */ member
350 port->started = 0; in initialize_port()
622 port->started = 1; in sync_serial_open()
1043 if (!port->started) { in sync_serial_write()
1050 port->started = 1; in sync_serial_write()
1117 if (!port->started) { in sync_serial_read()
1124 port->started = 1; in sync_serial_read()
/linux-4.1.27/drivers/macintosh/
Dwindfarm_pm112.c106 static int started; variable
508 if (!started) { in pm112_tick()
509 started = 1; in pm112_tick()
Dwindfarm_rm31.c82 static bool started; variable
516 if (!started) { in rm31_tick()
517 started = 1; in rm31_tick()
Dtherm_adt746x.c233 int started = 0; in update_fans_speed() local
246 started = 1; in update_fans_speed()
275 if (started) in update_fans_speed()
Dwindfarm_pm72.c88 static bool started; variable
613 if (!started) { in pm72_tick()
614 started = 1; in pm72_tick()
/linux-4.1.27/Documentation/device-mapper/
Dsnapshot.txt59 has started (in the background) the <origin> may be opened and the merge
62 merged. Once merging has started the snapshot device, associated with
149 Merging of volume snap started.
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-fcoe41 is started in 'Fabric' mode then FIP FCF discovery is
43 If a FCoE Controller is started in 'VN2VN' mode then
Dsysfs-class-pktcdvd30 packets_started (0444) Number of started packets.
Dsysfs-power118 your system is started up and the kernel modules are loaded.
/linux-4.1.27/Documentation/scsi/
Dosst.txt8 get them started using (and maybe debugging) it.
37 The driver started being a copy of st and as such, the osst devices'
94 If you just want to get started with standard software, here is an example
165 The driver has been started by making a copy of Kai Makisara's st driver.
Ddc395x.txt12 driver (which this driver started from) at
Dst.txt43 system manager (root). When specification of a new mode is started,
195 started and the write call returns immediately. The status is checked
487 the next tape operation is not started before the previous one has
Dadvansys.txt114 c. klogd is started with the appropriate -c parameter
DChangeLog.sym53c8xx308 If the aborted command is not yet started, remove it from the start
470 - I received this afternoon a 896 from SYMBIOS and started testing
DLICENSE.qla4xxx115 when run, you must cause it, when started running for such
DLICENSE.qla2xxx116 when run, you must cause it, when started running for such
DChangeLog.ncr53c8xx275 - Some broken scsi devices are confused when a negotiation is started
DChangeLog.megaraid104 > When GAM(Global Array Manager) is started, The following
Dtmscsim.txt106 produced errors and started to corrupt my disks. So don't do that! A 37.50
/linux-4.1.27/sound/pci/ctxfi/
Dctatc.h62 unsigned int started:1; member
Dctatc.c383 if (apcm->started) in atc_pcm_playback_start()
385 apcm->started = 1; in atc_pcm_playback_start()
424 apcm->started = 0; in atc_pcm_stop()
731 if (apcm->started) in atc_pcm_capture_start()
734 apcm->started = 1; in atc_pcm_capture_start()
Dctpcm.c281 apcm->started = 0; in ct_pcm_capture_open()
/linux-4.1.27/Documentation/blockdev/drbd/
Ddrbd-connection-state-overview.dot62 Unconnected -> WFConnection [ label="receiver thread is started" ]
/linux-4.1.27/arch/cris/arch-v32/drivers/
Dsync_serial.c112 char started; /* 1 if port has been started */ member
324 port->started = 1; in sync_serial_start_port()
569 if (!port->started) in sync_serial_poll()
619 if (!port->started) in __sync_serial_read()
1029 if (port->started) { in sync_serial_ioctl_unlocked()
1142 if (!port->started) { in sync_serial_write()
1150 port->started = 1; in sync_serial_write()
/linux-4.1.27/include/linux/ceph/
Dlibceph.h206 unsigned long started);
/linux-4.1.27/Documentation/power/
Dapm-acpi.txt27 and be sure that they are started sometime in the system boot process.
Dbasic-pm-debugging.txt12 the command prompt where you have started the transition. If that happens,
Druntime_pm.txt154 started a delayed suspend), the routine must return a non-zero value. Negative
165 ->runtime_idle() (although ->runtime_idle() will not be started while any
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dmips-gic.txt25 This property is ignored if the CPU is started in EIC mode.
/linux-4.1.27/Documentation/s390/
Dqeth.txt30 notifications are started afresh, a new host or VLAN is registered or
D3270.txt28 another 3270 emulator, started from an xterm window on your PC or
Dcds.txt280 never started, even though ccw_device_start() returned with successful completion.
/linux-4.1.27/Documentation/usb/
Dwusb-cbaf84 echo I: started host $(basename $dev) >&2
DCREDITS150 pointed bugs, as well as started the uusbd-utils package.
/linux-4.1.27/Documentation/locking/
Dlocktorture.txt10 grepping for "torture"). The test is started when the module is loaded,
79 locktorture was built into the kernel and started
Dmutex-design.txt3 started by Ingo Molnar <mingo@redhat.com>
Dlockdep-design.txt4 started by Ingo Molnar <mingo@redhat.com>
/linux-4.1.27/arch/alpha/kernel/
Dsmp.c346 goto started; in secondary_cpu_start()
353 started: in secondary_cpu_start()
/linux-4.1.27/drivers/staging/comedi/drivers/
Damplc_pci230.c1010 bool started; in pci230_ao_stop() local
1014 started = devpriv->ao_cmd_started; in pci230_ao_stop()
1017 if (!started) in pci230_ao_stop()
1811 bool started; in pci230_ai_stop() local
1814 started = devpriv->ai_cmd_started; in pci230_ai_stop()
1817 if (!started) in pci230_ai_stop()
/linux-4.1.27/Documentation/
Dirqflags-tracing.txt3 started by Ingo Molnar <mingo@redhat.com>
Dcputopology.txt100 started with possible_cpus=144. There are 4 CPUs in the system and cpu2
Dkernel-per-CPU-kthreads.txt82 3. Once your application has started, prevent CPU-hotplug operations
89 3. Once your application has started, prevent CPU-hotplug operations
96 3. Once your application has started, prevent CPU-hotplug operations
Dmd.txt72 arrays to be started.
119 The array is started with the RUN_ARRAY ioctl.
121 Once started, new devices can be added. They should have an
141 Once started with RUN_ARRAY, uninitialized spares can be added with
510 started again, though some event will be needed to trigger
Dmd-cluster.txt7 The bitmaps record all writes that may have been started on that node,
Dvgaarbiter.txt178 Benjamin Herrenschmidt (IBM?) started this work when he discussed such design
Dbcache.txt38 Getting started:
69 To get started:
Dcrc32.txt40 the polynomial from the remainder and we're back to where we started,
Dsvga.txt236 active when started. Scanning fixed. 80x43 (any VGA) added.
DManagementStyle11 to do with reality. It started as a lark, but that doesn't mean that it
/linux-4.1.27/Documentation/devicetree/bindings/rtc/
Disil,isl12057.txt72 PMIC, allowing the device to be started based on configured alarm:
/linux-4.1.27/Documentation/timers/
Dtimer_stats.txt44 is kept until a new sample period is started. This allows multiple readouts.
Dtimekeeping.txt112 number of nanoseconds since the system was started. An architecture may or
/linux-4.1.27/drivers/isdn/hardware/eicon/
Dos_bri.c638 int started = 0; in diva_bri_start_adapter() local
696 started = 1; in diva_bri_start_adapter()
702 if (!started) { in diva_bri_start_adapter()
Dos_pri.c437 int started = 0; in diva_pri_start_adapter() local
467 started = 1; in diva_pri_start_adapter()
472 if (!started) { in diva_pri_start_adapter()
Dos_4bri.c937 int started = 0; in diva_4bri_start_adapter() local
957 started = 1; in diva_4bri_start_adapter()
969 if (!started) { in diva_4bri_start_adapter()
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h116 # Set the SP global variable to zero so the master knows we've started
/linux-4.1.27/Documentation/hwmon/
Dadt747034 The ADT7470 samples all inputs continuously. A kernel thread is started up for
Dpc87360183 shouldn't be changed once the monitoring has started, but we ignore that
/linux-4.1.27/Documentation/w1/
Dw1.netlink161 procedure is started to select given device.
167 and next w1_netlink_msg header processing started.
/linux-4.1.27/Documentation/arm/
Dvlocks.txt23 started yet.
71 However, once the election has started, the underlying memory system
/linux-4.1.27/Documentation/prctl/
Dno_new_privs.txt1 The execve system call can grant a newly-started program privileges that
/linux-4.1.27/Documentation/dmaengine/
Dclient.txt158 queue is started and subsequent ones queued up.
160 On completion of each DMA operation, the next in queue is started and
Ddmatest.txt36 Once started a message like "dmatest: Started 1 threads using dma0chan0" is
Dprovider.txt58 transfer, and whenever the transfer is started, the controller will go
/linux-4.1.27/drivers/net/wireless/libertas/
Dif_sdio.c120 bool started; member
845 if (!card->started) { in if_sdio_finish_power_on()
849 card->started = true; in if_sdio_finish_power_on()
/linux-4.1.27/drivers/usb/gadget/function/
Du_serial.c674 unsigned started; in gs_start_io() local
696 started = gs_start_rx(port); in gs_start_io()
699 if (started) { in gs_start_io()
/linux-4.1.27/drivers/net/wireless/
Dmac80211_hwsim.c508 bool started, idle, scanning; member
1186 if (!data2->started || (data2->idle && !data2->tmp_chan) || in mac80211_hwsim_tx_frame_no_nl()
1329 data->started = true; in mac80211_hwsim_start()
1337 data->started = false; in mac80211_hwsim_stop()
1466 if (!data->started) in mac80211_hwsim_beacon()
1532 if (!data->started || !data->beacon_int) in mac80211_hwsim_config()
1605 if (data->started && in mac80211_hwsim_bss_info_changed()
2827 if (data2->idle || !data2->started) in hwsim_cloned_frame_received_nl()
/linux-4.1.27/Documentation/RCU/
Dtorture.txt10 command (perhaps grepping for "torture"). The test is started
18 whether the RCU torture tests are to be started immediately during
94 rcutorture was built into the kernel and started
Dtrace.txt35 update cycles that the current test has started, or zero if there is
88 started. Again, offlined CPUs and CPUs in dynticks idle mode
288 o "gpnum" is the number of grace periods that have started. It is
291 the corresponding RCU grace period has started.
432 o "gps" is the number of times that a new grace period had started,
DUP.txt135 that other thread when it started running again.
Drcubarrier.txt201 callback queues, and then waits until they have all started executing, at
/linux-4.1.27/sound/soc/omap/
DKconfig64 ldattach utility. This can be started automatically from udev,
/linux-4.1.27/Documentation/networking/
Dnf_conntrack-sysctl.txt132 is reached, a shorter timer will be started.
Dnetconsole.txt2 started by Ingo Molnar <mingo@redhat.com>, 2001.09.17
De100.txt95 Configuring a network driver to load properly when the system is started is
Dpktgen.txt85 started: 1103053986245187us stopped: 1103053999346329us idle: 880401us
D3c509.txt174 0x20 A Rx packet has started to arrive
Dz8530drv.txt518 elapsed, no new frame will be started. Instead, the trans-
521 started again.
Dcan.txt78 question arises, why we have started another project. Most existing
1048 re-started bus-errors arbit-lost error-warn error-pass bus-off
1095 "re-started bus-errors arbit-lost error-warn error-pass bus-off"
1131 A CAN network device is started or stopped as usual with the command
DLICENSE.qlge114 when run, you must cause it, when started running for such
Dixgb.txt275 Configuring a network driver to load properly when the system is started is
Dphy.txt110 pointer to your net_device. Once done, this function will have started the
DLICENSE.qlcnic114 when run, you must cause it, when started running for such
Dcs89x0.txt459 Once the Initiator is started, it sends data frames to the Responder which
/linux-4.1.27/Documentation/block/
Dwriteback_cache_control.txt25 has been flushed before the actual I/O operation is started. This explicitly
/linux-4.1.27/Documentation/filesystems/
Dinotify.txt6 Document started 15 Mar 2005 by Robert Love <rml@novell.com>
Dramfs-rootfs-initramfs.txt282 This decision was made back in December, 2001. The discussion started here:
Dxfs-delayed-logging-design.txt323 at the same time a checkpoint transaction is started. That is, when we remove
517 reservation needs to be made before the checkpoint is started, and we need to
/linux-4.1.27/Documentation/cdrom/
Dpacket-writing.txt1 Getting started quick
/linux-4.1.27/Documentation/trace/
Dftrace.txt604 # => started at: __lock_task_sighand
802 display when a new CPU buffer started:
807 ##### CPU 2 buffer started ####
933 # => started at: run_timer_softirq
984 # => started at: ata_scsi_queuecmd
1079 # => started at: do_IRQ
1116 # => started at: wake_up_new_task
1229 # => started at: ata_scsi_queuecmd
1269 within the preemption points. We do see that it started with
1282 # => started at: schedule
[all …]
/linux-4.1.27/include/linux/
Dftrace_event.h91 cpumask_var_t started; member
/linux-4.1.27/arch/s390/kernel/
Dhead.S43 .long 0x020001e0,0x60000050 # of the CCW program started
/linux-4.1.27/Documentation/sound/alsa/soc/
DDPCM.txt376 DAI links. The DAI links will be started when the FE PCM is started and stopped
Ddapm.txt38 Enabled and disabled when stream playback/capture is started and
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dcore.h572 struct completion started; member
Dcore.c884 complete_all(&ar->scan.started); in ath10k_core_restart()
1385 init_completion(&ar->scan.started); in ath10k_core_create()
Dmac.c2666 ret = wait_for_completion_timeout(&ar->scan.started, 1*HZ); in ath10k_start_scan()
3712 reinit_completion(&ar->scan.started); in ath10k_hw_scan()
4368 reinit_completion(&ar->scan.started); in ath10k_remain_on_channel()
/linux-4.1.27/Documentation/filesystems/caching/
Dcachefiles.txt130 The cache is started by running the daemon. The daemon opens the cache device,
205 cache falls below either of these limits, then culling is started.
225 started as soon as space is made in the table. Objects will be skipped if
Dobject.txt210 A transient state in which pending operations are started, child objects
/linux-4.1.27/Documentation/powerpc/
Dcxl.txt108 started. Its format is up to the AFU hence the kernel has no
171 returns once the AFU context is started.
Dtransactional_memory.txt194 it looks like the transaction has just started (the checkpointed state is
Dfirmware-assisted-dump.txt23 started/stopped through /sys/kernel/fadump_registered interface (see
/linux-4.1.27/Documentation/i2c/
Dfault-codes64 detected before any I/O operation was started. Use a more
/linux-4.1.27/Documentation/accounting/
Dtaskstats-struct.txt55 /* The name of the command that started this task. */
/linux-4.1.27/Documentation/scheduler/
Dsched-nice-design.txt73 With the old scheduler, if you for example started a niced task with +1
Dsched-stats.txt139 36) # of times in this domain try_to_wake_up() started passive balancing
Dsched-deadline.txt483 printf("deadline thread started [%ld]\n", gettid());
/linux-4.1.27/Documentation/vm/
Dksm.txt37 the range for whenever the KSM daemon is started; even if the range
Dtranshuge.txt126 khugepaged will be automatically started when
/linux-4.1.27/Documentation/cgroups/
Dfreezer-subsystem.txt6 be started/stopped by the batch job management system. It also provides
/linux-4.1.27/drivers/net/can/
DKconfig48 get started. This works fine for the most common CAN controllers
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt240 Event: 3=Decoder started
Dfw-encoder-api.txt389 is started a number of interrupts are still generated, the last of
/linux-4.1.27/kernel/trace/
Dtrace.c2673 if (cpumask_test_cpu(iter->cpu, iter->started)) in test_cpu_buff_start()
2679 cpumask_set_cpu(iter->cpu, iter->started); in test_cpu_buff_start()
3053 if (!zalloc_cpumask_var(&iter->started, GFP_KERNEL)) in __tracing_open()
3184 free_cpumask_var(iter->started); in tracing_release()
4563 if (!alloc_cpumask_var(&iter->started, GFP_KERNEL)) { in tracing_open_pipe()
4569 cpumask_setall(iter->started); in tracing_open_pipe()
4616 free_cpumask_var(iter->started); in tracing_release_pipe()
4734 cpumask_clear(iter->started); in tracing_read_pipe()
DKconfig181 disabled by default and can be runtime (re-)started
205 disabled by default and can be runtime (re-)started
Dring_buffer.c4758 bool started; in rb_write_something() local
4772 started = rb_test_started; in rb_write_something()
4779 if (started) { in rb_write_something()
/linux-4.1.27/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c218 int started; member
1071 priv->started = 1; in __sh_mobile_lcdc_start()
1236 if (priv->started) { in sh_mobile_lcdc_stop()
1238 priv->started = 0; in sh_mobile_lcdc_stop()
/linux-4.1.27/drivers/block/paride/
DTransition-notes109 was acquiring ps_spinlock) or (2.3) (if it was set when we started to
/linux-4.1.27/Documentation/fb/
Duvesafb.txt149 Path to the v86d executable. v86d is started by uvesafb
/linux-4.1.27/Documentation/input/
Dff.txt215 FF_STATUS_PLAYING The effect started to play
Djoystick.txt96 discipline module loaded and the inputattach utility started:
/linux-4.1.27/fs/
DKconfig.binfmt113 The conversion to ELF started in 1995. This option is primarily
/linux-4.1.27/Documentation/development-process/
D2.Process262 started). The -mm tree integrates patches from a long list of subsystem
441 Questions about how to get started with the kernel development process are
446 group started. This can, in fact, be an effective technique. But it also
D7.AdvancedTopics11 when Linus first started playing with the proprietary BitKeeper
D1.Intro26 discussion of tools and mailing lists. Developers wanting to get started
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h795 u_char started; /* CCB queued to the squeue */ member
Dsym_hipd.c1580 cp->started = 1;
1664 if (cp->started) {
1671 cp->started = 0;
4855 if (cp->started) {
4862 cp->started = 0;
/linux-4.1.27/drivers/net/wireless/mwifiex/
DREADME115 tx queue "stopped" | "started"
/linux-4.1.27/Documentation/isdn/
DsyncPPP.FAQ144 fully started) we can't handle this network request.
/linux-4.1.27/arch/s390/
DKconfig600 Generate crash dump after being started by kexec.
717 intervals, once the timer is started.
/linux-4.1.27/Documentation/serial/
Dmoxa-smartio442 (Rx/Tx) character count since the time when the monitoring is started.
445 is started). You can reset all ports' count by <HOME> key. <+> <->
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dmpc5200.txt115 If n>0, the watchdog is started with a timeout of n seconds. If n=0, the
/linux-4.1.27/drivers/xen/
DKconfig70 started with a larger maximum.
/linux-4.1.27/fs/ext3/
Dinode.c1025 int ret = 0, started = 0; in ext3_get_block() local
1037 started = 1; in ext3_get_block()
1046 if (started) in ext3_get_block()
/linux-4.1.27/drivers/staging/panel/
DKconfig10 the kernel and started at boot. If you don't understand what all this
/linux-4.1.27/Documentation/hid/
Duhid.txt124 This is sent when the HID device is started. Consider this as an answer to
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt214 Per-CPU kernel threads are started/stopped upon receiving
/linux-4.1.27/net/core/
Dpktgen.c3027 int started = 0; in pktgen_run() local
3048 started++; in pktgen_run()
3053 if (started) in pktgen_run()
/linux-4.1.27/Documentation/x86/
Dboot.txt967 The kernel is started by jumping to the kernel entry point, which is
1056 In 32-bit boot protocol, the kernel is started by jumping to the
1092 In 64-bit boot protocol, the kernel is started by jumping to the
/linux-4.1.27/arch/ia64/
DKconfig562 Generate crash dump after being started by kexec.
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c67 bfa_fsm_state_decl(bna_rxf, started, struct bna_rxf,
1499 bfa_fsm_state_decl(bna_rx, started,
3054 bfa_fsm_state_decl(bna_tx, started, struct bna_tx, enum bna_tx_event);
Dbna_enet.c916 bfa_fsm_state_decl(bna_enet, started, struct bna_enet,
/linux-4.1.27/arch/sh/
DKconfig623 Generate crash dump after being started by kexec.
/linux-4.1.27/fs/ext4/
Dinode.c695 int ret = 0, started = 0; in _ext4_get_block() local
715 started = 1; in _ext4_get_block()
739 if (started) in _ext4_get_block()
/linux-4.1.27/tools/usb/usbip/
DCOPYING104 when run, you must cause it, when started running for such
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense107 run, you must cause it, when started running for such interactive
/linux-4.1.27/drivers/staging/rtl8192u/
Dcopying104 when run, you must cause it, when started running for such
/linux-4.1.27/
DCOPYING120 when run, you must cause it, when started running for such
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-python.txt421 You can quickly get started writing a script for a particular set of

12