/linux-4.4.14/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 | 136 Some watchdog timer hardware can only be started and not be stopped. The
|
/linux-4.4.14/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 | driver-ops.c | 19 if (WARN_ON(local->started)) in drv_start() 23 local->started = true; in drv_start() 30 local->started = false; in drv_start() 39 if (WARN_ON(!local->started)) in drv_stop() 52 local->started = false; in drv_stop()
|
D | cfg.c | 2520 if (WARN_ON(!cur_roc->started || !cur_roc->hw_begun)) in ieee80211_coalesce_started_roc() 2618 roc->started = true; in ieee80211_start_roc_work() 2634 if (!tmp->started) { in ieee80211_start_roc_work() 2758 if (found->started) { in ieee80211_cancel_roc() 2768 if (found->started) in ieee80211_cancel_roc() 3537 if (local->started) in ieee80211_set_antenna()
|
D | ieee80211_i.h | 336 bool started, abort, hw_begun, notified; member 1160 bool started; member
|
/linux-4.4.14/kernel/rcu/ |
D | rcutorture.c | 248 unsigned long (*started)(void); member 377 .started = rcu_batches_started, 419 .started = rcu_batches_started_bh, 463 .started = rcu_no_completed, 564 .started = NULL, 596 .started = NULL, 633 .started = rcu_batches_started_sched, 674 .started = rcu_no_completed, 1084 unsigned long started; in rcu_torture_timer() local 1093 if (cur_ops->started) in rcu_torture_timer() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/arch/cris/arch-v32/kernel/ |
D | debugport.c | 19 unsigned int started; member 111 if (!p || p->started) in start_port() 114 p->started = 1; in start_port()
|
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.c | 195 if (!pipe->inputs[i]->started || in vpfe_video_is_pipe_ready() 199 if (!pipe->outputs[i]->started || in vpfe_video_is_pipe_ready() 375 if (pipe->inputs[i]->started) in all_videos_stopped() 378 if (pipe->outputs[i]->started) in all_videos_stopped() 484 video->started = 0; in vpfe_stop_capture() 514 if (video->started) { in vpfe_release() 566 if (video->started) in vpfe_poll() 717 if (video->started) { in vpfe_s_fmt() 837 if (video->started) { in vpfe_s_input() 938 if (video->started) { in vpfe_s_std() [all …]
|
D | vpfe_video.h | 96 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 | 1097 if (!video_out->started) in vpfe_resizer_buffer_isr() 1163 if (!video_out->started) in vpfe_resizer_dma_isr()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_bts.c | 34 int started; member 253 ACCESS_ONCE(bts->started) = 1; in bts_event_start() 275 ACCESS_ONCE(bts->started) = 0; in bts_event_stop() 287 if (bts->handle.event && bts->started) in intel_bts_enable_local() 385 if (!event || !bts->started) in intel_bts_interrupt()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/gpu/drm/rcar-du/ |
D | rcar_du_crtc.h | 46 bool started; member
|
D | rcar_du_crtc.c | 363 if (rcrtc->started) in rcar_du_crtc_start() 391 rcrtc->started = true; in rcar_du_crtc_start() 398 if (!rcrtc->started) in rcar_du_crtc_stop() 428 rcrtc->started = false; in rcar_du_crtc_stop()
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | TODO | 12 - multichannel (started) 20 using FindNotify or equivalent. - (started) 45 the CIFS statistics (started)
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1609 sem_t *started; member 1621 sem_t started; in FIXTURE_DATA() local 1656 sem_init(&self->started, 0, 0); in FIXTURE_SETUP() 1659 self->sibling[0].started = &self->started; in FIXTURE_SETUP() 1667 self->sibling[1].started = &self->started; in FIXTURE_SETUP() 1697 sem_destroy(&self->started); in FIXTURE_TEARDOWN() 1713 sem_post(me->started); in tsync_sibling() 1771 sem_wait(&self->started); in TEST_F() 1809 sem_wait(&self->started); in TEST_F() 1839 sem_wait(&self->started); in TEST_F() [all …]
|
/linux-4.4.14/fs/ceph/ |
D | super.c | 733 unsigned long started) in open_root_dentry() argument 753 req->r_started = started; in open_root_dentry() 792 unsigned long started = jiffies; /* note the start time */ in ceph_real_mount() local 799 err = __ceph_open_session(fsc->client, started); in ceph_real_mount() 804 root = open_root_dentry(fsc, "", started); in ceph_real_mount() 824 root = open_root_dentry(fsc, path, started); in ceph_real_mount()
|
/linux-4.4.14/drivers/media/platform/davinci/ |
D | vpfe_capture.c | 583 if (!vpfe_dev->started) in vpfe_isr() 658 if (!vpfe_dev->started) { in vdint1_isr() 702 vpfe_dev->started = 0; in vpfe_stop_ccdc_capture() 725 if (vpfe_dev->started) { in vpfe_release() 784 if (vpfe_dev->started) in vpfe_poll() 989 if (vpfe_dev->started) { in vpfe_s_fmt_vid_cap() 1130 if (vpfe_dev->started) { in vpfe_s_input() 1214 if (vpfe_dev->started) { in vpfe_s_std() 1469 vpfe_dev->started = 1; in vpfe_start_ccdc_capture() 1583 if (!vpfe_dev->started) { in vpfe_streamoff() [all …]
|
/linux-4.4.14/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() 622 if (tmr_atboot && started == 0) { in s3c2410wdt_probe()
|
/linux-4.4.14/arch/s390/boot/compressed/ |
D | head.S | 33 # decompress image is started at 0x11000
|
/linux-4.4.14/drivers/crypto/ |
D | hifn_795x.c | 440 int active, started; member 1257 dev->started++; in hifn_setup_cmd_desc() 1613 if (dev->started + sg_num > HIFN_QUEUE_LENGTH) { in hifn_setup_session() 1674 dev->started = 0; in hifn_test() 1701 dev->started = dev->active = 0; in hifn_start_device() 1761 dev->started--; in hifn_complete_sa() 1762 if (dev->started < 0) in hifn_complete_sa() 1763 printk("%s: started: %d.\n", __func__, dev->started); in hifn_complete_sa() 1765 BUG_ON(dev->started < 0); in hifn_complete_sa() 1914 if ((dev->prev_success == dev->success) && dev->started) in hifn_work() [all …]
|
/linux-4.4.14/net/ceph/ |
D | ceph_common.c | 664 int __ceph_open_session(struct ceph_client *client, unsigned long started) in __ceph_open_session() argument 675 if (timeout && time_after_eq(jiffies, started + timeout)) in __ceph_open_session() 697 unsigned long started = jiffies; /* note the start time */ in ceph_open_session() local 702 ret = __ceph_open_session(client, started); in ceph_open_session()
|
D | mon_client.c | 319 unsigned long started = jiffies; in ceph_monc_wait_osdmap() local 326 if (timeout && time_after_eq(jiffies, started + timeout)) in ceph_monc_wait_osdmap()
|
/linux-4.4.14/net/mac802154/ |
D | driver-ops.h | 36 local->started = true; in drv_start() 57 local->started = false; in drv_stop()
|
D | ieee802154_i.h | 58 bool started; member
|
/linux-4.4.14/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.4.14/Documentation/security/ |
D | 00-INDEX | 6 - how to get started with the SELinux security enhancement.
|
/linux-4.4.14/include/media/davinci/ |
D | vpfe_capture.h | 166 u8 started; member
|
/linux-4.4.14/drivers/staging/nvec/ |
D | README | 6 started by triggering a gpio line.
|
/linux-4.4.14/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.4.14/drivers/md/ |
D | dm-snap.c | 195 int started; member 1652 pe->started = 0; in __find_pending_exception() 1756 if (!pe->started && in snapshot_map() 1759 pe->started = 1; in snapshot_map() 1767 if (!pe->started) { in snapshot_map() 1769 pe->started = 1; in snapshot_map() 2151 if (!pe->started) { in __origin_write() 2152 pe->started = 1; in __origin_write() 2157 if (!pe->started) { in __origin_write() 2158 pe->started = 1; in __origin_write()
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/device-mapper/ |
D | snapshot.txt | 63 has started (in the background) the <origin> may be opened and the merge 66 merged. Once merging has started the snapshot device, associated with 153 Merging of volume snap started.
|
/linux-4.4.14/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.4.14/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, 254 started and the write call returns immediately. The status is checked 546 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
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 62 Unconnected -> WFConnection [ label="receiver thread is started" ]
|
/linux-4.4.14/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.4.14/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.4.14/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,
|
/linux-4.4.14/include/linux/ceph/ |
D | libceph.h | 207 unsigned long started);
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | mips-gic.txt | 25 This property is ignored if the CPU is started in EIC mode.
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/locking/ |
D | locktorture.txt | 10 grepping for "torture"). The test is started when the module is loaded, 82 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.4.14/arch/alpha/kernel/ |
D | smp.c | 346 goto started; in secondary_cpu_start() 353 started: in secondary_cpu_start()
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/rtc/ |
D | isil,isl12057.txt | 72 PMIC, allowing the device to be started based on configured alarm:
|
/linux-4.4.14/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.4.14/Documentation/ |
D | irqflags-tracing.txt | 3 started by Ingo Molnar <mingo@redhat.com>
|
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 | cputopology.txt | 117 started with possible_cpus=144. There are 4 CPUs in the system and cpu2
|
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 | ntb.txt | 44 Ping Pong enables the link when started, waits for the NTB link to come up, and
|
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.4.14/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.4.14/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.4.14/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.4.14/Documentation/arm/ |
D | vlocks.txt | 23 started yet. 71 However, once the election has started, the underlying memory system
|
/linux-4.4.14/Documentation/w1/ |
D | w1.netlink | 161 procedure is started to select given device. 167 and next w1_netlink_msg header processing started.
|
/linux-4.4.14/drivers/soc/ti/ |
D | knav_qmss.h | 141 bool started; member
|
D | knav_qmss_acc.c | 533 if (!pdsp->started) { in knav_init_acc_range()
|
D | knav_qmss_queue.c | 1508 pdsp->started = false; in knav_queue_stop_pdsp() 1613 pdsp->started = true; in knav_queue_start_pdsps()
|
/linux-4.4.14/Documentation/prctl/ |
D | no_new_privs.txt | 1 The execve system call can grant a newly-started program privileges that
|
/linux-4.4.14/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 | pxa_dma.txt | 81 dma_async_issue_pending() is to be used to ensure the transfer is actually started.
|
D | provider.txt | 58 transfer, and whenever the transfer is started, the controller will go
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_serial.c | 675 unsigned started; in gs_start_io() local 697 started = gs_start_rx(port); in gs_start_io() 700 if (started) { in gs_start_io()
|
/linux-4.4.14/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.4.14/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() 1603 if (data->started && in mac80211_hwsim_bss_info_changed() 2825 if (data2->idle || !data2->started) in hwsim_cloned_frame_received_nl()
|
/linux-4.4.14/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 272 o "gpnum" is the number of grace periods that have started. It is 275 the corresponding RCU grace period has started. 416 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.4.14/Documentation/block/ |
D | writeback_cache_control.txt | 25 has been flushed before the actual I/O operation is started. This explicitly
|
/linux-4.4.14/Documentation/trace/ |
D | intel_th.txt | 47 userspace software to function; everything can be configured, started
|
D | ftrace.txt | 615 # => started at: __lock_task_sighand 815 display when a new CPU buffer started: 820 ##### CPU 2 buffer started #### 946 # => started at: run_timer_softirq 997 # => started at: ata_scsi_queuecmd 1092 # => started at: do_IRQ 1129 # => started at: wake_up_new_task 1242 # => started at: ata_scsi_queuecmd 1282 within the preemption points. We do see that it started with 1295 # => started at: schedule [all …]
|
/linux-4.4.14/Documentation/networking/ |
D | nf_conntrack-sysctl.txt | 132 is reached, a shorter timer will be started.
|
D | e100.txt | 95 Configuring a network driver to load properly when the system is started is
|
D | netconsole.txt | 2 started by Ingo Molnar <mingo@redhat.com>, 2001.09.17
|
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 | pktgen.txt | 102 started: 623913381008us stopped: 623913396439us idle: 25us
|
D | can.txt | 78 question arises, why we have started another project. Most existing 1060 re-started bus-errors arbit-lost error-warn error-pass bus-off 1107 "re-started bus-errors arbit-lost error-warn error-pass bus-off" 1143 A CAN network device is started or stopped as usual with the command
|
D | LICENSE.qlcnic | 114 when run, you must cause it, when started running for such
|
D | phy.txt | 110 pointer to your net_device. Once done, this function will have started the
|
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
|
/linux-4.4.14/sound/soc/omap/ |
D | Kconfig | 64 ldattach utility. This can be started automatically from udev,
|
/linux-4.4.14/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:
|
/linux-4.4.14/Documentation/cdrom/ |
D | packet-writing.txt | 1 Getting started quick
|
/linux-4.4.14/include/linux/ |
D | trace_events.h | 91 cpumask_var_t started; member
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/nvdimm/ |
D | btt.txt | 164 the reader consulted a map entry, and started reading the corresponding block. A 165 writer started writing to the same external LBA, and finished the write updating
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxl.txt | 108 started. Its format is up to the AFU hence the kernel has no 174 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.4.14/kernel/trace/ |
D | trace.c | 2671 if (iter->started && cpumask_test_cpu(iter->cpu, iter->started)) in test_cpu_buff_start() 2677 if (iter->started) in test_cpu_buff_start() 2678 cpumask_set_cpu(iter->cpu, iter->started); in test_cpu_buff_start() 3061 if (!zalloc_cpumask_var(&iter->started, GFP_KERNEL)) in __tracing_open() 3192 free_cpumask_var(iter->started); in tracing_release() 4594 if (!alloc_cpumask_var(&iter->started, GFP_KERNEL)) { in tracing_open_pipe() 4600 cpumask_setall(iter->started); in tracing_open_pipe() 4647 free_cpumask_var(iter->started); in tracing_release_pipe() 4767 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 | 4755 bool started; in rb_write_something() local 4769 started = rb_test_started; in rb_write_something() 4776 if (started) { in rb_write_something()
|
/linux-4.4.14/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
|
/linux-4.4.14/Documentation/cgroups/ |
D | freezer-subsystem.txt | 6 be started/stopped by the batch job management system. It also provides
|
/linux-4.4.14/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.4.14/Documentation/i2c/ |
D | fault-codes | 64 detected before any I/O operation was started. Use a more
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats-struct.txt | 55 /* The name of the command that started this task. */
|
/linux-4.4.14/drivers/net/can/ |
D | Kconfig | 48 get started. This works fine for the most common CAN controllers
|
/linux-4.4.14/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.4.14/drivers/net/wireless/ath/ath10k/ |
D | core.h | 711 struct completion started; member
|
D | core.c | 1342 complete_all(&ar->scan.started); in ath10k_core_restart() 1979 init_completion(&ar->scan.started); in ath10k_core_create()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 194 struct completion started; member 1013 init_completion(&hs->started); in liquidio_probe() 1115 complete(&handshake[oct->octeon_id].started); in octeon_destroy_resources() 3068 wait_for_completion_timeout(&hs->started, in liquidio_init() 3476 complete(&handshake[oct->octeon_id].started); in nic_starter()
|
/linux-4.4.14/arch/s390/kernel/ |
D | head.S | 44 .long 0x020001e0,0x60000050 # of the CCW program started
|
/linux-4.4.14/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.4.14/fs/ |
D | Kconfig.binfmt | 113 The conversion to ELF started in 1995. This option is primarily
|
/linux-4.4.14/Documentation/acpi/ |
D | method-tracing.txt | 29 logs when the control method evaluation is started, and disable the
|
/linux-4.4.14/drivers/block/paride/ |
D | Transition-notes | 109 was acquiring ps_spinlock) or (2.3) (if it was set when we started to
|
/linux-4.4.14/Documentation/fb/ |
D | uvesafb.txt | 149 Path to the v86d executable. v86d is started by uvesafb
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/net/wireless/mwifiex/ |
D | README | 115 tx queue "stopped" | "started"
|
/linux-4.4.14/Documentation/isdn/ |
D | syncPPP.FAQ | 144 fully started) we can't handle this network request.
|
/linux-4.4.14/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.4.14/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.4.14/drivers/xen/ |
D | Kconfig | 70 started with a larger maximum.
|
/linux-4.4.14/arch/s390/ |
D | Kconfig | 679 Generate crash dump after being started by kexec. 796 intervals, once the timer is started.
|
/linux-4.4.14/drivers/staging/panel/ |
D | Kconfig | 10 the kernel and started at boot. If you don't understand what all this
|
/linux-4.4.14/Documentation/hid/ |
D | uhid.txt | 124 This is sent when the HID device is started. Consider this as an answer to
|
/linux-4.4.14/Documentation/thermal/ |
D | intel_powerclamp.txt | 214 Per-CPU kernel threads are started/stopped upon receiving
|
/linux-4.4.14/net/core/ |
D | pktgen.c | 3078 int started = 0; in pktgen_run() local 3099 started++; in pktgen_run() 3104 if (started) in pktgen_run()
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/i915/ |
D | intel_drv.h | 723 bool started; member
|
/linux-4.4.14/arch/ia64/ |
D | Kconfig | 540 Generate crash dump after being started by kexec.
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bna_tx_rx.c | 64 bfa_fsm_state_decl(bna_rxf, started, struct bna_rxf, 1321 bfa_fsm_state_decl(bna_rx, started, 2795 bfa_fsm_state_decl(bna_tx, started, struct bna_tx, enum bna_tx_event);
|
/linux-4.4.14/arch/sh/ |
D | Kconfig | 624 Generate crash dump after being started by kexec.
|
/linux-4.4.14/fs/ext4/ |
D | inode.c | 696 int ret = 0, started = 0; in _ext4_get_block() local 716 started = 1; in _ext4_get_block() 740 if (started) in _ext4_get_block()
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | copying | 104 when run, you must cause it, when started running for such
|
/linux-4.4.14/tools/usb/usbip/ |
D | COPYING | 104 when run, you must cause it, when started running for such
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | license | 107 run, you must cause it, when started running for such interactive
|
/linux-4.4.14/ |
D | COPYING | 120 when run, you must cause it, when started running for such
|