| /linux-4.1.27/Documentation/watchdog/ | 
| D | watchdog-parameters.txt | 16 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 …] 
 | 
| D | wdt.txt | 29 	nowayout	Watchdog cannot be stopped once started (kernel
  | 
| D | hpwdt.txt | 15  is, an application needs to be started that kicks off the watchdog timer. A
  | 
| D | watchdog-api.txt | 52 started.  So, if the watchdog daemon crashes, the system will reboot
  | 
| D | watchdog-kernel-api.txt | 129   Some watchdog timer hardware can only be started and not be stopped. The
  | 
| /linux-4.1.27/net/mac80211/ | 
| D | offchannel.c | 224 	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 …] 
 | 
| D | cfg.c | 2503 	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()
  | 
| D | driver-ops.h | 76 	local->started = true;  in drv_start() 97 	local->started = false;  in drv_stop()
  | 
| D | ieee80211_i.h | 341 	bool started, abort, hw_begun, notified;  member 1167 	bool started;  member
  | 
| /linux-4.1.27/kernel/rcu/ | 
| D | rcutorture.c | 247 	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/ | 
| D | smp.c | 70 	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/ | 
| D | virtio_test.c | 157 	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/ | 
| D | debugport.c | 19 	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/ | 
| D | hyperv-keyboard.c | 105 	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/ | 
| D | vpfe_video.c | 198 		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 …] 
 | 
| D | vpfe_video.h | 95 	u8					started;  member
  | 
| D | dm365_isif.c | 325 	if (!video->started)  in vpfe_isif_buffer_isr() 391 	if (!video->started)  in vpfe_isif_vidint1_isr()
  | 
| D | dm365_resizer.c | 1096 	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/ | 
| D | rapidio.txt | 122   (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/ | 
| D | perf_event_intel_bts.c | 34 	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/ | 
| D | bL_switcher.c | 265 	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()
  | 
| D | mcpm_head.S | 142 	@ If the outbound gave up before teardown started, skip cluster setup:
  | 
| /linux-4.1.27/Documentation/filesystems/nfs/ | 
| D | nfsd-admin-interfaces.txt | 10 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/ | 
| D | pxa_camera.txt | 18   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
  | 
| D | README.cpia2 | 106 program has started reading the other.  If this happens, the driver must drop
  | 
| D | README.pvrusb2 | 11   Its history started with the reverse-engineering effort by Björn
  | 
| D | videobuf | 354 enough to get started with.  Note also that all of these calls are exported
  | 
| /linux-4.1.27/arch/cris/arch-v10/kernel/ | 
| D | debugport.c | 35   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/ | 
| D | driver-ops.h | 32 	local->started = true;  in drv_start() 50 	local->started = false;  in drv_stop()
  | 
| D | ieee802154_i.h | 58 	bool started;  member
  | 
| /linux-4.1.27/Documentation/arm/SA1100/ | 
| D | PLEB | 1 The PLEB project was started as a student initiative at the School of
  | 
| D | serial_UART | 40 you might have a getty process started on ttyS0.  In this case:
  | 
| D | Brutus | 14 must be loaded at 0xc0008000 in Brutus's memory and execution started at
  | 
| /linux-4.1.27/drivers/gpu/drm/rcar-du/ | 
| D | rcar_du_crtc.h | 32 	bool started;  member
  | 
| D | rcar_du_crtc.c | 358 	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/ | 
| D | shmob_drm_crtc.h | 33 	bool started;  member
  | 
| D | shmob_drm_crtc.c | 174 	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/ | 
| D | TODO | 12    - multichannel (started) 20 using FindNotify or equivalent.  - (started) 45 the CIFS statistics (started)
  | 
| /linux-4.1.27/fs/ceph/ | 
| D | super.c | 711 				       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/ | 
| D | vpfe_capture.c | 580 	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/ | 
| D | s3c2410_wdt.c | 518 	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/ | 
| D | ceph_common.c | 630 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()
  | 
| D | mon_client.c | 304 	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/ | 
| D | head.S | 33 	# decompress image is started at 0x11000
  | 
| /linux-4.1.27/drivers/crypto/ | 
| D | hifn_795x.c | 442 	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/ | 
| D | Kconfig.kmemcheck | 23 	  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/ | 
| D | 00-INDEX | 6 	- how to get started with the SELinux security enhancement.
  | 
| /linux-4.1.27/include/media/davinci/ | 
| D | vpfe_capture.h | 166 	u8 started;  member
  | 
| /linux-4.1.27/drivers/md/ | 
| D | dm-snap.c | 188 	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/ | 
| D | README | 6 started by triggering a gpio line.
  | 
| /linux-4.1.27/drivers/sh/maple/ | 
| D | maple.c | 52 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/ | 
| D | sync_serial.c | 114 	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/ | 
| D | windfarm_pm112.c | 106 static int started;  variable 508 	if (!started) {  in pm112_tick() 509 		started = 1;  in pm112_tick()
  | 
| D | windfarm_rm31.c | 82 static bool started;  variable 516 	if (!started) {  in rm31_tick() 517 		started = 1;  in rm31_tick()
  | 
| D | therm_adt746x.c | 233 		int started = 0;  in update_fans_speed()  local 246 			started = 1;  in update_fans_speed() 275 		if (started)  in update_fans_speed()
  | 
| D | windfarm_pm72.c | 88 static bool started;  variable 613 	if (!started) {  in pm72_tick() 614 		started = 1;  in pm72_tick()
  | 
| /linux-4.1.27/Documentation/device-mapper/ | 
| D | snapshot.txt | 59 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/ | 
| D | sysfs-bus-fcoe | 41 			  is started in 'Fabric' mode then FIP FCF discovery is 43 			  If a FCoE Controller is started in 'VN2VN' mode then
  | 
| D | sysfs-class-pktcdvd | 30     packets_started       (0444) Number of started packets.
  | 
| D | sysfs-power | 118 		your system is started up and the kernel modules are loaded.
  | 
| /linux-4.1.27/Documentation/scsi/ | 
| D | osst.txt | 8 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.
  | 
| D | dc395x.txt | 12 driver (which this driver started from) at
  | 
| D | st.txt | 43 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
  | 
| D | advansys.txt | 114    c. klogd is started with the appropriate -c parameter
  | 
| D | ChangeLog.sym53c8xx | 308 	  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  
  | 
| D | LICENSE.qla4xxx | 115     when run, you must cause it, when started running for such
  | 
| D | LICENSE.qla2xxx | 116     when run, you must cause it, when started running for such
  | 
| D | ChangeLog.ncr53c8xx | 275 	- Some broken scsi devices are confused when a negotiation is started 
  | 
| D | ChangeLog.megaraid | 104 	> When GAM(Global Array Manager) is started, The following
  | 
| D | tmscsim.txt | 106 produced errors and started to corrupt my disks. So don't do that! A 37.50
  | 
| /linux-4.1.27/sound/pci/ctxfi/ | 
| D | ctatc.h | 62 	unsigned int started:1;  member
  | 
| D | ctatc.c | 383 	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()
  | 
| D | ctpcm.c | 281 	apcm->started = 0;  in ct_pcm_capture_open()
  | 
| /linux-4.1.27/Documentation/blockdev/drbd/ | 
| D | drbd-connection-state-overview.dot | 62   Unconnected -> WFConnection [ label="receiver thread is started" ]
  | 
| /linux-4.1.27/arch/cris/arch-v32/drivers/ | 
| D | sync_serial.c | 112 	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/ | 
| D | libceph.h | 206 			       unsigned long started);
  | 
| /linux-4.1.27/Documentation/power/ | 
| D | apm-acpi.txt | 27 and be sure that they are started sometime in the system boot process.
  | 
| D | basic-pm-debugging.txt | 12 the command prompt where you have started the transition.  If that happens,
  | 
| D | runtime_pm.txt | 154 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/ | 
| D | mips-gic.txt | 25   This property is ignored if the CPU is started in EIC mode.
  | 
| /linux-4.1.27/Documentation/s390/ | 
| D | qeth.txt | 30   notifications are started afresh, a new host or VLAN is registered or
  | 
| D | 3270.txt | 28 another 3270 emulator, started from an xterm window on your PC or
  | 
| D | cds.txt | 280 never started, even though ccw_device_start() returned with successful completion.
  | 
| /linux-4.1.27/Documentation/usb/ | 
| D | wusb-cbaf | 84           echo I: started host $(basename $dev) >&2
  | 
| D | CREDITS | 150           pointed bugs, as well as started the uusbd-utils package.
  | 
| /linux-4.1.27/Documentation/locking/ | 
| D | locktorture.txt | 10 grepping for "torture").  The test is started when the module is loaded, 79 		  locktorture was built into the kernel and started
  | 
| D | mutex-design.txt | 3 started by Ingo Molnar <mingo@redhat.com>
  | 
| D | lockdep-design.txt | 4 started by Ingo Molnar <mingo@redhat.com>
  | 
| /linux-4.1.27/arch/alpha/kernel/ | 
| D | smp.c | 346 			goto started;  in secondary_cpu_start() 353  started:  in secondary_cpu_start()
  | 
| /linux-4.1.27/drivers/staging/comedi/drivers/ | 
| D | amplc_pci230.c | 1010 	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/ | 
| D | irqflags-tracing.txt | 3 started by Ingo Molnar <mingo@redhat.com>
  | 
| D | cputopology.txt | 100 started with possible_cpus=144.  There are 4 CPUs in the system and cpu2
  | 
| D | kernel-per-CPU-kthreads.txt | 82 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
  | 
| D | md.txt | 72 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
  | 
| D | md-cluster.txt | 7 The bitmaps record all writes that may have been started on that node,
  | 
| D | vgaarbiter.txt | 178 Benjamin Herrenschmidt (IBM?) started this work when he discussed such design
  | 
| D | bcache.txt | 38 Getting started: 69 To get started:
  | 
| D | crc32.txt | 40 the polynomial from the remainder and we're back to where we started,
  | 
| D | svga.txt | 236 		active when started. Scanning fixed. 80x43 (any VGA) added.
  | 
| D | ManagementStyle | 11 to do with reality.  It started as a lark, but that doesn't mean that it
  | 
| /linux-4.1.27/Documentation/devicetree/bindings/rtc/ | 
| D | isil,isl12057.txt | 72 PMIC, allowing the device to be started based on configured alarm:
  | 
| /linux-4.1.27/Documentation/timers/ | 
| D | timer_stats.txt | 44 is kept until a new sample period is started. This allows multiple readouts.
  | 
| D | timekeeping.txt | 112 number of nanoseconds since the system was started. An architecture may or
  | 
| /linux-4.1.27/drivers/isdn/hardware/eicon/ | 
| D | os_bri.c | 638 	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()
  | 
| D | os_pri.c | 437 	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()
  | 
| D | os_4bri.c | 937 	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/ | 
| D | kernel-entry-init.h | 116 	# Set the SP global variable to zero so the master knows we've started
  | 
| /linux-4.1.27/Documentation/hwmon/ | 
| D | adt7470 | 34 The ADT7470 samples all inputs continuously.  A kernel thread is started up for
  | 
| D | pc87360 | 183 shouldn't be changed once the monitoring has started, but we ignore that
  | 
| /linux-4.1.27/Documentation/w1/ | 
| D | w1.netlink | 161 procedure is started to select given device. 167 and next w1_netlink_msg header processing started.
  | 
| /linux-4.1.27/Documentation/arm/ | 
| D | vlocks.txt | 23 started yet. 71 However, once the election has started, the underlying memory system
  | 
| /linux-4.1.27/Documentation/prctl/ | 
| D | no_new_privs.txt | 1 The execve system call can grant a newly-started program privileges that
  | 
| /linux-4.1.27/Documentation/dmaengine/ | 
| D | client.txt | 158    queue is started and subsequent ones queued up. 160    On completion of each DMA operation, the next in queue is started and
  | 
| D | dmatest.txt | 36 Once started a message like "dmatest: Started 1 threads using dma0chan0" is
  | 
| D | provider.txt | 58 transfer, and whenever the transfer is started, the controller will go
  | 
| /linux-4.1.27/drivers/net/wireless/libertas/ | 
| D | if_sdio.c | 120 	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/ | 
| D | u_serial.c | 674 	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/ | 
| D | mac80211_hwsim.c | 508 	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/ | 
| D | torture.txt | 10 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
  | 
| D | trace.txt | 35 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,
  | 
| D | UP.txt | 135 	that other thread when it started running again.
  | 
| D | rcubarrier.txt | 201 callback queues, and then waits until they have all started executing, at
  | 
| /linux-4.1.27/sound/soc/omap/ | 
| D | Kconfig | 64 	  ldattach  utility.  This  can be  started  automatically  from  udev,
  | 
| /linux-4.1.27/Documentation/networking/ | 
| D | nf_conntrack-sysctl.txt | 132 	is reached, a shorter timer will be started.
  | 
| D | netconsole.txt | 2 started by Ingo Molnar <mingo@redhat.com>, 2001.09.17
  | 
| D | e100.txt | 95   Configuring a network driver to load properly when the system is started is
  | 
| D | pktgen.txt | 85      started: 1103053986245187us  stopped: 1103053999346329us idle: 880401us
  | 
| D | 3c509.txt | 174 0x20 	A Rx packet has started to arrive
  | 
| D | z8530drv.txt | 518      elapsed, no new frame will be started. Instead, the trans- 521      started again.
  | 
| D | can.txt | 78 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
  | 
| D | LICENSE.qlge | 114     when run, you must cause it, when started running for such
  | 
| D | ixgb.txt | 275   Configuring a network driver to load properly when the system is started is
  | 
| D | phy.txt | 110  pointer to your net_device.  Once done, this function will have started the
  | 
| D | LICENSE.qlcnic | 114     when run, you must cause it, when started running for such
  | 
| D | cs89x0.txt | 459 Once the Initiator is started, it sends data frames to the Responder which 
  | 
| /linux-4.1.27/Documentation/block/ | 
| D | writeback_cache_control.txt | 25 has been flushed before the actual I/O operation is started.  This explicitly
  | 
| /linux-4.1.27/Documentation/filesystems/ | 
| D | inotify.txt | 6 Document started 15 Mar 2005 by Robert Love <rml@novell.com>
  | 
| D | ramfs-rootfs-initramfs.txt | 282 This decision was made back in December, 2001.  The discussion started here:
  | 
| D | xfs-delayed-logging-design.txt | 323 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/ | 
| D | packet-writing.txt | 1 Getting started quick
  | 
| /linux-4.1.27/Documentation/trace/ | 
| D | ftrace.txt | 604 #  => 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/ | 
| D | ftrace_event.h | 91 	cpumask_var_t		started;  member
  | 
| /linux-4.1.27/arch/s390/kernel/ | 
| D | head.S | 43 	.long	0x020001e0,0x60000050		# of the CCW program started
  | 
| /linux-4.1.27/Documentation/sound/alsa/soc/ | 
| D | DPCM.txt | 376 DAI links. The DAI links will be started when the FE PCM is started and stopped
  | 
| D | dapm.txt | 38       Enabled and disabled when stream playback/capture is started and
  | 
| /linux-4.1.27/drivers/net/wireless/ath/ath10k/ | 
| D | core.h | 572 		struct completion started;  member
  | 
| D | core.c | 884 	complete_all(&ar->scan.started);  in ath10k_core_restart() 1385 	init_completion(&ar->scan.started);  in ath10k_core_create()
  | 
| D | mac.c | 2666 	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/ | 
| D | cachefiles.txt | 130 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
  | 
| D | object.txt | 210      A transient state in which pending operations are started, child objects
  | 
| /linux-4.1.27/Documentation/powerpc/ | 
| D | cxl.txt | 108     started. Its format is up to the AFU hence the kernel has no 171         returns once the AFU context is started.
  | 
| D | transactional_memory.txt | 194 it looks like the transaction has just started (the checkpointed state is
  | 
| D | firmware-assisted-dump.txt | 23   started/stopped through /sys/kernel/fadump_registered interface (see
  | 
| /linux-4.1.27/Documentation/i2c/ | 
| D | fault-codes | 64 	detected before any I/O operation was started.  Use a more
  | 
| /linux-4.1.27/Documentation/accounting/ | 
| D | taskstats-struct.txt | 55   	/* The name of the command that started this task. */
  | 
| /linux-4.1.27/Documentation/scheduler/ | 
| D | sched-nice-design.txt | 73 With the old scheduler, if you for example started a niced task with +1
  | 
| D | sched-stats.txt | 139     36) # of times in this domain try_to_wake_up() started passive balancing
  | 
| D | sched-deadline.txt | 483 	printf("deadline thread started [%ld]\n", gettid());
  | 
| /linux-4.1.27/Documentation/vm/ | 
| D | ksm.txt | 37 the range for whenever the KSM daemon is started; even if the range
  | 
| D | transhuge.txt | 126 khugepaged will be automatically started when
  | 
| /linux-4.1.27/Documentation/cgroups/ | 
| D | freezer-subsystem.txt | 6 be started/stopped by the batch job management system. It also provides
  | 
| /linux-4.1.27/drivers/net/can/ | 
| D | Kconfig | 48 	  get started. This works fine for the most common CAN controllers
  | 
| /linux-4.1.27/Documentation/video4linux/cx2341x/ | 
| D | fw-decoder-api.txt | 240 	Event: 3=Decoder started
  | 
| D | fw-encoder-api.txt | 389 	is started a number of interrupts are still generated, the last of
  | 
| /linux-4.1.27/kernel/trace/ | 
| D | trace.c | 2673 	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()
  | 
| D | Kconfig | 181 	  disabled by default and can be runtime (re-)started 205 	  disabled by default and can be runtime (re-)started
  | 
| D | ring_buffer.c | 4758 	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/ | 
| D | sh_mobile_lcdcfb.c | 218 	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/ | 
| D | Transition-notes | 109 was acquiring ps_spinlock) or (2.3) (if it was set when we started to
  | 
| /linux-4.1.27/Documentation/fb/ | 
| D | uvesafb.txt | 149     Path to the v86d executable. v86d is started by uvesafb
  | 
| /linux-4.1.27/Documentation/input/ | 
| D | ff.txt | 215 FF_STATUS_PLAYING	The effect started to play
  | 
| D | joystick.txt | 96 discipline module loaded and the inputattach utility started:
  | 
| /linux-4.1.27/fs/ | 
| D | Kconfig.binfmt | 113 	  The conversion to ELF started in 1995.  This option is primarily
  | 
| /linux-4.1.27/Documentation/development-process/ | 
| D | 2.Process | 262 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
  | 
| D | 7.AdvancedTopics | 11 when Linus first started playing with the proprietary BitKeeper
  | 
| D | 1.Intro | 26 discussion of tools and mailing lists.  Developers wanting to get started
  | 
| /linux-4.1.27/drivers/scsi/sym53c8xx_2/ | 
| D | sym_hipd.h | 795 	u_char	started;	/* CCB queued to the squeue	*/  member
  | 
| D | sym_hipd.c | 1580 		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/ | 
| D | README | 115 	tx queue "stopped" | "started"
  | 
| /linux-4.1.27/Documentation/isdn/ | 
| D | syncPPP.FAQ | 144    fully started) we can't handle this network request.
  | 
| /linux-4.1.27/arch/s390/ | 
| D | Kconfig | 600 	  Generate crash dump after being started by kexec. 717 	  intervals, once the timer is started.
  | 
| /linux-4.1.27/Documentation/serial/ | 
| D | moxa-smartio | 442    (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/ | 
| D | mpc5200.txt | 115 If n>0, the watchdog is started with a timeout of n seconds.  If n=0, the
  | 
| /linux-4.1.27/drivers/xen/ | 
| D | Kconfig | 70 	  started with a larger maximum.
  | 
| /linux-4.1.27/fs/ext3/ | 
| D | inode.c | 1025 	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/ | 
| D | Kconfig | 10 	  the kernel and started at boot. If you don't understand what all this
  | 
| /linux-4.1.27/Documentation/hid/ | 
| D | uhid.txt | 124   This is sent when the HID device is started. Consider this as an answer to
  | 
| /linux-4.1.27/Documentation/thermal/ | 
| D | intel_powerclamp.txt | 214 Per-CPU kernel threads are started/stopped upon receiving
  | 
| /linux-4.1.27/net/core/ | 
| D | pktgen.c | 3027 	int started = 0;  in pktgen_run()  local 3048 			started++;  in pktgen_run() 3053 	if (started)  in pktgen_run()
  | 
| /linux-4.1.27/Documentation/x86/ | 
| D | boot.txt | 967 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/ | 
| D | Kconfig | 562 	    Generate crash dump after being started by kexec.
  | 
| /linux-4.1.27/drivers/net/ethernet/brocade/bna/ | 
| D | bna_tx_rx.c | 67 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);
  | 
| D | bna_enet.c | 916 bfa_fsm_state_decl(bna_enet, started, struct bna_enet,
  | 
| /linux-4.1.27/arch/sh/ | 
| D | Kconfig | 623 	  Generate crash dump after being started by kexec.
  | 
| /linux-4.1.27/fs/ext4/ | 
| D | inode.c | 695 	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/ | 
| D | COPYING | 104     when run, you must cause it, when started running for such
  | 
| /linux-4.1.27/drivers/staging/rtl8192e/ | 
| D | license | 107         run, you must cause it, when started running for such interactive
  | 
| /linux-4.1.27/drivers/staging/rtl8192u/ | 
| D | copying | 104     when run, you must cause it, when started running for such
  | 
| /linux-4.1.27/ | 
| D | COPYING | 120     when run, you must cause it, when started running for such
  | 
| /linux-4.1.27/tools/perf/Documentation/ | 
| D | perf-script-python.txt | 421 You can quickly get started writing a script for a particular set of
  |